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 = "73-C-0247" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
e4e7c3a0371c63d7 Janine L Aines 73-C-0247 2025-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vB4Kb&d=%2Fa%2FSJ000007OY1L%2FyttZUC2r9XFtCpDFNYbGuUOELq4G3OTXaf.EYJPZgmM&asPdf=false  
2101c9d559861f9a Janine L Aines 73-C-0247 2025-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MDpHo&d=%2Fa%2FSJ0000021xPt%2F18u6oZJQ72cVHXCCoYdSVGbwOYWF6r_Wu0gBo8I5.6I&asPdf=false  
6812eb72f4a568cb Janine L Aines 73-C-0247 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000087leC&d=%2Fa%2F3d0000016x4O%2FBQRPsaWH4sBCoKwj52mTvQ2kYu7Dq6fjTXwA3pLjc6s&asPdf=false  
11aed7b82306ac51 Janine L Aines 73-C-0247 2022-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxnnT&d=%2Fa%2F3d000000pTgl%2Fb5O3KIjpaiS0ch2JOfviPytihXOsW_97iOWAvir3Sos&asPdf=false  
abd2142e8a2b8ac4 Janine L Aines 73-C-0247 2022-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywa6K&d=%2Fa%2F3d000000piOI%2F10WYBm7myjceU_9vOYybRFR.eguKSYtMnb.d7dHuPq8&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 726.546ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API