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 = "74-A-1491" 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
6802e5fbba57896d DAVIDSON ENTERPRISES 74-A-1491 2019-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjRX&d=%2Fa%2F3d000000pjAi%2FqVeXP0RSDv1ToRED2NZRflX7RWcSwO8byksXrW19u7I&asPdf=false  
603313e9f0d2b6bf DAVIDSON ENTERPRISES 74-A-1491 2018-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjvD&d=%2Fa%2F3d000000pXGF%2FgKeLdJeLpxWDbw3TAwcxfHzroVFQRe4wy5v_jGbCZho&asPdf=false  
51e787a84c3641ef DAVIDSON ENTERPRISES 74-A-1491 2017-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjdO&d=%2Fa%2F3d000000pghy%2FAND7_04l_CqmkGsfNxIrbjJAQYc_as1ySf8SgK4f_3Q&asPdf=false  
a925d0e0bd9a0673 DAVIDSON ENTERPRISES 74-A-1491 2016-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiWF&d=%2Fa%2F3d000000pae7%2Fvr4k6tIA62ENoBkB1jCBzHyjZb2gnmLtgGuTcMoOrEM&asPdf=false  
45579c5ae90b6099 DAVIDSON ENTERPRISES 74-A-1491 2014-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiiQ&d=%2Fa%2F3d000000plvR%2Fmly6SmwYy6.0wu3muUWUvwg8mqOTZEaoedYIyR.76W0&asPdf=false  
979e96456a07a243 DAVIDSON ENTERPRISES 74-A-1491 2014-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOD&d=%2Fa%2F3d000000pnRI%2FP.24juz0fT3KjwJu.1ZuFPcFwiPyd6CUNW2Euh4rOPY&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 217.338ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API