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

5 rows where cert_number = "67-A-0010" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
2d10a11f20a786a7 SanusBio Farms, LLC 67-A-0010 2025-12-15   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vTVSt&d=%2Fa%2FSJ000007RzWP%2FNvOSETg30UPo8rXZjMIRSzEWBQ9s0BVmIxCTVapB9xg&asPdf=false  
7827784f144de677 SanusBio Farms, LLC 67-A-0010 2025-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lSFhG&d=%2Fa%2FSJ000005ry4n%2FHTEsBNfv7T_YHdvbp03WpEy6z000OYdtPb6rNYYNsNE&asPdf=false  
2be13c417ddf3141 SanusBio Farms, LLC 67-A-0010 2025-09-08   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lGQJt&d=%2Fa%2FSJ000005qDkf%2FF9GxjAox.n40KA_op2Zn7y7J1BViaqTVrh0VLtn.mMg&asPdf=false  
67c943e40c53f53d SanusBio Farms, LLC 67-A-0010 2025-06-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000d2Nwh&d=%2Fa%2FSJ000004dzB0%2FOcoIFVi.nwEB.9lZvAYeUrv4nGPkUxW1fz6DAF6rnlk&asPdf=false  
cb57271a97d05f8c SanusBio Farms, LLC 67-A-0010 2025-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KKL3X&d=%2Fa%2FSJ000001nr0z%2Funjip9_DM4G8tFjQBot5vyT5vjkxGnXuPmpL596sO5I&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 450.085ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API