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

8 rows where cert_number = "93-C-0431" 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
0ef66387a3f0abd9 Carol Sonheim 93-C-0431 2021-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8DrD&d=%2Fa%2F3d000000pUb2%2F.q_CUBsFbZL5PQrVc.yipc6nOB_MbRXGBhlZ21hK3uw&asPdf=false  
631b496664a56ab4 Carol Sonheim 93-C-0431 2020-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eqx4B&d=%2Fa%2F3d000000pRjW%2FbD.wX1Pi9vANUe7A.61_6J7Ti.afeC4sRS.eVUJSjw4&asPdf=false  
455c480f30747caf Carol Sonheim 93-C-0431 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmer&d=%2Fa%2F3d000000pnzC%2FLebSBUqSFANzaW81VbDeZCZ5wSbNjhimJh19Kyw181E&asPdf=false  
89ed99106beb9e6c Carol Sonheim 93-C-0431 2018-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmsb&d=%2Fa%2F3d000000pofk%2FLE5Q6wtSOzRlT46IMRWhty9PELjBNsg6aX_URvYyK2g&asPdf=false  
bb92092eecbaf82f Carol Sonheim 93-C-0431 2017-10-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglXq&d=%2Fa%2F3d000000poUa%2FnVUWocqCatVLobU9CHE.65nRNIt2jb_aV2SPJWD1rf0&asPdf=false  
cea891817d65fc20 Carol Sonheim 93-C-0431 2016-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmfE&d=%2Fa%2F3d000000pTTK%2FmR7Tx_0ScbEPGBu3MOA_wpK_ZqGcaT3i4JOSD8XTs.U&asPdf=false  
58d1af9e40cd2337 Carol Sonheim 93-C-0431 2016-05-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaIP&d=%2Fa%2F3d000000pSMH%2F1GTXaDISiluKbKhE4b._pct_wy1YaT_P3ArCsdL8pko&asPdf=false  
7adca8c568367853 Carol Sonheim 93-C-0431 2014-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnOF&d=%2Fa%2F3d000000pSY7%2FLH_5TBp.jZT2L5q0.AuaaTvG9IiwMkfNVMrzQZzKeuM&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 198.848ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API