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

5 rows where cert_number = "73-C-0206" 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
44eef973c2e906d7 Martin Gonzales 73-C-0206 2017-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk6A&d=%2Fa%2F3d000000pk1L%2FOcTZ2Us.FJbyP.CUWeu2ti_V5eImhRQbGG.4WF3AgT4&asPdf=false  
b640980419d39a51 Martin Gonzales 73-C-0206 2016-06-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWuZ&d=%2Fa%2F3d000000pRP9%2F.Tzkd9NmRZLYBuIkGNdDiwXE4EfTqaygFmwRaMUccPY&asPdf=false  
d7f1e56a650464d9 Martin Gonzales 73-C-0206 2016-04-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfLH&d=%2Fa%2F3d000000pWvA%2FH_uff48_ZiTiHJFAN1kjJ7I9tQ2CntngEjiD2c.6jhs&asPdf=false  
2de6f9b5071a594a Martin Gonzales 73-C-0206 2015-06-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx7c&d=%2Fa%2F3d000000ppKO%2FmScdmfm7_31m_ADNC.vwvUVA.kjiHxrKu5yVUwgGgZ4&asPdf=false  
832cd0ea74a1549d Martin Gonzales 73-C-0206 2014-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjUt&d=%2Fa%2F3d000000plH0%2FW5DVWB2gAEUbParLD9eP9z7Xs69X0BTppNrciggrhYo&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 4.098ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API