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

6 rows where cert_number = "71-A-1405" 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
cee187d34ff8b175 Deniece Richardson 71-A-1405 2024-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000058wYd&d=%2Fa%2FSJ000000JJVB%2FcJlC8ZunhcHNjiDoZVG0gIof8ZjkCxXfH4wTUbajPjw&asPdf=false  
ed8698514c63b255 Deniece Richardson 71-A-1405 2024-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BtFwL&d=%2Fa%2F3d000002Pi77%2FkQr49uz4q504vGSjIWyiU1nig6dMOvraMG747cEVTtw&asPdf=false  
fe4cb3af932933e5 Deniece Richardson 71-A-1405 2023-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009U8zU&d=%2Fa%2F3d000001asWw%2FbphukB75tH19r9BNHIkECl3DKH6i_G7NiVCOoCZzgxs&asPdf=false  
a574bd8d60deceef Deniece Richardson 71-A-1405 2022-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw1eq&d=%2Fa%2F3d000000pYAZ%2FPW4jK794ZPqrJM24uGstldkP07UGmOpXzhaaozS_2.I&asPdf=false  
f78fb323e2150ba0 Deniece Richardson 71-A-1405 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMWYo&d=%2Fa%2F3d000000pYAc%2FfrxXKaq3IFJkecO_UC2LhUeGr06fPPnESExzEjkCc1Y&asPdf=false  
8a65498cbc9260aa Deniece Richardson 71-A-1405 2020-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgafY&d=%2Fa%2F3d000000pY9N%2FuQtsSUADGjdkyLr2T50w48WvkrcJou_NYs0RnWfPBDw&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 317.319ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API