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 = "16-C-0166" 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
d3fa27be2f1c291b Gleanna Doyle 16-C-0166 2025-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UsTTq&d=%2Fa%2FSJ000003IJTt%2FFNsXaDxKcXYuuNbInmeU8dd2ioWu5Khye9o_UBWDjNg&asPdf=false  
2b289b6b5ae73c78 Gleanna Doyle 16-C-0166 2024-08-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000038QGc&d=%2Fa%2FSJ000000A8U9%2Fb1OoSEswxZAwVBcEgVXO0UBjpEfjYXkYEB7IlO.Cic8&asPdf=false  
15bcf455263a3db0 Gleanna Doyle 16-C-0166 2022-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yws4L&d=%2Fa%2F3d000000peCs%2FYwA5PVHTgFLjG5gMj.DPgb1gfPQ9iG9S18q6byRg3HY&asPdf=false  
d3d00dce12428b19 Gleanna Doyle 16-C-0166 2021-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESTv6&d=%2Fa%2F3d000000peDo%2Fnb4eHNu5sYzJKXaHqRFPZ6hEnAgKU4nDR1JaOksLOis&asPdf=false  
b50204830fee1458 Gleanna Doyle 16-C-0166 2020-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnRo&d=%2Fa%2F3d000000peD8%2FtQXW90LGOax9CHu7wK5Pu8AqcQX8GMfA.Aq70Z.82GM&asPdf=false  
5ded19213ea85de4 Gleanna Doyle 16-C-0166 2019-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnEl&d=%2Fa%2F3d000000peCg%2FJw9av7GjkLEdoD.53TpAlA5oSXUgzxrWmxTYwHE6l54&asPdf=false  
e951fbccb73a8fcf Gleanna Doyle 16-C-0166 2018-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege87&d=%2Fa%2F3d000000peDJ%2FP_FWB5nwlQR6nXPh1TW7cG.y6QjWc5OXpm_RSJvV7XA&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 5.063ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API