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 = "71-A-1096" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
78099e6040cef5d4 Beverly Fox 71-A-1096 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8OXV&d=%2Fa%2F3d000000pXJz%2FrCfNF0pGartinhswRz2CCJ33YogJeP9ZmSvBfvfKVdI&asPdf=false  
a8a73eadebf1113e Beverly Fox 71-A-1096 2020-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghIz&d=%2Fa%2F3d000000pTG0%2FNqes5VH_k634L.f3GQL_XCONJP1t8a47ZdMoffZqGAg&asPdf=false  
1e2a9dfa5318a6b3 Beverly Fox 71-A-1096 2019-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egju4&d=%2Fa%2F3d000000pScy%2FgPSPEOAnglyK3niF_AETW7Ap7L4_MYyim5IUj3fcbO0&asPdf=false  
9468306933f74d90 Beverly Fox 71-A-1096 2018-01-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk54&d=%2Fa%2F3d000000plKP%2FpgARxZHglWpBo7rPN3zbxYxykNArgcef9tSmdxv3Z8c&asPdf=false  
f0b8e5f228514fc8 Beverly Fox 71-A-1096 2016-06-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi5I&d=%2Fa%2F3d000000pSyU%2F14lGjMJ_kHcReyGZHUdEDlWZb5tjoR2EvkPsWOyfCcc&asPdf=false  
e5a8c0693c605bc8 Beverly Fox 71-A-1096 2014-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfkI&d=%2Fa%2F3d000000pm7t%2FPqGK14ZddB.gbMe7ArYrwzF_hWo_nErTO9sM6ISKelM&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 321.598ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API