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

10 rows where cert_number = "81-A-0054" 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
13f06193b616eb06 Sandra L Schubarth 81-A-0054 2025-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Xuu34&d=%2Fa%2FSJ000003s6xx%2FmOR5_L3vG1zpOJpjsQB0VC9tS1e92HInR9o.0jC06M4&asPdf=false  
d546277abf917a16 Sandra L Schubarth 81-A-0054 2023-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009fQ3A&d=%2Fa%2F3d000001foI9%2FUUa1DqbEKABPZyu.TuGPFk2MMKe219UiTLjzvQ3ZiGA&asPdf=false  
a97a2f92e5bde20b Sandra L Schubarth 81-A-0054 2023-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Ep54&d=%2Fa%2F3d00000198h4%2FRYqddQGSiTue8emOQIwr1EJR5mL6er8cq2IfKX9rVJE&asPdf=false  
663ec81712ee82ae Sandra L Schubarth 81-A-0054 2022-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw26a&d=%2Fa%2F3d000000pYmN%2Fnl1fcQ793eyuxTGxpb86Br5zTUrrd4vDDL2mTAm_gII&asPdf=false  
fc1c32e523d4d067 Sandra L Schubarth 81-A-0054 2021-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN78B&d=%2Fa%2F3d000000pYlq%2Fdd6HFzDOQ6CM5qlHWS19iHmJsOo3WysGAWT_0KWSKHU&asPdf=false  
e69df44cd6e39dc2 Sandra L Schubarth 81-A-0054 2019-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjqD&d=%2Fa%2F3d000000pYmV%2FkM1TXXBBVKN2EED_l6mgDB4kLmDg7mO7PdaCLtcx1ko&asPdf=false  
8f697f890edfa5fd Sandra L Schubarth 81-A-0054 2018-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjXP&d=%2Fa%2F3d000000pYku%2FF1SGIJHKZuGAbVOMmKrUsRCSOHA32rG9IjoXah.GCAs&asPdf=false  
d63c12da82bee718 Sandra L Schubarth 81-A-0054 2017-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgihX&d=%2Fa%2F3d000000pYlG%2FmMWji8fnemysvUeamqT5XoSpjF11F4Iaas9e_yJ2hKY&asPdf=false  
626b017db213f2ae Sandra L Schubarth 81-A-0054 2017-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOi&d=%2Fa%2F3d000000pYmf%2FkmdWuCOsa0a2MfrCudosKrvKatWZoZQsuKKdT5uQTP8&asPdf=false  
59de9afe9f45718b Sandra L Schubarth 81-A-0054 2016-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdNu&d=%2Fa%2F3d000000pYlw%2FOSa57J_HLI5bzvk5oRhD0cXiew3J0iZAmqIbzJiCgDQ&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 696.26ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API