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 = "73-A-2816" 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
074dfdc0766139f9 Debbie Cox 73-A-2816 2025-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000bA0Kv&d=%2Fa%2FSJ000004NO0v%2Ff3uKYJ3Z_DC4VdSR512xIO33QC4QXOCgVyBwyjx.WOA&asPdf=false  
d89773f876f687db Debbie Cox 73-A-2816 2024-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EV5jz&d=%2Fa%2F3d000003AeVA%2F5d2kdk.n8F6M6jkLa6z8pd86Ht6DbNFkQP0v8ApABEo&asPdf=false  
d1587300bcd2f1a4 Debbie Cox 73-A-2816 2023-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000087LuP&d=%2Fa%2F3d0000016ofr%2Fn5kzXw8fe1FtRF7c3_PlaEp55yDiddhukZaq23e6CCo&asPdf=false  
a72311f567e6c388 Debbie Cox 73-A-2816 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxcDa&d=%2Fa%2F3d000000pixn%2FWkZStBl8Qe47GvwhVPWSq0sLxAM7eHMseBihOHY_gRU&asPdf=false  
a331deed1e614ac2 Debbie Cox 73-A-2816 2021-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8lGt&d=%2Fa%2F3d000000phku%2FpX2rIyjZGl_gBI6KrfahyPXapkyrL4RQdgPSJ.JWqEo&asPdf=false  
ceb57de0a23fb9cc Debbie Cox 73-A-2816 2021-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMcdz&d=%2Fa%2F3d000000plvV%2FzZVqQSHDLjSauw623nVfqNPVwvYAULpSVm2alwS_Cm4&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 2305.094ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API