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 = "85-A-0077" 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
f3be87c8a7cb7e11 Thomas Emard 85-A-0077 2025-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Zzjov&d=%2Fa%2FSJ000004BwMX%2F.qq9viMyq37aSUO4nlZGYQlgfnnX2TfXLgradmqQmzs&asPdf=false  
90992461c252ee19 Thomas Emard 85-A-0077 2025-05-29   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZzMio&d=%2Fa%2FSJ000004BwCr%2FnHcHrot.5pUZMNuAhkdEhWkjpkFbl2egozxFwpfPWQw&asPdf=false  
9efa27a6baeef0ea Thomas Emard 85-A-0077 2024-08-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001lkQD&d=%2Fa%2FSJ00000057Tt%2FGq9n18DHaWBh8lrHOgR0dcEGd9e7Xy5Yf7cSYgGlQvs&asPdf=false  
2334db05097897ae Thomas Emard 85-A-0077 2023-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009D6ZH&d=%2Fa%2F3d000001THkq%2F7IuS1.abcaLMnMz7Ae.S2M8JIYu5vEfIrPMuD8qLS_E&asPdf=false  
dd6f40f8f74b2fc4 Thomas Emard 85-A-0077 2022-11-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNlM&d=%2Fa%2F3d000000pcsA%2FZlnQgkClwjsxPYnbnvgdYG4vXrNsuNOPGs.jmvzvgKY&asPdf=false  
96322ca9fa1e3c21 Thomas Emard 85-A-0077 2022-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwyJx&d=%2Fa%2F3d000000peZn%2FxXyGGnbcGiyjS1.Eph8RPzpjyDB.k3OX8DpDYhDJ8aM&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 2301.218ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API