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 = "21-B-0189" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
33f3e49ac1891b75 KYLE FARMS LLC 21-B-0189 2018-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjjK&d=%2Fa%2F3d000000pp6I%2F_lLZucbxPTR3WJhE75lvFLxeGJh63S0suYvuhxeAuLI&asPdf=false  
c4307bb13ac781cd KYLE FARMS LLC 21-B-0189 2018-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjzW&d=%2Fa%2F3d000000pWfS%2FfhYw4EbzbRTVRltVHzfi43W9nO9fNZVElLu.pt69w6A&asPdf=false  
09a6b39b406974e1 KYLE FARMS LLC 21-B-0189 2017-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgloL&d=%2Fa%2F3d000000pohx%2FpCDjVHUYGHdPNa5JlorPbA9.Qw_aBOcsld91RgNQeiI&asPdf=false  
229445fb7f89486c KYLE FARMS LLC 21-B-0189 2015-10-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYWa&d=%2Fa%2F3d000000pRVl%2FvK37roOUVagNc5TH3.MOC0J3QGPHtvty0a6FckHtChI&asPdf=false  
b16c525fe5b09e4d KYLE FARMS LLC 21-B-0189 2014-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egli1&d=%2Fa%2F3d000000pp1y%2FuTp6IB1cZFmjMGb.9XuN3tKzDg83u.8VHOrO1LI949Q&asPdf=false  
6a5baf759961b27e KYLE FARMS LLC 21-B-0189 2014-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdZc&d=%2Fa%2F3d000000ppJa%2FuwgSzpVMQ43a5g.QRNkbCFHmJWRHyiu6ow25CVSpVmU&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 747.942ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API