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 = "42-B-0317" 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
b5d12e7b628dc15f Brian Lichirie 42-B-0317 2025-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Nnw5g&d=%2Fa%2FSJ000002Ey1Z%2FCMWGxFCy2A4gScUMNvSMeyBs4Go7FQ7QVytOQ6NSXok&asPdf=false  
eee0923069d7eaea Brian Lichirie 42-B-0317 2024-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBY2K&d=%2Fa%2F3d0000035xqT%2Fj6Stf0yRTi8ttnyjY19lQev_afT2rK5w9y.RvQbWvDE&asPdf=false  
bceb3def5fea38b7 Brian Lichirie 42-B-0317 2024-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CgZ5J&d=%2Fa%2F3d000002dd31%2F.n9Qph8JiFMYFtdH5RpK4Z2ikL_veJgwsLLYOMzZLp4&asPdf=false  
904839888a0d450b Brian Lichirie 42-B-0317 2024-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CY7fJ&d=%2Fa%2F3d000002b8Fq%2FqOHkaIKQdU7GOSLhRndXnAojO1H4QWBrZ1MdBPOrbxY&asPdf=false  
e0f3eed2ff1dbd32 Brian Lichirie 42-B-0317 2024-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Btege&d=%2Fa%2F3d000002PtCy%2F3kca1veNPct9.jW7JvoTLkXdf5wvjyA_v3qiToAzoHs&asPdf=false  
da4a1f91ed419828 Brian Lichirie 42-B-0317 2022-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxk1M&d=%2Fa%2F3d000000pTXf%2Fy5ivKP6b6JN3ADA7lqh1IAg.efCwRT6QXDCr2yyoo4w&asPdf=false  
fbfcab68c5e6a78d Brian Lichirie 42-B-0317 2021-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8bWS&d=%2Fa%2F3d000000pjXE%2Fo_J5hAkDi9ynTinUyTPXuhVFILq794oG6uCHWAvOK8Q&asPdf=false  
f5cb97bfc0c46032 Brian Lichirie 42-B-0317 2020-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQ0p&d=%2Fa%2F3d000000pjXt%2FSdj5imdHe6qARq6qn1zwhtiupbQa_YRc46H01OBWyxI&asPdf=false  
d30f233491fbaaf1 Brian Lichirie 42-B-0317 2020-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egabz&d=%2Fa%2F3d000000pjXf%2FThLzrNyCHZVfoQzHScDdFnS8NmJdCsWveQCbITodHLw&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 149.46ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API