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 = "41-A-0281" 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
6e84e06e18f17384 PAUL HAAG SHEILA HAAG 41-A-0281 2018-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgddT&d=%2Fa%2F3d000000pes8%2FaNm3oB7WUesGuwyPxYFkfNGRlbZqMOyFn3we9dt3MDs&asPdf=false  
41aa7c69b3c827ee PAUL HAAG SHEILA HAAG 41-A-0281 2017-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGQ&d=%2Fa%2F3d000000pjj4%2F2QDZAt4auvzmUsL38qpyaHubpW3Osx.OfVD8t2bRQow&asPdf=false  
7ae808d265d4b5ad PAUL HAAG SHEILA HAAG 41-A-0281 2016-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfQQ&d=%2Fa%2F3d000000pdeG%2FrV.VYTN4aExuosg843BNs9liMhyr3SR2C7rZG8q50N0&asPdf=false  
94f971716432dd72 PAUL HAAG SHEILA HAAG 41-A-0281 2016-03-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdWK&d=%2Fa%2F3d000000pSDD%2FlOUfciJs_FRIbIWSoSWqXZxCnB8SpOamRHAogr0TXNo&asPdf=false  
2b1485dc16ba25f4 PAUL HAAG SHEILA HAAG 41-A-0281 2015-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcd3&d=%2Fa%2F3d000000poiu%2FDigOxEqBRPAf98g.jQLuDrhbZq7OSO8v_9jh5VPPl04&asPdf=false  
5ed19162568ce656 PAUL HAAG SHEILA HAAG 41-A-0281 2014-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdUE&d=%2Fa%2F3d000000pjPK%2FzMT..YeNpremQNjL1.yaUQ9.aGN6ioRTrONGcaG1nvE&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 561.27ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API