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 = "31-R-0136" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
7567c0cbb4f0ed2b Amplify Bio LLC 31-R-0136 2025-09-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lQ6bN&d=%2Fa%2FSJ000005rKnJ%2FKPBwWBrIWTwJY7leiMDYwz3JEHZltErVIHbSkvsGGSk&asPdf=false  
1bc701c1e547a80b Amplify Bio LLC 31-R-0136 2024-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DN4zv&d=%2Fa%2F3d000002seay%2FVx3JHP2lLsN3JI_vd_rwvLi3BUKDyNlyNrZyIsfWD0M&asPdf=false  
7299ae6c0d8a81bb Amplify Bio LLC 31-R-0136 2024-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DMJyz&d=%2Fa%2F3d000002sOwT%2FCcmg9y9sEk9nbrBMkvooHBXLBqDsm26E6eI6xO4aeFU&asPdf=false  
928bf7cff5979cb7 Amplify Bio LLC 31-R-0136 2023-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009doCX&d=%2Fa%2F3d000001f8mk%2F4OgzRnQQ7S857HoXQYjrD1WbaU_HsvhkLh7iC8Hok1I&asPdf=false  
71e43424252d3e6a Amplify Bio LLC 31-R-0136 2023-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnYQ&d=%2Fa%2F3d000000yGIN%2F7h.QifzS78JCdgHqTw4Nhq9xYURDjGOqx_cj9wWtzNo&asPdf=false  
280ae7e0ba41e5cd Amplify Bio LLC 31-R-0136 2022-07-27   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw1gc&d=%2Fa%2F3d000000pZXR%2Fyv6IM3h0PsCJ.s7iN18Fr4Z4Wf385G_vRi.rEexjhwA&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 3.795ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API