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 = "42-C-0247" 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
834a8d86f3cce6f6 Hansen's Farm Fresh Dairy Inc. 42-C-0247 2025-11-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ub7Ia&d=%2Fa%2FSJ000007InCj%2FeKU4Lr1nUibDogDsg_5Gt29Y9.IBS2kbRSyt_eKhYxE&asPdf=false  
f39b448b0119f332 Hansen's Farm Fresh Dairy Inc. 42-C-0247 2025-08-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000josg6&d=%2Fa%2FSJ000005cz9F%2F0V0NQ5P64T4Vx50Via1jj53UHhRWKhDHqR4K8FDEX6g&asPdf=false  
09c22db54391f5dd Hansen's Farm Fresh Dairy Inc. 42-C-0247 2025-06-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cEeUc&d=%2Fa%2FSJ000004W5v7%2F_cRM0IFa_MbM2G9dU6rUxnSccIbStkc8gZnvUdh_Azw&asPdf=false  
38be2ce5b17e2493 Hansen's Farm Fresh Dairy Inc. 42-C-0247 2024-09-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000051smo&d=%2Fa%2FSJ000000Izcv%2Fea0qUejB3C76eNBLJcwUDLFlpXA8iFde71j9MdJKo34&asPdf=false  
9aa3a6f58999cada Hansen's Farm Fresh Dairy Inc. 42-C-0247 2024-06-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EGwMS&d=%2Fa%2F3d0000036tkX%2FKWQ1xiHmmcDqQ2.50Y1zD8tp1y5qB1rVMctrZjuuodI&asPdf=false  
ea3a2ca4fc255167 Hansen's Farm Fresh Dairy Inc. 42-C-0247 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CR7sI&d=%2Fa%2F3d000002YyE4%2FjW4_UbQnKRUoZ8AI5LlE5h3MYs0IPFuOz5qCqGZGX4w&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 82.619ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API