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-6479" 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
e124e15bd0d05fe0 Amos Miller 43-A-6479 2024-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HMdVZ&d=%2Fa%2FSJ000001PUDd%2F.icsqgjqJm0TDtVChhvdDKRcKAxiBEZNgkO9yEkPXM8&asPdf=false  
8dbbbfcaeac7a56f Amos Miller 43-A-6479 2024-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CNViX&d=%2Fa%2FSJ000000vWWD%2FYbZECzsylCP.Jp4uM9FJo9DE9axCE7PVWevw5dHa7P4&asPdf=false  
cad681b58de01f34 Amos Miller 43-A-6479 2023-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dp3g&d=%2Fa%2F3d000000yGjT%2FPmTzbmjn0L5nZfU5MVOY0OHm9Prs57ZVaH_uoQhKjK0&asPdf=false  
e46e7176d9d8cc04 Amos Miller 43-A-6479 2021-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8sFM&d=%2Fa%2F3d000000pgr9%2F7b7weBcfhXuu6_o8O2Cm1FRcJK5HkmTP6JPawfumnNg&asPdf=false  
0ad281a201ef1f7f Amos Miller 43-A-6479 2021-12-08   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8sEF&d=%2Fa%2F3d000000pgsO%2FBO_NU6fYN.193D_Ne18R8akKontalvd64QuGAS2OzKg&asPdf=false  
a6152405ccd8c788 Amos Miller 43-A-6479 2021-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES0Yg&d=%2Fa%2F3d000000poym%2FW9TQSepyYz4uIuBs0pILsVAks7fyRCHVhkONzN4_H9E&asPdf=false  
bcaa9dcf49e6df0b Amos Miller 43-A-6479 2019-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHL&d=%2Fa%2F3d000000pf2E%2FAAanEkLTMb7YIDuCoXH18pVvvGYGgKtthVrNHroe954&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.853ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API