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

7 rows where cert_number = "42-B-0064" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
4a174125df1d2bc1 SCOTT TE STROETE 42-B-0064 2020-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghQm&d=%2Fa%2F3d000000pbbV%2FdRsvbRJrGBuLnUfwmUq.d0tvzFk2DSOmADwDrb7gd1M&asPdf=false  
256974262cd838d3 SCOTT TE STROETE 42-B-0064 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfrk&d=%2Fa%2F3d000000plV2%2FL2yg4ODtB7jIWT2EkDJcqIXadmg831yG1SOPsS5H.G4&asPdf=false  
809d3d91dea6bad3 SCOTT TE STROETE 42-B-0064 2017-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg26&d=%2Fa%2F3d000000pUnI%2FY0EUGMe.3al0Sn1mNY3r4b_qiLtwIrRc5VIDvsAn79k&asPdf=false  
4dd326ae8807c974 SCOTT TE STROETE 42-B-0064 2016-12-20   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfDA&d=%2Fa%2F3d000000pnT0%2F4hIuNTADajxg_940WB0.FSd.efikXSCLyZmpeiamKc0&asPdf=false  
5441aa5ad010a1e2 SCOTT TE STROETE 42-B-0064 2016-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBr&d=%2Fa%2F3d000000pXQN%2FFczFxHxUIfpGrMOLBoTfTlR9zkA4OX4Em3Un3Q5fNp8&asPdf=false  
ac18f5c1644b49aa SCOTT TE STROETE 42-B-0064 2016-02-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgctC&d=%2Fa%2F3d000000pk7m%2FE4qscERj.INLFt8xtLBTKkUEMBTGJfW8.sx4j78rhSo&asPdf=false  
a3c585b544abfcd4 SCOTT TE STROETE 42-B-0064 2014-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghwR&d=%2Fa%2F3d000000povC%2Fzfc7ZnO53ZmqGMG96gLrLmiTuXADTVDoJMD2pPjSkI4&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 466.399ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API