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-0406" 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
c2618b92082b91f4 Jordan Patch 21-C-0406 2021-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh32X&d=%2Fa%2F3d000000popl%2F1VlE5gq0RhO.GHNw9r957bYxyyKBRBhc1JcgEOljJPs&asPdf=false  
02839890d0b62a32 Jordan Patch 21-C-0406 2019-07-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUB&d=%2Fa%2F3d000000pp6r%2FmCFzS0PGJI3pqkOjWdFuH9tLEGWYcq6zrdP_O6QjNUA&asPdf=false  
043ef0e8c53638fe Jordan Patch 21-C-0406 2018-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFe&d=%2Fa%2F3d000000pRDH%2FGxNTojBjOv8NFGmgkMWhILhM1D7brHuI.Ch5rabOhdI&asPdf=false  
09325e92c6c202d0 Jordan Patch 21-C-0406 2017-06-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx1R&d=%2Fa%2F3d000000pdxw%2F8QF7cJ4KM6BnUwkySv0JfgbcqQ4tyqFj5rhw6gQ6DRU&asPdf=false  
d4c33330b884eace Jordan Patch 21-C-0406 2017-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiW6&d=%2Fa%2F3d000000pWbF%2FUs2HKozO_MSIaAf5BwLGC0rBTr7nVABaw.Y8r0TgGxg&asPdf=false  
1be0fc3c4e086c54 Jordan Patch 21-C-0406 2016-08-25   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3H&d=%2Fa%2F3d000000pnUP%2FxC_855EPy7bTu1GC2g6LsCBrwe0CjFT1D8eJmslrWCM&asPdf=false  
2aa92caf9cfd194e Jordan Patch 21-C-0406 2015-07-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxdA&d=%2Fa%2F3d000000pkt4%2FvzDdqOQlT28lpcKpyju4s9KFLgSUF1UL4WVFlU68FcY&asPdf=false  
506ae2ede2e64846 Jordan Patch 21-C-0406 2014-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXAh&d=%2Fa%2F3d000000pf8r%2F5UXerZQRVGLzPoVZK3b9qToys86KPDLNsZL6GUTmX_8&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 362.412ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API