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 = "21-C-0458" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
f43cd2d7cdcf100f DONNA RECORD 21-C-0458 2020-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EpHit&d=%2Fa%2F3d000000pRjr%2FPGiK0rQjKVyL180vypEDdaIX1MdLheMfgmA_k9OM9d0&asPdf=false  
04ab0b6b988094cb DONNA RECORD 21-C-0458 2019-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf1T&d=%2Fa%2F3d000000paqs%2FSuVvVYHY3qQYy_IavDUN1WBuZm7zGwXY2QX2FmBKDgA&asPdf=false  
805592336daee1e4 DONNA RECORD 21-C-0458 2018-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcrg&d=%2Fa%2F3d000000pl5I%2Fv8LjQZJBB9x5_gI7lVuTPUn25TXS906v9ICc2qUA.Xk&asPdf=false  
91e486fe42c1476e DONNA RECORD 21-C-0458 2017-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggjV&d=%2Fa%2F3d000000phxi%2FG0OdyGRAgIAyBjiYRj3aMNZFfLyjuInr3hkIkWvlMG8&asPdf=false  
f136a6cb3f4cd705 DONNA RECORD 21-C-0458 2017-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh6G&d=%2Fa%2F3d000000plwg%2FtGkOKn0Y8_kq1HSuvIKPnUveD1YHNk34ZHgAQtC2fO0&asPdf=false  
a2e127214226a4af DONNA RECORD 21-C-0458 2016-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbcl&d=%2Fa%2F3d000000pnFd%2F__rO2DSiO2WfAk7PmDiA3a0orjFjti1XNieLrawE6Aw&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 1267.959ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API