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 = "43-A-6228" 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
b688551adfbddb55 Andrew Borntreger 43-A-6228 2022-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw20N&d=%2Fa%2F3d000000pYk1%2FGZmCrXd487ynh4wpgO13gqUWYowV27aaXsOiHbqHu7w&asPdf=false  
3a9f9d0d30cb8fcb Andrew Borntreger 43-A-6228 2021-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN1ts&d=%2Fa%2F3d000000pbW3%2Fa3tQiSD1fp2KG205wQ4qO.u.MIHirxNcJEkaR.xSA90&asPdf=false  
42eeb0e1106c900d Andrew Borntreger 43-A-6228 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk9a&d=%2Fa%2F3d000000pbX0%2F2bd.97PB18iGKiQq5wPSnOuUlFxBYYBqtiT9escV8VA&asPdf=false  
4b89fe3b35d9898e Andrew Borntreger 43-A-6228 2018-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkPn&d=%2Fa%2F3d000000pbWY%2Fg3l7crrcvwr2NzoMImzn_CRGIzbw4K3M8u7Q7kcYRz0&asPdf=false  
ad94dd503be09c4a Andrew Borntreger 43-A-6228 2018-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjMR&d=%2Fa%2F3d000000pbWn%2FFoFq0NgQQ9wQKrF1a97DALk5pc6YjSUlcr257dvrPBk&asPdf=false  
4ac0043bbd19bfc5 Andrew Borntreger 43-A-6228 2018-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm3h&d=%2Fa%2F3d000000pbWG%2FX0dpGXe.B1RF3IId_8esi0h9lsHLFxOUeR7vlCwo1jo&asPdf=false  
251607136aa68a2f Andrew Borntreger 43-A-6228 2017-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZfp&d=%2Fa%2F3d000000pbVi%2Fc4cvsNn_5nOaTt1MXiHKhaVcvn1OQ.cFhtee8C4wdQ8&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.569ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API