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 = "92-A-0386" 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
a6c30e65674acff5 Debi Ferrante 92-A-0386 2019-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egirb&d=%2Fa%2F3d000000pmsK%2FXT49xKHr_.ee9BFd3Mpj7xE.gozdpvLRYItFCdDlV9g&asPdf=false  
63c65b57a7501f37 Debi Ferrante 92-A-0386 2018-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiwM&d=%2Fa%2F3d000000pkef%2FqIOq.zRQ3ziBLLXVEwfLytXiFUd5iMb3eQevyd2UCvc&asPdf=false  
ba5309240dbb9f12 Debi Ferrante 92-A-0386 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjSU&d=%2Fa%2F3d000000pp73%2FRgNMIu7JRPloR8ROE6tB9MKKRkE8pS_e5Yv0_pP5O1s&asPdf=false  
8d4e76b2e32739e6 Debi Ferrante 92-A-0386 2017-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjPV&d=%2Fa%2F3d000000paoi%2F0qUaHNcYieYLw_rH7NCx8fz1eU7T_cJzgLPLChj5x2M&asPdf=false  
0fc88c4027ffedd4 Debi Ferrante 92-A-0386 2016-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk9X&d=%2Fa%2F3d000000po2B%2FRTf1v.WJz3w3yGkjcR9ByuYXqhqPb0nNJKxcs5NTIbo&asPdf=false  
dd10dc00c416dbc4 Debi Ferrante 92-A-0386 2016-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgklH&d=%2Fa%2F3d000000phya%2FDdNPz60McUtkF4ibXArn9bSHJCBjW3jdyCzW8qMXsUE&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 886.65ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API