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

8 rows where cert_number = "33-A-0559" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
fb85cc4775a1523a Nelson Miller 33-A-0559 2024-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000COKHc&d=%2Fa%2F3d000002Y1z3%2FnYMviQngVjAo6gMdYTdsq.HTrzLXq82pM7iKfKgEwLA&asPdf=false  
1a4e469674f417c5 Nelson Miller 33-A-0559 2021-09-14   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNEJ4&d=%2Fa%2F3d000000pfR8%2Fmx9L2kt0vGd5xcdc8gShrTZaC3h1BjOuqOXWpm4h3wY&asPdf=false  
c947a8d0ed11d388 Nelson Miller 33-A-0559 2020-12-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERax5&d=%2Fa%2F3d000000pRXy%2FChsdayW2riO4N_u_GUXDItS8inMqtnsR5CXyggyvdvE&asPdf=false  
1ffbb10a8a71a144 Nelson Miller 33-A-0559 2020-09-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ErYPe&d=%2Fa%2F3d000000pRic%2F3sUUbeOpnUeZ1MteBq0AqbeXNXN_.u3YNiWW16CgKLs&asPdf=false  
93f810804f1b1b28 Nelson Miller 33-A-0559 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiK6&d=%2Fa%2F3d000000pmzn%2F2lN.pbkc0wqmfK.YqBS2qDgHthOoo723dbG7E_ElRMs&asPdf=false  
206c37040945e792 Nelson Miller 33-A-0559 2018-06-27   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiBb&d=%2Fa%2F3d000000pUkA%2FVE9K9CNeXHmzHpG1d7kvSkTWcinQZMwysA3pDd2ayQk&asPdf=false  
09ee0f8dc3866d73 Nelson Miller 33-A-0559 2016-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjvO&d=%2Fa%2F3d000000pX7s%2F9d.GkA1SfEI3Xjw2TmtaFC.uCRxSKhm21jm1Xw87YBE&asPdf=false  
e3a6ec13e5a8b38f Nelson Miller 33-A-0559 2016-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKg&d=%2Fa%2F3d000000pgkj%2FKsAGB0UY.2K6JgAHhv48_TsZGM63aLSp6YYNhkaJ80c&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 307.49ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API