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 = "35-A-0488" 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
b191cc72e2c413a2 Henry L Swarey 35-A-0488 2024-11-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FkUiS&d=%2Fa%2FSJ000001GAZ7%2FtVc.ff0OxXQhf8WzkcFtOkGbeCdcJeprOjUrKQGdI1s&asPdf=false  
56177b6230d6f34f Henry L Swarey 35-A-0488 2023-12-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BPZBH&d=%2Fa%2F3d000002GCga%2FI1Otmn1BkA.1yKXVHKAq.KV1LAB5W56GQCniRr6Ks84&asPdf=false  
6b1e4fa4bb95f8e7 Henry L Swarey 35-A-0488 2023-10-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ahqpm&d=%2Fa%2F3d0000025vA6%2F5g5weixcEqsEDb55jYAaNQEgMWXBNTa0DXYyHfr6lGo&asPdf=false  
f6c1e1dc4ef31561 Henry L Swarey 35-A-0488 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvIcG&d=%2Fa%2F3d000000pcNQ%2FmHoeCPRo73q_GvRszg8tsanua.BXdlRu6R5YjpNJn_Q&asPdf=false  
6a59dec529b46e10 Henry L Swarey 35-A-0488 2021-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8szz&d=%2Fa%2F3d000000pgqs%2FTdsYoTA_R2IaFfKG6bPSOoo92cbXJoRPU3Mv5Zg6.Wc&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 55.207ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API