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 = "58-C-1173" 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
5bf8ccdc7a7e15c3 CATHERINE ENGLISH 58-C-1173 2020-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglj0&d=%2Fa%2F3d000000plKJ%2FO_UhiCzyPEpC5XzdHTVcyHdztRL13oXUYIyo86JfpMI&asPdf=false  
db6f2692631e3213 CATHERINE ENGLISH 58-C-1173 2019-12-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdrn&d=%2Fa%2F3d000000pfg8%2FbmTSqCFD6OqV2r4x0peIEp08kEKaOdkoXu9aus9DE_g&asPdf=false  
91569368215faf5e CATHERINE ENGLISH 58-C-1173 2018-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghGx&d=%2Fa%2F3d000000pbcL%2FcasWN2i9wtUQlAEwERYAzF9K7DBxHUVo5bSRC2KyPyg&asPdf=false  
02e5621f424a744d CATHERINE ENGLISH 58-C-1173 2017-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiAj&d=%2Fa%2F3d000000pSA4%2Feg6LoBSVwoOx9DNr9A65d9ZaZB0u.vslPyp6LUl6vZw&asPdf=false  
26a0361e8c65af8d CATHERINE ENGLISH 58-C-1173 2016-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbVk&d=%2Fa%2F3d000000pkLR%2FR0D7RPv.jkiosd41NDYtFd9bq0VpFheeOwYmB0rI4RQ&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 292.148ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API