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 = "43-A-6416" 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
10ee4d980e74a910 Aaron D Martin 43-A-6416 2024-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007GwP2&d=%2Fa%2FSJ000000TuJm%2FvPToN37n.nBy6uL7Jz8nWMz0UZR2NKu8_WMrR2Opcio&asPdf=false  
66575f8129d0e853 Aaron D Martin 43-A-6416 2024-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D5GxG&d=%2Fa%2F3d000002mf9d%2FIwgg36QJiJIEhQaEAvvSfcWxg6UP0RDtaANlw38vLVA&asPdf=false  
9274cc1ed1f05685 Aaron D Martin 43-A-6416 2022-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywufn&d=%2Fa%2F3d000000peLK%2FgvWQG.ZYcfLT3eqgu0vp1LAMSR36geTuWkYHhFS4S6I&asPdf=false  
20081eb9378d71bf Aaron D Martin 43-A-6416 2021-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMauN&d=%2Fa%2F3d000000peLi%2FdTghdrvcjslMk3_j9Gh_TFYlW966yv0PCbg2CJxT9v0&asPdf=false  
23bac8988a758b97 Aaron D Martin 43-A-6416 2020-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglHs&d=%2Fa%2F3d000000peLb%2FFl9JqAJFP4pQY0bv.GDR.krkmJVrOAnnbSF5PXeu_TM&asPdf=false  
da3da334b9c56315 Aaron D Martin 43-A-6416 2019-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZrf&d=%2Fa%2F3d000000peL8%2FJQrmaaGGt1dCY9IcQgqzDkiiOQvHSeLt.3DBde0NJ8k&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 1099.966ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API