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-0201" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
454b7422b6918209 Ashley Clement Raegan Clement 73-C-0201 2017-01-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZyO&d=%2Fa%2F3d000000pdzg%2FafwarU3pJi7BmMVaDHSjS_oUlFA0z.qfToKCVNDpXYc&asPdf=false  
07903bb0148fa8d5 Ashley Clement Raegan Clement 73-C-0201 2016-09-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMn&d=%2Fa%2F3d000000pmq7%2FZdPfj8l_SpsIBRwmlFwYhnIn1Q.LQ6izLlYTy4NJ5nk&asPdf=false  
3f1919321584a4f1 Ashley Clement Raegan Clement 73-C-0201 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEC&d=%2Fa%2F3d000000pfVx%2FYVWB1tKS4SgIOLAYq0twUgxbXQV9oh0vvavK.9XyE88&asPdf=false  
b0847a8c30947f81 Ashley Clement Raegan Clement 73-C-0201 2015-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbtq&d=%2Fa%2F3d000000pWcV%2FVU.Im2qLb4ujCz2IxV0qoMP2iaCJ.XD6UrD5FIjBALg&asPdf=false  
95eeb95a6515cc0a Ashley Clement Raegan Clement 73-C-0201 2014-12-11   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYod&d=%2Fa%2F3d000000pi54%2Fv6hE2DhWIK9rJdq9w5ivh31gvZyDhif.9VJ1xKxfWTw&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.129ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API