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 = "34-C-0367" 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
4b9e90bebdc359ea AIMEE RISNER 34-C-0367 2018-01-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb55&d=%2Fa%2F3d000000po4Q%2FhfiI.G8peNCvzmWsPls9kBfLcEhSYFL671dh4XBGFYg&asPdf=false  
0bba7d94589322d5 AIMEE RISNER 34-C-0367 2017-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwY&d=%2Fa%2F3d000000pmW9%2FDQnABUjeBAizCqZb11bZUfOd4Au.YRX08r04zYjGiaE&asPdf=false  
9c86219b87c43e78 AIMEE RISNER 34-C-0367 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcrC&d=%2Fa%2F3d000000pdzJ%2F_yiFgGWnldjc8xV67O_xssg6jYxt4hWp.plf5xKG9ds&asPdf=false  
cffefc4233844e59 AIMEE RISNER 34-C-0367 2015-12-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi7b&d=%2Fa%2F3d000000pk8X%2FEzCJigdUUDNlFvjVUlSrFK53Ii1v6Etqqc9GQ_nsQ0M&asPdf=false  
ce6a330a33343b1c AIMEE RISNER 34-C-0367 2015-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbfY&d=%2Fa%2F3d000000pUOc%2FcsZijMB7r6kH3tjz.bEZT0453HCSfvpAhpWIKD4LKV0&asPdf=false  
03c42cefb8e859c7 AIMEE RISNER 34-C-0367 2014-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6o&d=%2Fa%2F3d000000pkGH%2Fki0TEAJQ6wWUWQMTNhbhIJZDyz.kU_3.EvH9GnRjpD4&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 170.208ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API