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

8 rows where cert_number = "33-A-0523" 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
d3493d38e158d048 Harvey Miller 33-A-0523 2021-11-29   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8gKo&d=%2Fa%2F3d000000pVrr%2FyKue6dQZm4r3V2LUJ_Sryfs6P94Hv08xRwedXFyBGYg&asPdf=false  
dae10d8da0a83726 Harvey Miller 33-A-0523 2021-09-09   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNBSz&d=%2Fa%2F3d000000pki1%2FMpgrDMXc1dgTKuSLz28DW6sZ0V7GHx2JX3huEgrqZpg&asPdf=false  
a426265e965473b6 Harvey Miller 33-A-0523 2021-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXsD&d=%2Fa%2F3d000000pnHI%2FZdTAn5V.Uh877x.nQR0QJ.YaC.9OuKDZzGpq4WHLZTE&asPdf=false  
fd63766a8f419368 Harvey Miller 33-A-0523 2020-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERZEN&d=%2Fa%2F3d000000pXEN%2FGYkezbMIcWZ5YvFGrggKGEtUVunzCGGDWsGsRZY9Nr4&asPdf=false  
63decb2b182415a6 Harvey Miller 33-A-0523 2019-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh4G&d=%2Fa%2F3d000000po33%2FKyRQHNkLFphLHr.1JHpAJYVOLBmuRdpvYb_fq3o2cb4&asPdf=false  
95876235589a568e Harvey Miller 33-A-0523 2018-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghIO&d=%2Fa%2F3d000000pTTW%2FnvombKoU_7yz5mbElEa5zKeYIo2SJNyuq449HEvwiHk&asPdf=false  
382e66026b135d61 Harvey Miller 33-A-0523 2016-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiuK&d=%2Fa%2F3d000000pReh%2Fo.hGXUUAcx8lAabNqwip9Eyde7ryp9Cq2rrJdzRTDnc&asPdf=false  
2d45e4f84237cd27 Harvey Miller 33-A-0523 2014-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgilO&d=%2Fa%2F3d000000pb1n%2FKwM9j_ffFmEiQ2cK8tFQsseHVVuPjxgL9FRTmi.Fk0k&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 294.394ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API