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

6 rows where cert_number = "16-C-0174" 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
c146ae4567de16b5 Sherry Harmon 16-C-0174 2025-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mndCt&d=%2Fa%2FSJ0000064u8D%2Fojjnllx9gNqEwun5cdhdsoegJJwrhy9KC_aJrRosu80&asPdf=false  
979329ccb3debfde Sherry Harmon 16-C-0174 2025-09-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kSvNV&d=%2Fa%2FSJ000005iJgn%2FMPOZndiU41GI10AZNTNLHhoN1oTSe5lDuZba0C.nGFY&asPdf=false  
f870a0b0fe588708 Sherry Harmon 16-C-0174 2025-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S1OUo&d=%2Fa%2FSJ000002prcD%2Fqy3vIhXWdunDB35uLbI7XI4mfI_Z9fWoUZODQp__ecs&asPdf=false  
b01444f86be82de2 Sherry Harmon 16-C-0174 2024-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EgYz2&d=%2Fa%2F3d000003ELcK%2FiP.NYqZ62BCG8nM4Z9Npc9qiJNGIa79laMmZ8yMd5jU&asPdf=false  
4482890b5edf435d Sherry Harmon 16-C-0174 2023-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uRen&d=%2Fa%2F3d0000012rnD%2Fkr1b73c7LcK7BgtZ98S.6GSsOCjvRiLE0F5mvEV2028&asPdf=false  
c77bca8e182dac35 Sherry Harmon 16-C-0174 2022-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwWNl&d=%2Fa%2F3d000000phKY%2FVRfe50pR25AuB93e6RwoakNpFHJlVBdpr01pLJUJ9g4&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.12ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API