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 = "55-B-0200" 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
0e196b218671d082 KIM A. RENDALL 55-B-0200 2021-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ngnj5&d=%2Fa%2F3d000000pRE7%2FE4.RBC9x443E7xSzKP0CdtPock6Gn.Lwlht.7OnGL0Y&asPdf=false  
f85701e353da40cd KIM A. RENDALL 55-B-0200 2019-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggIL&d=%2Fa%2F3d000000pmKw%2F4kzoF1td8XmYwxn8pF6_wIpb_1uad7XlNTdNfCARKyI&asPdf=false  
fe471959d17e1451 KIM A. RENDALL 55-B-0200 2018-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghIE&d=%2Fa%2F3d000000pkFO%2Fw5G.CdxWraHxZFqW0nrPjCfuQvLdu3h06UmoGnsAPoo&asPdf=false  
632d78bceb5e671e KIM A. RENDALL 55-B-0200 2016-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfpd&d=%2Fa%2F3d000000pUDO%2Fx80YmEf8SCWd_IJiK5XtEJWySwhi9RQZxGa3Ci6rrqs&asPdf=false  
dd4d79ec9d7a82a9 KIM A. RENDALL 55-B-0200 2015-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjGp&d=%2Fa%2F3d000000pki9%2Fj8IkRyv.8WzIXUhrhlBB02lg58Z29uKiyCwrX88DCbQ&asPdf=false  
de93a2d3aa36ec27 KIM A. RENDALL 55-B-0200 2014-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjB1&d=%2Fa%2F3d000000pS56%2FSTLAeggHkfpts7kwFIk2B.nViRinyy_3s5gDoaPxUcI&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 5.759ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API