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

8 rows where cert_number = "43-B-3711" 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
7de32a5dfd149df5 David and Susie Reid 43-B-3711 2021-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESLJh&d=%2Fa%2F3d000000pRo2%2F1.pF.72OKjfx1oOTFqRPZuDWU5mMSGSFbQWTvM5jhHg&asPdf=false  
e49c2df6adfc3f28 David and Susie Reid 43-B-3711 2020-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfWH&d=%2Fa%2F3d000000pog4%2FEHi3e9je0RfO.vjXOznwGGeop1eTZsIfM7o_wOyPBEg&asPdf=false  
16153fbb2985b4bf David and Susie Reid 43-B-3711 2019-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghAS&d=%2Fa%2F3d000000poxg%2F8NosIKQzZTXGwp0ICzUOJ.DtkCycMMdp8TRaWBtEHcA&asPdf=false  
c82c23c001a044c7 David and Susie Reid 43-B-3711 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggSA&d=%2Fa%2F3d000000ppN6%2F423.0sXlnXiCs3L.w1ikMiurHXakYtsz9KwmAPiw6U8&asPdf=false  
5aa15fd54b824265 David and Susie Reid 43-B-3711 2016-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwC&d=%2Fa%2F3d000000pSIe%2F4CTwARBNXl1KktVP_r_Q5g35oY76dztLpqv0KpIb2aQ&asPdf=false  
38caf37efda45460 David and Susie Reid 43-B-3711 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBJ&d=%2Fa%2F3d000000pm3K%2FMDPsgdGbGZd3L8l3rm0foBlu17pCpIkB9qYF0xh.UIQ&asPdf=false  
91307f159f823dd9 David and Susie Reid 43-B-3711 2015-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeiY&d=%2Fa%2F3d000000pXRd%2FKKXNNWlgVOQ0Bkqe15DY1SUoUxXuE.ElVtSLl61qCtk&asPdf=false  
3779e08bad0fc2b2 David and Susie Reid 43-B-3711 2014-03-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWfG&d=%2Fa%2F3d000000pmuP%2FFMMbfmlOVBmhLL9eF4.taugvQGvgielsEoXDHkNJhVo&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 58.328ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API