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 = "22-B-0081" 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
3c6a7ae28b2bd68b Gail Barr 22-B-0081 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Mz57&d=%2Fa%2F3d000001Bns1%2Fn5Up4B9HHlv0V.Lvhzef4Vonl6XOdKsPgoW1SLdb94E&asPdf=false  
f60389427ee94f38 Gail Barr 22-B-0081 2022-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy6HQ&d=%2Fa%2F3d000000pY0h%2FmKQC_5SaXWaeXtHskJJm5b8js6Itpp4gfpvQLQMzzQI&asPdf=false  
c9689054ed51f3ac Gail Barr 22-B-0081 2022-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwhjY&d=%2Fa%2F3d000000pXzY%2FTMNEfwY9rjbYcSDLqe6uA_F5SICYZ5E0iQEOd6LMVxM&asPdf=false  
66e269f2fe4ee89c Gail Barr 22-B-0081 2021-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NguXQ&d=%2Fa%2F3d000000pXzd%2F9hSxqfkmMXevVq8p7Z2pW0wdmtUGO0KCpxZmAku_.qY&asPdf=false  
e5ee2c1ce2416aa4 Gail Barr 22-B-0081 2019-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUA&d=%2Fa%2F3d000000pl19%2Fmsa3PT24BF3Z0GJMu_cm6W72rVuR_xtYATT86eyrFQo&asPdf=false  
86234fce383272ae Gail Barr 22-B-0081 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egedf&d=%2Fa%2F3d000000plAQ%2FS7Z0NC.xTClyr2Ks99OB55xEHLMG.CIE3kKn6h7GqdM&asPdf=false  
cb1be65dac559356 Gail Barr 22-B-0081 2017-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQv&d=%2Fa%2F3d000000pk7j%2FSGHQo.4dvABpSj_v7krSiD81ToJTvAX0tIhONAhpIyQ&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 60.098ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API