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

10 rows where cert_number = "33-C-0477" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
677dd111f4a562f5 Johan Mommens 33-C-0477 2024-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ILxsW&d=%2Fa%2FSJ000002T531%2FMNSeCXiSYD8xhACfJK83lA6_Sk6p.2x2xcdkQZg3Je0&asPdf=false  
7a5184d382d75890 Johan Mommens 33-C-0477 2024-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000094Pqi&d=%2Fa%2FSJ000002T50F%2FJC8cGP.7bixpWFQU_eGhyMuQoxwIpGLJaAEEyxdHa0c&asPdf=false  
9865d44489c48c31 Johan Mommens 33-C-0477 2021-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8uOS&d=%2Fa%2FSJ000002T4u0%2FRQfBDRaowNrPzp5DZjmbvRP.3FUWTGGEkRzX3aRE.k8&asPdf=false  
120dc00ab51f2710 Johan Mommens 33-C-0477 2021-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNP9p&d=%2Fa%2FSJ000002T4rz%2FS3s0XktvMCAtxbq5JjbzDSin7qDJBzeW7anJhoghrZE&asPdf=false  
e42212555e293261 Johan Mommens 33-C-0477 2019-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUk&d=%2Fa%2FSJ000002T51J%2Fj5n69NcvcDIy27oCnVhKKX5zgIbprNIM4tVFgbnkgzA&asPdf=false  
5843e95441040669 Johan Mommens 33-C-0477 2018-08-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYLj&d=%2Fa%2FSJ000002T50y%2FEL0fpTf6fO2T0Rj.GHyNztIYGGNV_oKTiBFP78ACTR0&asPdf=false  
cc9dce95a4b4cb66 Johan Mommens 33-C-0477 2017-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmA6&d=%2Fa%2FSJ000002T4uo%2FG5Vtnvuz04UwX6FzOcdk1jWkIknKR3jpKIe_Gyk3nNU&asPdf=false  
419fa21bbe248f66 Johan Mommens 33-C-0477 2016-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj3H&d=%2Fa%2FSJ000002T56W%2FqPtYDCqjTwwIuXXPKOEBFXFSGe9Kf9.IittzrIJW_lg&asPdf=false  
8ee6a621856b8801 Johan Mommens 33-C-0477 2016-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglo8&d=%2Fa%2FSJ000002T5EX%2FLaiIDf.h4qdX4kzy9R4ZFKshjvk3SgcXblHrMRMfqIU&asPdf=false  
3fe686e78ebdc4ec Johan Mommens 33-C-0477 2015-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb8s&d=%2Fa%2FSJ000002T55v%2FJXG1.RAVgrNPICpVqyay0wXxB.gYb.BlTg9TyyWzSZo&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 723.205ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API