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

6 rows where cert_number = "63-C-0245" 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
162722efba17d97c PATRICK CLANCY 63-C-0245 2015-03-04   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwU3&d=%2Fa%2F3d000000plSp%2FjC0OdWy3Ud_J.y8CQHW0ksQtSp6ebkM5Hi6s1CWZeJM&asPdf=false  
6008a3ee30b59bbb PATRICK CLANCY 63-C-0245 2015-02-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmWY&d=%2Fa%2F3d000000pdaA%2F1jO4x9Efen1SmnWz.BaN1uwqxzGOE.2tS7xFaegY08I&asPdf=false  
86f0b1a13dc74e2e PATRICK CLANCY 63-C-0245 2014-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYNQ&d=%2Fa%2F3d000000pkoA%2FOCshW3Z.zqmd7JyIoSIikEwjFC70._ppyo5Qis4QSsg&asPdf=false  
d32a6ced0efe08b6 PATRICK CLANCY 63-C-0245 2014-03-18   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxPK&d=%2Fa%2F3d000000pUI8%2FsuNz.LZhSQoQJzsHkYWgFH5ZUz_Ezp.8Tsr0uSb3QjU&asPdf=false  
0aea432bab7ae579 PATRICK CLANCY 63-C-0245 2014-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ9T&d=%2Fa%2F3d000000pnJE%2FtGoKcyeyYWl8fKDBeW7fHR_XYRGddh68eq6yYaT.xwM&asPdf=false  
35a2423198eaf640 PATRICK CLANCY 63-C-0245 2014-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egao3&d=%2Fa%2F3d000000payc%2FOq91YPCW.bq1DBXWN.TcpiZHset8Nvf_A7aXN3FWRUc&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 560.293ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API