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

8 rows where cert_number = "21-C-0478" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_count, 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
6654284f1aec712f Anne H Meade 21-C-0478 2022-07-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxo95&d=%2Fa%2F3d000000pU17%2FzZjH.V08tAgwKyRuSi1I2zFVGrRkdfyB.IXq3gg3tKo&asPdf=false  
8e6552b9057d0051 Anne H Meade 21-C-0478 2021-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8sBo&d=%2Fa%2F3d000000pTkO%2F5Y1nRmto5CRxIHnus5bxr1r6MPBQxUOEgFa1ggwjuV8&asPdf=false  
09e8ccf042452e41 Anne H Meade 21-C-0478 2021-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKxM&d=%2Fa%2F3d000000pTjp%2FjFr6AWWIkWJ3EjFR6CDo91T7GPaEyrOeo4re8sGdWP4&asPdf=false  
b5138c8af3cde717 Anne H Meade 21-C-0478 2021-06-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMVbC&d=%2Fa%2F3d000000pTkB%2FNmvfgSN6xiP14Ne_pnhTFEtmtVTzYMIymoD0sj6yECg&asPdf=false  
1e3193179512b725 Anne H Meade 21-C-0478 2021-03-08   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXfX&d=%2Fa%2F3d000000pTkU%2FYtWp8GzCo4_DWN6qhe35uLafAAUu5RclfheUNeB4v7E&asPdf=false  
b999bcf01d8de2d9 Anne H Meade 21-C-0478 2020-03-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXFu&d=%2Fa%2F3d000000pTk7%2Fd1Fy_5Zz_6KKwehzpJGfxA5TmpEEKMSdPIrvOThUZGk&asPdf=false  
6439b712f74493b9 Anne H Meade 21-C-0478 2019-03-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcR9&d=%2Fa%2F3d000000pTkY%2Fyu2fdui6y261Fq.k9GxcjAvglhJuFKHAlCuQ7DfHplU&asPdf=false  
84499ed94f60b20c Anne H Meade 21-C-0478 2018-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ3m&d=%2Fa%2F3d000000pTl3%2F390nrhAS4hMxHPELW7wNBhW0mTp31SZAprazyGHgHTg&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 8.254ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API