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

7 rows where cert_number = "67-C-0006" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
a0803409f947f0b4 Jodi Gray 67-C-0006 2025-04-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WZ3yZ&d=%2Fa%2FSJ000003duIL%2FFUzJ4i2cvHdHWJdweo3mR9qlVJ5HL6HRMda3lQsgDqU&asPdf=false  
c3c03f7b79062b7c Jodi Gray 67-C-0006 2025-03-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PvCvt&d=%2Fa%2FSJ000002XLm5%2FFioz9vD_ASfjcgj.zZ2peWByWX2MIkXH0xe5b6Vz5wI&asPdf=false  
bf6480cd9df61cee Jodi Gray 67-C-0006 2024-05-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DWrrn&d=%2Fa%2F3d000002vWYR%2FxNxCZljx8txa0LRzlWmjTI2LqmUsDHF5RLFg6TlTfkY&asPdf=false  
0ab70898296a3d2e Jodi Gray 67-C-0006 2023-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009Aw4M&d=%2Fa%2F3d000001SPyW%2FTyx_1D4flDa4fksk.69AUd8Hu30oelK879U3yjD9Zww&asPdf=false  
61044f2dbbe7d11a Jodi Gray 67-C-0006 2023-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008kSHp&d=%2Fa%2F3d000001JTPm%2F81zu6J0sUSt4WKKr4B1cxVfogg9RmsE56rHN_6ckSWM&asPdf=false  
d4adc8d52d84274a Jodi Gray 67-C-0006 2023-05-10   0 18 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008dHaD&d=%2Fa%2F3d000001Gz3x%2FwQK9Sti0ZtVcJDySyKgufehmu7SzYPDInhj2IGtbGOU&asPdf=false  
c6fe247c9b82a7e7 Jodi Gray 67-C-0006 2022-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwW24&d=%2Fa%2F3d000000phKJ%2FTqwIXSnNC7K7MQQvMgOX8OHXT98vWAFMTDWxygfVNTo&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 204.348ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API