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 = "14-C-0151" 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
b2119308f52f8b71 MATTHEW GABRIEL 14-C-0151 2023-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ucbp&d=%2Fa%2F3d0000012w2e%2FiYGISKtoEtgQZuUMpUXf4ZQAJdcRf_uPMP6b7n3G.hk&asPdf=false  
613b7e7d79d9907d MATTHEW GABRIEL 14-C-0151 2023-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007hvs9&d=%2Fa%2F3d000000zMlm%2FI1OnjHz0p0UmgYF31KeyXtyiDg7BF9Yv30iGEScFLXo&asPdf=false  
f97aeed217e17e5d MATTHEW GABRIEL 14-C-0151 2022-12-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNbb&d=%2Fa%2F3d000000pd8f%2F2iAcUv1yk4v2nWK4ksctiquZUasI3hrt8QaSEZ1hJJ0&asPdf=false  
91c65a22f2b33956 MATTHEW GABRIEL 14-C-0151 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWr4&d=%2Fa%2F3d000000pcqU%2Fx4Ok7QYme31H0FskD4kqO85Qqc.dhiSm7Wt63YtO.Sk&asPdf=false  
f1eaad5ce05525e0 MATTHEW GABRIEL 14-C-0151 2019-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYbh&d=%2Fa%2F3d000000pcq3%2Fq1DrPSheM7Bux.W14VbYTRwxrQM9F6N.O_VSF2YN70k&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 490.945ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API