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

9 rows where cert_number = "31-C-0145" 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
7768411dfe608879 SELL FARM ENTERPRISES 31-C-0145 2025-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gx2NP&d=%2Fa%2FSJ000005Cupx%2FkTHyUdfQXRzMbzQHo1OD39QOfcljuATL34Bs3iulnmw&asPdf=false  
f38461c2bef80b62 SELL FARM ENTERPRISES 31-C-0145 2022-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gutXb&d=%2Fa%2F3d000000pYIP%2FTbHoUF7i6A0S.AWtFtVSSa3VjeNErv3boeV5MGJD6Xs&asPdf=false  
ac600997caf6edae SELL FARM ENTERPRISES 31-C-0145 2018-08-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXdq&d=%2Fa%2F3d000000pkaR%2Fm9AsKd8PqySq_sIVBazOl0mFLaR4X5nroAVfnPVvPZY&asPdf=false  
842b945a2ad00999 SELL FARM ENTERPRISES 31-C-0145 2017-11-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZpC&d=%2Fa%2F3d000000poE2%2FehljSCsVploQpSnszXgeSxkdeP7S31tQWlDTd0dunug&asPdf=false  
ea9479fc03ef8ac4 SELL FARM ENTERPRISES 31-C-0145 2017-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglzL&d=%2Fa%2F3d000000pSn0%2FU800PO9q1NBEDn5wcZtD3iDa41a9X1MQDi4JqwhSa0w&asPdf=false  
b0f11bc3c0895ee7 SELL FARM ENTERPRISES 31-C-0145 2016-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjk4&d=%2Fa%2F3d000000piIq%2Fo_4zkxh88sCfPVIpJTNxatI9vtwdVPQ4xRi.4Cdb0SU&asPdf=false  
0470f2fef1ba2293 SELL FARM ENTERPRISES 31-C-0145 2016-02-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmEX&d=%2Fa%2F3d000000pjN9%2FBKpxqfPzfKfFp9jJ2afsT5toZCeJgfc3DHQws7UucNU&asPdf=false  
843cc0646cc51105 SELL FARM ENTERPRISES 31-C-0145 2015-05-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgasP&d=%2Fa%2F3d000000pkBA%2Fj7CVhBMjvKUWV2z3yZyzP237vZSLgARFtHz8uM21cnA&asPdf=false  
41a6123f16ec8d50 SELL FARM ENTERPRISES 31-C-0145 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkgS&d=%2Fa%2F3d000000pjh4%2FdwcgYuL35WpNCr9A1FSU07jJ_XlgF7E4m0Rm8d4dDk8&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 4.165ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API