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 = "46-R-0003" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
c54408a7763f6c7c DLORAH INC. 46-R-0003 2018-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAd&d=%2Fa%2F3d000000pRYT%2Fqd5b2ZPZWwXLiEj5Ta667_fjoXX6QDYJUJJzhxqoqGg&asPdf=false  
71b9a7730c575fc2 DLORAH INC. 46-R-0003 2017-03-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDU&d=%2Fa%2F3d000000pT6x%2F3diduBwdCinJoB.aOjzskZDz49oO26lQE9Vb8Xldhjo&asPdf=false  
8dde31bda7fca02b DLORAH INC. 46-R-0003 2016-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega6H&d=%2Fa%2F3d000000pmI2%2FX0Um3ABQgFZQssBFxIuHpPSwioxq1LtNZLEp2kCw1RA&asPdf=false  
915fcfbb4395d94c DLORAH INC. 46-R-0003 2015-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egayi&d=%2Fa%2F3d000000pTRD%2F1kL7MFqdMFK4rup8p_Yu5HNf6nWQmWrEOiaYwe_hXJY&asPdf=false  
7b787a8cc36fdd6d DLORAH INC. 46-R-0003 2014-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbSD&d=%2Fa%2F3d000000pdpy%2Foy261bZTamAfXFyX4w3_nanef80Utxeu0nO6RgmNPus&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 6.815ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API