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 = "16-C-0080" 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
cd8b9a4455c04ec6 Geraldine E Griswold 16-C-0080 2022-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YyAF9&d=%2Fa%2F3d000000pbSR%2FEYDTe1N1xCPQqOh.E0v.ZzrC7572HqBgf_cQQ7G4omI&asPdf=false  
eff1ce0d71502ba7 Geraldine E Griswold 16-C-0080 2021-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN24P&d=%2Fa%2F3d000000pbTk%2FRbII_iGwvfZunkv1J9nUlKvFiCRV6XT8hfREel5Equs&asPdf=false  
965f3e453889c99b Geraldine E Griswold 16-C-0080 2019-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf9w&d=%2Fa%2F3d000000pbV7%2FT0hzIFHkwCEPm1UAuBgzpreDfP5yZdlQCqVb58MHNdE&asPdf=false  
80dccf3c9dad7c36 Geraldine E Griswold 16-C-0080 2018-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdip&d=%2Fa%2F3d000000pbSD%2FGOYw_jz9.5gpXN4hchySNI6Nnxg9hMxs.LTkJv8b5FU&asPdf=false  
9fdd92ec294e6b85 Geraldine E Griswold 16-C-0080 2017-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf1v&d=%2Fa%2F3d000000pbUF%2FS4ihRgUZOXt8lHjT4LlLXXFHMBdJjYRkbE3lb57cobU&asPdf=false  
c093a8ec873e5e0c Geraldine E Griswold 16-C-0080 2016-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghLC&d=%2Fa%2F3d000000pbRO%2FmAAn0bqSd36fP7Xf9tJWoGSkzzlt5NFJ4nipDDJPECw&asPdf=false  
0eff909c3d5b0127 Geraldine E Griswold 16-C-0080 2015-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggZV&d=%2Fa%2F3d000000pbVE%2Fc5EcO3.9O6DnPPVT4lXtyJiOdPSg4EskWY9L8DhR98k&asPdf=false  
1513907334c6048f Geraldine E Griswold 16-C-0080 2014-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggNe&d=%2Fa%2F3d000000pbQu%2Fy551G7rR0W71AbooFIUOyLOZKxnRvXtWoRzEY1zPep8&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.164ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API