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

7 rows where cert_number = "35-B-0219" 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
2248e6e5a0c6cabb AMOS ALLGYER 35-B-0219 2022-01-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V909c&d=%2Fa%2F3d000000pgti%2FJtgi9Gqd2K8ku.ur5UbLo3fJrj13_UpBBgdbAMvIF6g&asPdf=false  
67dc0215b66622ee AMOS ALLGYER 35-B-0219 2021-10-29   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8NEr&d=%2Fa%2F3d000000pRwI%2FocZNtdFDZy0XbVksB2F9s9pfyg17BPZNkVeVsNCJDGc&asPdf=false  
b02c103433ddc9e2 AMOS ALLGYER 35-B-0219 2021-08-03   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMtV4&d=%2Fa%2F3d000000pRse%2FsXCAR.JQDPESd0ejY6hD5gU8RnsgEY25.azQPIQEM.s&asPdf=false  
ebc3545044db72e8 AMOS ALLGYER 35-B-0219 2019-12-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgieX&d=%2Fa%2F3d000000pmOF%2F7RUixn7vwAlrlStOeSpcjVW7En5lr.RHzlSM_VP75PM&asPdf=false  
03c620aad38ef89b AMOS ALLGYER 35-B-0219 2019-02-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiVt&d=%2Fa%2F3d000000pdVK%2FXkgWkupMlix1M06gPH5nV6_q4rSIX9x4xvZ_2f3Zm2c&asPdf=false  
ab3a029da1fb38f3 AMOS ALLGYER 35-B-0219 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egih3&d=%2Fa%2F3d000000pkJp%2FjzdIwo7NOd0PunzkBuCifsnUttak8tmOwk5FlQG.NU8&asPdf=false  
f2013fc1193757b6 AMOS ALLGYER 35-B-0219 2017-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZX4&d=%2Fa%2F3d000000plJR%2F9H5CnGL21s6MWdy8zOySIjbUA6Q1KQesPK04bYg65hU&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 388.128ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API