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-1413" 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
9710c2130a8196ff Frances Roberson 71-A-1413 2024-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA26x&d=%2Fa%2F3d0000035NEv%2FHfJa74d70IAF9_Rwsjuxu4SXoNb0bI5LwTNPyvyUnqM&asPdf=false  
080c0fc3dc05fe67 Frances Roberson 71-A-1413 2024-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DFPrX&d=%2Fa%2F3d000002qC8x%2F1r2jEMtjzAqyaN.yLzW90c_Dkw3R75fe47np0VFTMI8&asPdf=false  
99cd9e1e8e4c55ee Frances Roberson 71-A-1413 2023-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Xdz0&d=%2Fa%2F3d000001EpOw%2FlCs1cjHxG1OIaHwWnNgNnNPMMMZvvKH42Gr15p2HFgs&asPdf=false  
df263a8a6a73bb64 Frances Roberson 71-A-1413 2022-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxSCw&d=%2Fa%2F3d000000piZC%2F9fRXBMFiJda0BupwZQsyEGpox6_BY2HnKXrtgx.lQ6c&asPdf=false  
a65086939f40a71b Frances Roberson 71-A-1413 2021-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMfU5&d=%2Fa%2F3d000000piYj%2FD189IuNgMTIpOCpyFuN6C367dy0l4c3jUgFuIWcUK5Q&asPdf=false  
cb6e8f9e7e189f3f Frances Roberson 71-A-1413 2021-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGOww&d=%2Fa%2F3d000000pkbD%2F7x9evAY1vj6SktYTK70M_r2KLhbsVz._16tCVbqsLW0&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 5.777ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API