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

9 rows where cert_number = "52-C-0196" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
76c249ab218a7b68 Judie Graham 52-C-0196 2024-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CP1oS&d=%2Fa%2FSJ000000vm37%2FqD0xkeLufFjzOWdGmEcqiqC551ntYz8DC3pMELH.suU&asPdf=false  
f62d03e96e4b06db Judie Graham 52-C-0196 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CGgDK&d=%2Fa%2F3d000002W6mQ%2FsvkUCKf8sYZShGyGwBkEgO5bi8VmEctANPGJ9XIoTWg&asPdf=false  
4a3ea8442816fe11 Judie Graham 52-C-0196 2023-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AkbBY&d=%2Fa%2F3d0000026IVD%2Fw1hWvuMe6CGDzkJttbeXncMwxus4n4z..y2WZkhy7zM&asPdf=false  
a5f125e5c284895c Judie Graham 52-C-0196 2023-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008jHnN&d=%2Fa%2F3d000001J3Xn%2FE_YC2ZzwTmkfxwBm2e.NuFhQOtcUjzpMV7UKX9EGzw8&asPdf=false  
81d4d8d633bc74a0 Judie Graham 52-C-0196 2021-10-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8AOr&d=%2Fa%2F3d000000pfLD%2FHSFQd2xtmNeaXgDMybROXGQwctujXOosy5B40LucWLs&asPdf=false  
84490100d541ee32 Judie Graham 52-C-0196 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egihr&d=%2Fa%2F3d000000plCj%2FX_WUd8OAI30HJlO4NSDHmOKLIhUaetBv6NGnBLMJwT0&asPdf=false  
c0313a1b6fe97776 Judie Graham 52-C-0196 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk9L&d=%2Fa%2F3d000000pSR9%2FGdP9rXQ.fCGvqQOyuW6PzDd6mCxU43FTg3CKJpi_nNw&asPdf=false  
9c45fbe283fd47a4 Judie Graham 52-C-0196 2016-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRV&d=%2Fa%2F3d000000pb3q%2Fjip2_GPCzMmROPDQ7mNrS7tBQmzKg9BVSTZe5gW2xIU&asPdf=false  
e5a5fa1ebf5c7cf9 Judie Graham 52-C-0196 2014-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkON&d=%2Fa%2F3d000000pdbF%2F6.q_yyQQ06wvTssoZo3YMkbhz02AIAyza5_hir0szOg&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 382.081ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API