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 = "91-R-0030" 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
cad2408164ab748c VMRD Inc 91-R-0030 2018-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmHY&d=%2Fa%2F3d000000plKy%2FH4O8QJkKwFZ38dbztOC13hRxpb6tHDuCZ0DNiAEhPbg&asPdf=false  
92a63394f000d4d4 VMRD Inc 91-R-0030 2017-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgigZ&d=%2Fa%2F3d000000pmoE%2FLKzwUOW3ygr8HJ6O06z7YqvLS43gTSQsplSRJSaXrmA&asPdf=false  
e17b7e905c974438 VMRD Inc 91-R-0030 2016-04-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXOJ&d=%2Fa%2F3d000000poqT%2F8JG1IPQRKr4v1wQki.pOCZZ2eMBgrYoQBxwg7FRzMxU&asPdf=false  
2b3c2fc27f7f4af0 VMRD Inc 91-R-0030 2015-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglZo&d=%2Fa%2F3d000000pRfP%2FNZaRqPTLVulrjNDkZJ03XEATT.mCoCV4vXsl4WUrrwE&asPdf=false  
391fff12be02ab1f VMRD Inc 91-R-0030 2014-05-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYb1&d=%2Fa%2F3d000000pXL2%2FqsVL1RP9prydyxMq1X.pTkt_SvxtsufoMvSvDgHR7G0&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.315ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API