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 = "35-A-0439" 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
3ef4bc30d21ce7c4 Allen Miller 35-A-0439 2025-03-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QaGVb&d=%2Fa%2FSJ000002dIWz%2F0IP0brUSpPW7cvTPuIeDv_aceBRqs4u5mE0LxVYOKD0&asPdf=false  
1dea781a18df1775 Allen Miller 35-A-0439 2024-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D1q1l&d=%2Fa%2F3d000002lTu2%2F_Mp8Q2xzXWIHOP.3tFtqThwE0dP943grbjVXAz7EwHE&asPdf=false  
7ea9e083de2f98e4 Allen Miller 35-A-0439 2023-10-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AMTLk&d=%2Fa%2F3d0000020C3M%2FaPDa4RzB_7aCcaJ5pJ7aiCH6WrjqH8S0d4lFo_DynlA&asPdf=false  
269f7a4c5db80f41 Allen Miller 35-A-0439 2022-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTRG&d=%2Fa%2F3d000000phHr%2FGlozYm57L4RXRfyy9ujMzItP4lAdNLQo3RfbJaw2ekE&asPdf=false  
e40799eeaa642b2b Allen Miller 35-A-0439 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqj&d=%2Fa%2F3d000000po5P%2FOcFXMPiW_qluht_Gt5w1IoHZesO.myFIgypeD4wdL5U&asPdf=false  
cda3456418d80647 Allen Miller 35-A-0439 2019-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZgt&d=%2Fa%2F3d000000pjyo%2FPr2IszxBaozKk_W_IkxwkwKjWwpnrHnr2xp454ZYzJE&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 27.626ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API