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 = "72-C-0192" 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
5312c113df318e07 CHRISTIAN WINTTER 72-C-0192 2020-01-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOE&d=%2Fa%2F3d000000pRhC%2FBSoDgKdhWfRJ7oMjCTLb9840GhVAElfLzdHt2SIggFI&asPdf=false  
8db5942f09e9c013 CHRISTIAN WINTTER 72-C-0192 2018-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOV&d=%2Fa%2F3d000000panP%2FKCYb60W5_lRk.eELxldsD.E0swANBiINM8v9KOZPj1I&asPdf=false  
4d9509f16f39a0e4 CHRISTIAN WINTTER 72-C-0192 2016-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk4i&d=%2Fa%2F3d000000plkH%2FdiOcu9gUiuu6L0pOonfpzR4agvci3Pzye12xQK4pEgY&asPdf=false  
090167fc8a76166d CHRISTIAN WINTTER 72-C-0192 2016-11-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmL2&d=%2Fa%2F3d000000plAk%2FXFVyNua7cbEFIkTp9WA_1mY.oDOx9LrdQOiW_Ptbj4I&asPdf=false  
06dfbf76adfbf5ae CHRISTIAN WINTTER 72-C-0192 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghHO&d=%2Fa%2F3d000000pfla%2F2GFOyWvi3oSJpqLzZVSbkMyL8kDqo_cMa3KCzfjPv0Q&asPdf=false  
a2fc1a7f0eb8e6bb CHRISTIAN WINTTER 72-C-0192 2014-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjhx&d=%2Fa%2F3d000000pnZ2%2F9L1uVNel1Tuhd6Q_iRGDkTGZqxQPa.dWykqHLyxVcLE&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 294.114ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API