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 = "74-A-1556" 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
24c4d4f93abbd31e Bric Burns 74-A-1556 2024-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FoBqw&d=%2Fa%2FSJ000001GYpx%2FBJF2vuzVLF65lAwdjIewK4oKl7dPkYbzgmr5cML4g5g&asPdf=false  
176eee4c50c3ae5e Bric Burns 74-A-1556 2024-02-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CTurT&d=%2Fa%2F3d000002Znap%2FcZ14FeN80ZR.mr1xeeiaOUsA.AvmTIgA3jgTLepEsMQ&asPdf=false  
17147bbec1680faa Bric Burns 74-A-1556 2022-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxQa6&d=%2Fa%2F3d000000pfIC%2F4fAOuI4jJiBrePyehmR7cUfMlXqJ9VDGV4Rc5a.2T7o&asPdf=false  
f2e81384c08e7ee3 Bric Burns 74-A-1556 2021-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESRoz&d=%2Fa%2F3d000000pfJY%2Foy8LUVbtOTDhFWO7rnZyAvzhl8KcgDAMTyDz3ygwHA0&asPdf=false  
0838fc89882b9d27 Bric Burns 74-A-1556 2020-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZaP&d=%2Fa%2F3d000000pfFZ%2FJPZu9RNEFdNBtPGPRyxz5bMn49CxszoJXRobKKtWoEQ&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 51.649ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API