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 = "42-C-0240" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
2881980d1607a2d0 Hansen's Farm Fresh Dairy Inc. 42-C-0240 2023-05-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008YLwp&d=%2Fa%2F3d000001F2Wl%2FTCdUqTA6b4Nyo9NTRDWsNOSl.22hh3GhYYUqTascCoQ&asPdf=false  
7315d538cd5ee9af Hansen's Farm Fresh Dairy Inc. 42-C-0240 2022-05-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx1Mh&d=%2Fa%2F3d000000phfB%2FzhgnpymcQIfcj1j0NQBx3oyoA4iRbZ1rwRhUR5jxQXQ&asPdf=false  
6547e5bb12465bc8 Hansen's Farm Fresh Dairy Inc. 42-C-0240 2021-10-04   1 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V878c&d=%2Fa%2F3d000000peja%2FCv1BojVk7MgJChoRQD.Gutqxu._nNsIBew0k7EooMYs&asPdf=false  
9f7c6d37e3d815b7 Hansen's Farm Fresh Dairy Inc. 42-C-0240 2020-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggTC&d=%2Fa%2F3d000000pek1%2FTMelRnNz0etmpv.WATF1CuNXziBcy7AXOxinoXR9wNg&asPdf=false  
a9036ae36ef516c5 Hansen's Farm Fresh Dairy Inc. 42-C-0240 2019-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege2I&d=%2Fa%2F3d000000pejC%2FWQzfZye_9nKPvNjojlChK4vpWCvyeyiZS1T8M_hXe8M&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 243.323ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API