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 = "51-C-0133" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
a8d27cc9b25803fa Samantha Valle 51-C-0133 2025-02-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OxT58&d=%2Fa%2FSJ000002NoKj%2FVT2NyZhb1O88l2rlXbXiMWXUI5PRNa6vqVL9DHWEYoQ&asPdf=false  
1226132f28620074 Samantha Valle 51-C-0133 2024-11-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000H3w95&d=%2Fa%2FSJ000001NLZR%2F4Enzy30xhksgJ329hoes.HVQZlgQOuXbXKBsbG5R2jI&asPdf=false  
386c69ec3cfab87a Samantha Valle 51-C-0133 2024-07-31   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000015XZ6&d=%2Fa%2FSJ0000003FXB%2FJejphTJXfXO060VTUkKPJRgRWC.6F_T8ZONOFIgUT6M&asPdf=false  
4ddcbca24fd99ef4 Samantha Valle 51-C-0133 2024-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DGsuS&d=%2Fa%2F3d000002qfVE%2F6.CvKdMgUA3IH73wiy64c2rI.DtLcgwbc2ku2LWQRpg&asPdf=false  
cbe911e32731b2d4 Samantha Valle 51-C-0133 2024-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D99B1&d=%2Fa%2F3d000002o4n3%2FSpCa5L6JS3s386Sa5mu19YVIQR7emkmKHdLtiBEldas&asPdf=false  
a22537afa84f197c Samantha Valle 51-C-0133 2023-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009mCWo&d=%2Fa%2F3d000001jCXq%2FanyaYlffSQRW8xvlg2b0LdvObHy4dl1DyYrSs15e9a4&asPdf=false  
62c44a72c8eee29a Samantha Valle 51-C-0133 2023-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009KBpX&d=%2Fa%2F3d000001W4Pk%2FD_QXqMbNcqnO02Q2L6nosfiX8ssC2DjvALOTvebg0s0&asPdf=false  
40b54c565a3e60ba Samantha Valle 51-C-0133 2023-07-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000096yrd&d=%2Fa%2F3d000001Qm5F%2FrrpfKmEMPgXMuIlRdwFEvUB7uWO6I8BfDvc0MaCkOIo&asPdf=false  
12d0bf1da30cb549 Samantha Valle 51-C-0133 2023-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000086FeV&d=%2Fa%2F3d0000016PAX%2FT6pSUPQ7aNC2Q5UyrHXzkg.3uXNp3VUju.NFgaYBGfk&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 413.53ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API