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 = "31-A-0554" 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
b8d1de8d475f532d AMOS YODER 31-A-0554 2019-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3p&d=%2Fa%2F3d000000pUlo%2F9.Fd2vGo3XfnSWMwYObFzdlGkrsFXVfZM1PLeA1SFJc&asPdf=false  
9e565db24904e2ec AMOS YODER 31-A-0554 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkTV&d=%2Fa%2F3d000000poG0%2Fk_TIgZ2GWHm2Pxq0wpYnEHlDa0bicSIbpiwsiV2oDWg&asPdf=false  
2bc200ec4c7e347f AMOS YODER 31-A-0554 2017-01-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQj&d=%2Fa%2F3d000000pfeE%2FZcq6.vgFfJ46xVr6R.3w9PxdtsHHzmDgE6BqeF2s0Yg&asPdf=false  
1f27e578fd2c992d AMOS YODER 31-A-0554 2016-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkLG&d=%2Fa%2F3d000000pfRd%2FfPwZiY3_y8GcpNJHmH00JvvK5OBqG_tt51yqHnHUpoo&asPdf=false  
47e6f96b793dd9b2 AMOS YODER 31-A-0554 2015-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4z&d=%2Fa%2F3d000000pkyF%2FsBDw0GoN6VeR7EcAAOfdGdXwelUhV7KvkSRXFmET7Ho&asPdf=false  
bfcd79b3d72b8d35 AMOS YODER 31-A-0554 2014-09-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaM6&d=%2Fa%2F3d000000pT4j%2FKfbgK2ThNDMcr1vKorO_SRCWP9G06Fhn_NH.QJ04PEg&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 4.831ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API