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 = "72-A-0172" 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
c19a3a1ff54d0634 John Fisher III 72-A-0172 2024-07-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EcXp6&d=%2Fa%2F3d000003D1Da%2Ft91DbBMcSs2tp7YQsmtZUhZ_9U9I5HwLqHZQZmEoQac&asPdf=false  
7eaef0a35db247fb John Fisher III 72-A-0172 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XkX&d=%2Fa%2F3d000000pT1J%2Fe3HO3lta.WpAHBMROjgrXLtnIhFOwzAxw5XRj2Q28gg&asPdf=false  
c9f448a9e3a1cb3a John Fisher III 72-A-0172 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege6c&d=%2Fa%2F3d000000plAi%2F46fV0lWiyMIxtHmfxhw27WZ4Bu1hJAH2q2ZccDnWqnE&asPdf=false  
86e0ccdefdf1b3f9 John Fisher III 72-A-0172 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4U&d=%2Fa%2F3d000000pbkO%2FjdR_8EHoMEM_7Y9zojaVG.2OgKoCRnsSe5_2PTh9efM&asPdf=false  
2cab7c2db3d433d2 John Fisher III 72-A-0172 2016-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbUj&d=%2Fa%2F3d000000pkQE%2FzSWqS7sHIbPHT_XwqUcOXjCajwT55E_oopYk52PoQLM&asPdf=false  
e42e850092d67391 John Fisher III 72-A-0172 2015-07-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYQ9&d=%2Fa%2F3d000000pUPj%2FLfkp3O2uujBtX1igwSsaBUV3aJ_taEpQ9ls4heWC0jo&asPdf=false  
c994100a3137b31e John Fisher III 72-A-0172 2014-10-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggFc&d=%2Fa%2F3d000000pdYT%2FrHxqF6GN2e9AAvuDxHsYLcJMMMifoZClkZ9ZAO7BWf4&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 4.512ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API