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

5 rows where cert_number = "21-C-0434" 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
f93e6f6bdaa99f54 KARIN FIRES 21-C-0434 2017-07-19   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxae&d=%2Fa%2F3d000000poNz%2FgYWrW.SOISawc_qmr2aBVCmzYiGk5GfCAXDjuoJ8N5k&asPdf=false  
60e274795f0f997c KARIN FIRES 21-C-0434 2016-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOr&d=%2Fa%2F3d000000phzv%2Fi61LV7W5NvtLtqmyEKir9oE4FRhizcoq_9Hz5bw5efY&asPdf=false  
f97c5bc2d499b9ca KARIN FIRES 21-C-0434 2015-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiMH&d=%2Fa%2F3d000000plMk%2FpL5BuZZSgfoojwkASmQ9HzC.Rp6mCmz2shdJys0VTGM&asPdf=false  
2550842572a7cb60 KARIN FIRES 21-C-0434 2015-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiq2&d=%2Fa%2F3d000000pbft%2FZRRRdigD4e.pzwWMKSnNFlxtpj.yb1jTkHlJytvFaXY&asPdf=false  
871e24046ab572d2 KARIN FIRES 21-C-0434 2014-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbQQ&d=%2Fa%2F3d000000po6E%2Fb8XlIt8H8w80zcsiCWj1f1cEZPiklOa0jd8ga7rCc2k&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 102.016ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API