home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where cert_number = "31-C-0272" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
be7cf908a5fd8fce Cleveland Botanical Gardens 31-C-0272 2025-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZjvUR&d=%2Fa%2FSJ0000049gqX%2Fgr46nyGC0Xxfohi7EdkCQm_zP4qKiuZUhitUNab4C0c&asPdf=false  
776c6980c05b3369 Cleveland Botanical Gardens 31-C-0272 2024-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CziGa&d=%2Fa%2F3d000002kfnt%2FgAnhgos_b23NF9yppLacWYHQ1UIbYjm3Ouc504MJ8Kk&asPdf=false  
d18b29f2811a39c4 Cleveland Botanical Gardens 31-C-0272 2021-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8wbn&d=%2Fa%2F3d000000pgs2%2Fpiu8m6W16oIXHV4ph8Pp6TAREQFC8gVrtLpd_5SsA18&asPdf=false  
90595dc6d493d7ff Cleveland Botanical Gardens 31-C-0272 2021-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERhHh&d=%2Fa%2F3d000000plmM%2Fb1N.ziyRTtGcKABo4PFbF_N1JSYt7mVch4tr7enIfcU&asPdf=false  
13457e17af14418d Cleveland Botanical Gardens 31-C-0272 2019-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghby&d=%2Fa%2F3d000000pbdW%2Frz2P8jqoZyBVsbXq5YZaSRUn6b1mwBRpxo.ba3KOol4&asPdf=false  
6a5af1a699dffce6 Cleveland Botanical Gardens 31-C-0272 2018-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh3n&d=%2Fa%2F3d000000poV7%2FtxGfZ1W4YMAQR9BkfALllV3vZSmYt3VIDqvmk4jrMKo&asPdf=false  
82cf6928febc79f5 Cleveland Botanical Gardens 31-C-0272 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc23&d=%2Fa%2F3d000000pjrw%2FI87oSehair.nEERRKGxrQli_UWQbVpqwegSNLIR0gIg&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 580.128ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API