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 = "43-C-0112" 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
dd025b8eec7de08f CITY OF ST. JOSEPH 43-C-0112 2019-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggF0&d=%2Fa%2F3d000000pUdu%2FN.Z1mcz3sGGhSt_KJSa2JQ9nxkgmsROkNyoecm9AZtk&asPdf=false  
a02ccac559378390 CITY OF ST. JOSEPH 43-C-0112 2018-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfpH&d=%2Fa%2F3d000000pnCa%2FnYxdZkNKOhgno91_JnYURdLR.wgvFxErCbk6biU.q.4&asPdf=false  
4f604d334a16893e CITY OF ST. JOSEPH 43-C-0112 2017-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfn6&d=%2Fa%2F3d000000pm1t%2F_Jws2ej6bjK97P29b5wFCNmLxOprCRLnDjho0a9CrOs&asPdf=false  
97f11f0f13fc917e CITY OF ST. JOSEPH 43-C-0112 2016-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgftM&d=%2Fa%2F3d000000pXVK%2FUAfvc9WIn5ksKNndcMYMtV7.7cW2r1ogkdHXZrXUA9Q&asPdf=false  
324ca2caccf44c0b CITY OF ST. JOSEPH 43-C-0112 2015-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPL&d=%2Fa%2F3d000000pWz9%2FEFtzF_ur7C7VjA32RnQ_WH8kSRbE82duwaz8dWcg.vE&asPdf=false  
8cdf5402f9f79059 CITY OF ST. JOSEPH 43-C-0112 2014-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFD&d=%2Fa%2F3d000000pSOi%2Fn6TC11iY00Hmg9adaqyU0X1vq8U3pzNCFDUutsStDJQ&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 345.481ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API