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

6 rows where cert_number = "85-C-0043" 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
a7e707475ec2920f CENTRAL SUPPLY 85-C-0043 2021-12-29   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8xgY&d=%2Fa%2F3d000000pgtu%2FMjarGuBp.RFdu41LoJLFpYNbv28Of4OdQSPLrm_JlTg&asPdf=false  
c3a893a468f7d787 CENTRAL SUPPLY 85-C-0043 2020-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egao0&d=%2Fa%2F3d000000pSPv%2FLGxinkRZg6_PNgz4u0Jk1m4xxiUSyx6xfhmrzmPS57c&asPdf=false  
92eb2e5c227355ea CENTRAL SUPPLY 85-C-0043 2019-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egatl&d=%2Fa%2F3d000000pb0i%2FKerJup1OX_U1fgco7_r2oQ3smiBpk_4ToIepP85eHgM&asPdf=false  
30bda81aa816a6f9 CENTRAL SUPPLY 85-C-0043 2019-09-09   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSS&d=%2Fa%2F3d000000pSPR%2FKUYP8ZONkyhsDtZ_JTh58t5kQu1S_xbAhNuERBupd6A&asPdf=false  
054a747f1f9cd5b9 CENTRAL SUPPLY 85-C-0043 2018-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaIm&d=%2Fa%2F3d000000pbd2%2Fd5sFX7yLOscyuPsLhiV7.tI5hYCv2BT9sNjkVDYkagI&asPdf=false  
75ee502d70f651f7 CENTRAL SUPPLY 85-C-0043 2018-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZqw&d=%2Fa%2F3d000000pabc%2FGIGmCgHseROY792sQvesurTVRewHvwk_Sj5nP5CtZ10&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 512.739ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API