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

3 rows where cert_number = "93-C-1195" 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
cb8e38e8fa9da290 California Raptor Center 93-C-1195 2025-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MxIFl&d=%2Fa%2FSJ00000282Uv%2FzUI8y6y7C6BR_UGE8TW.6qfTBWXHhOp9UbNRSTtSlgs&asPdf=false  
012eeaaa5665d245 California Raptor Center 93-C-1195 2024-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBWep&d=%2Fa%2F3d0000035wtS%2FDTSKWiM1F5VKOa6szRIlezRdU91I.631KJTFNKF7iG0&asPdf=false  
57ede9ccf91baa1d California Raptor Center 93-C-1195 2024-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CRARp&d=%2Fa%2F3d000002YypH%2FnDN2pPLSLX0Or5rOa_rHvY_dx0AP1RI4N0g1rumwdIs&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 94.206ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API