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 = "74-C-0562" 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
a21ac1e3c2482a92 Chisholm Wolf Foundation Inc. 74-C-0562 2018-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjdJ&d=%2Fa%2F3d000000pRfv%2FR63rHFHR8J4xDcE4A73cnacVqucrL0RvUovi.H9qszM&asPdf=false  
32ed2199e017955c Chisholm Wolf Foundation Inc. 74-C-0562 2017-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQ7&d=%2Fa%2F3d000000pUq9%2FGjU9RZWezkJs6KWyRUptDl0UkSGgckZX3WUdldbO7S0&asPdf=false  
0b14f982e3efb6bf Chisholm Wolf Foundation Inc. 74-C-0562 2016-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghL1&d=%2Fa%2F3d000000pTFv%2FrMb4h.DC18.QsOUxqATNrxJa9sZ.i_5AoSmreOby4Dw&asPdf=false  
3739b50ac93e1a39 Chisholm Wolf Foundation Inc. 74-C-0562 2015-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiAh&d=%2Fa%2F3d000000pWa1%2FxQueyJO7Gn7D1gO3y0P2Z.gniSCCR0tteDLZddapdvs&asPdf=false  
9e56437c90660ba0 Chisholm Wolf Foundation Inc. 74-C-0562 2014-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiQ7&d=%2Fa%2F3d000000pT9E%2FPPHgJE2I6je90MzcAao8EDLJZa58lznwdtis26JR_Sk&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 8.177ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API