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

4 rows where cert_number = "34-B-0216" 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
d7887b28412e5213 KATHRYN KOSTRZEWA 34-B-0216 2016-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaKv&d=%2Fa%2F3d000000pmCv%2FaF9nIM4wPHsBqj5M9o.1apTTQU72IVluPeP2Qul9.yg&asPdf=false  
a0ff5954f6f9b1cf KATHRYN KOSTRZEWA 34-B-0216 2016-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbo1&d=%2Fa%2F3d000000pS7X%2F0iiQKYGnkNphfcX6d0rKWxNhbZ941KI5XoAiKMKMqEU&asPdf=false  
acf1b7378f499fb4 KATHRYN KOSTRZEWA 34-B-0216 2015-12-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcXw&d=%2Fa%2F3d000000pWfJ%2FIEdVNYGr3SkvV.0I8DT.SiFX2VRcW1FUo72XwqpvXzs&asPdf=false  
c58fbf933c06f42c KATHRYN KOSTRZEWA 34-B-0216 2014-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmrN&d=%2Fa%2F3d000000pp1U%2F3YN78p7AAJZjFDh4ovYjRP09bXG6axKp4b5Ot.6f0uI&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 98.768ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API