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 = "87-C-0083" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
391368467d414789 Stacey Newman 87-C-0083 2025-12-17   1 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000wJhPl&d=%2Fa%2FSJ000007YgAT%2FRF2o61475gLX5Nyxa.K3vrg.B3Cb2NMg6o5IkPeyQa8&asPdf=false  
6c026b6eb90f8439 Stacey Newman 87-C-0083 2025-11-25   0 5 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAxSl&d=%2Fa%2FSJ000007Ofh7%2F9z8dlZLJlzlm2IxO6_Ix_PsbN66H1XCZ9tiFg1WS4LM&asPdf=false  
f1cac0d991378986 Stacey Newman 87-C-0083 2025-07-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000h2e5T&d=%2Fa%2FSJ000005Dfth%2FJZQUOqEoafieZoCuwCDXo8xAR1C78qvaE69qhLce.qQ&asPdf=false  
48737075348bca85 Stacey Newman 87-C-0083 2025-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000USzow&d=%2Fa%2FSJ000003ECHJ%2FhYLkuKGs7cNtd7x5eW3X_wilHGcfHT7XosD.enzDi54&asPdf=false  
421e986e7904fdaa Stacey Newman 87-C-0083 2024-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009z9ai&d=%2Fa%2FSJ000000jJw9%2FEV_DGplEMuIN8PV_IvTyzw.E3D.yVUobh0JAOm6pRMQ&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 96.904ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API