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 = "74-C-0440" 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
c5e85595b16d971d Ari Steeples Lana Steeples 74-C-0440 2015-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwT9&d=%2Fa%2F3d000000pnET%2Ft3u3B1JcUemzq96jYRdVIDnFZsjsy8VmnohIObGAK.4&asPdf=false  
8f2b4ef55dcb1437 Ari Steeples Lana Steeples 74-C-0440 2015-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggnb&d=%2Fa%2F3d000000pk64%2FUtqtVHBZKVoqH7WWXFky9GoDlh6HinVcY5m.o0PvCBA&asPdf=false  
83e340f782bf7f4f Ari Steeples Lana Steeples 74-C-0440 2014-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcsS&d=%2Fa%2F3d000000po80%2FaJPJy19pw47.l9DWeNk681KlG5nJ37cK06.xL3mp3cM&asPdf=false  
90321795761ba865 Ari Steeples Lana Steeples 74-C-0440 2014-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfbG&d=%2Fa%2F3d000000pln5%2FduRCtCRp5uKXr2Im6zqHOM3WVZkxGtgySgvn63ZLJz0&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 191.117ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API