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 = "93-C-1161" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
9bb322f9d03e1927 California Wolf Center 93-C-1161 2025-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000htAAt&d=%2Fa%2FSJ000005LTQj%2FAhdBBD12DCODKLZ95hGOQn6KxhNaXXPBNOVsj6UaUY0&asPdf=false  
2900b5dc11bb6971 California Wolf Center 93-C-1161 2025-01-29   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MF0uH&d=%2Fa%2FSJ00000229in%2FPyPGoLryMoU0kB3nfaLx.HdUKY_7235aw5yVG5dUkDI&asPdf=false  
1a0cfd38085778c3 California Wolf Center 93-C-1161 2024-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CfKR4&d=%2Fa%2F3d000002dAKx%2FQ1hTOz5sXqdO04mM.wspF2tYiyWnX4tjuks_VUnKONI&asPdf=false  
cc5a5a9f74f175c6 California Wolf Center 93-C-1161 2023-12-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BLWfd&d=%2Fa%2F3d000002EzgC%2FuMsJzd.5qU27Wq0YXA4REE3EiZg.WoAApF8KtMoLk9k&asPdf=false  
ee37a451a7ec8457 California Wolf Center 93-C-1161 2022-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V97WD&d=%2Fa%2F3d000000pgzW%2FxqJifSPnrZaylbXqSe._DcHR4z4O6PDQQXVS8a23M_0&asPdf=false  
b52fa1c5d0f4e1ba California Wolf Center 93-C-1161 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMc&d=%2Fa%2F3d000000pjmG%2FmqAoOEyE25wNogtHzyEydUHraAySszCAWelNhjWZhvU&asPdf=false  
73c63920d4328c0e California Wolf Center 93-C-1161 2019-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAJ&d=%2Fa%2F3d000000pnkq%2Fe6mE3R1f_GhkBwRrBMAOFCBsCXDYhACacDSl0L3fEsc&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 185.492ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API