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

5 rows where cert_number = "43-A-6752" 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
bf87b7bd5a200988 Andrew HP Hilty 43-A-6752 2025-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000exetn&d=%2Fa%2FSJ000004uY7x%2FJN9kKMGspX5P3Zogvz5zsZHke4rvgxoBCGE2M.4BRpk&asPdf=false  
e84d73f8be937adf Andrew HP Hilty 43-A-6752 2025-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OpBRu&d=%2Fa%2FSJ000002Mh6n%2Fop2BNeosiRjlQxZCfpQuti6bXgM9C0dQFQD.fqJN4oQ&asPdf=false  
7479ec2b808195e5 Andrew HP Hilty 43-A-6752 2024-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DnXf9&d=%2Fa%2F3d000002z7Bb%2FP_9lp99vCJfyGC9SCyH1xJR_bgnz7NzG5JyeDkXi4v0&asPdf=false  
8b024ae6f04474a6 Andrew HP Hilty 43-A-6752 2023-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dj8n&d=%2Fa%2F3d000000yFi2%2FvawbUeNzNtY837ODZP_8KQRw8SUxnrVsmPAeAy3s9KU&asPdf=false  
ac0602e7b139b469 Andrew HP Hilty 43-A-6752 2022-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg3Uk&d=%2Fa%2F3d000000pWKQ%2FVGyLJTuqMLiGnK7tMSB7mXnxDs3q07pHsqe4o7vjH8E&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 379.392ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API