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

9 rows where cert_number = "43-C-0285" 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
31c6f947f2cc92f3 KELLY CATO JEFF CATO 43-C-0285 2016-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjAh&d=%2Fa%2F3d000000pdWh%2Fm7e3EDWpZGsNdqSUvLTB3ozr50hBMs8Ndz1p0I1TUtU&asPdf=false  
1d659f1c686ce7ea KELLY CATO JEFF CATO 43-C-0285 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfYt&d=%2Fa%2F3d000000pWQ8%2FUfVKTVSaj27zug_wGLWfJBrl_2FppPQ_ZQXbCZKNKmE&asPdf=false  
5a0e5850e934ae48 KELLY CATO JEFF CATO 43-C-0285 2015-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi74&d=%2Fa%2F3d000000pkSq%2Fl0qXeQuKvvxZfIjdjFv56XhZixGmk3K1seMaXBHRkR0&asPdf=false  
b8b0a3c2513b6fc5 KELLY CATO JEFF CATO 43-C-0285 2015-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbzM&d=%2Fa%2F3d000000pfQp%2F0BwNQvSJQPTDW0ziFUfjQw2GEIuyS8lE72HYuz0pih8&asPdf=false  
77113c60aa9c7442 KELLY CATO JEFF CATO 43-C-0285 2015-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbrf&d=%2Fa%2F3d000000phwo%2FCiKntkNDIK1QXfhh2_CGpgpATNRLY6H3j5dLtVIA2jM&asPdf=false  
e0e89340ddfdc99e KELLY CATO JEFF CATO 43-C-0285 2015-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeOu&d=%2Fa%2F3d000000pXKe%2FKch_MvxVA_E3qO4hjQQN5qEXBeOjCU1P0a4jXzbMHUc&asPdf=false  
b8726410e5127870 KELLY CATO JEFF CATO 43-C-0285 2014-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjp4&d=%2Fa%2F3d000000pb6x%2F4vsu4jHTDwP4wei_AnIpAhT3Syo9P4eFBmlxPZ_g2hE&asPdf=false  
0fbcec5deea267eb KELLY CATO JEFF CATO 43-C-0285 2014-12-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiVa&d=%2Fa%2F3d000000plOP%2FhkpO1k267Hcoi81z1XA0k3VZTgvrcInI6CAZp_mynZc&asPdf=false  
004db0f65abadb0f KELLY CATO JEFF CATO 43-C-0285 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdV7&d=%2Fa%2F3d000000petR%2FqUkYIZ5Q1AMwoRmhGDGK6N4h_SM2O9Vfg0HS4Ayq0rI&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 3.854ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API