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

7 rows where cert_number = "58-B-0656" 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
4cc22c1dc1b87b08 Chris Clark 58-B-0656 2023-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AQWHZ&d=%2Fa%2F3d0000021g57%2FtfXt6MveqGkJOWJdbc0TQ.smlscVsmT.ua1o8uccJis&asPdf=false  
f26a9b082694cad8 Chris Clark 58-B-0656 2023-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008rX0R&d=%2Fa%2F3d000001Lfv8%2FkCQYaUlRucVoORwo13KaVc2rvcnegePAlhaqeW0VlfY&asPdf=false  
e99a7b5c192b2aae Chris Clark 58-B-0656 2022-07-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxlDd&d=%2Fa%2F3d000000pTnd%2F2hZuIztafl77Avmyx9MmXWtcj0Um3eewgfBPLZHgq08&asPdf=false  
88ea877a673b1c35 Chris Clark 58-B-0656 2020-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQm&d=%2Fa%2F3d000000pTZ2%2FdMo_ZCtzMazqH9eacDpw4WCSzZCZmdV5u2NBHdj17sc&asPdf=false  
4b1e51037735d399 Chris Clark 58-B-0656 2019-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggdy&d=%2Fa%2F3d000000pTZP%2F2zC_XhfcJI64WG0MROBYE2kHmbqu91.DcfPWpsoLBbg&asPdf=false  
f33376424bb17a53 Chris Clark 58-B-0656 2018-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggVg&d=%2Fa%2F3d000000pTZE%2FnMMGw9zCRZAZZRbNTHM5mGc5Q.rvoLBHRfKFyKKZYOQ&asPdf=false  
a4e5a4b6aa72b12d Chris Clark 58-B-0656 2017-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIe&d=%2Fa%2F3d000000pTYI%2F2vQRRO7sZLWbSEnWgkjfcML1ndZt8nXHZeeRBhWTg3A&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 22.322ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API