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

10 rows where cert_number = "92-A-0377" 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
a9433b6eca3433b2 TRACY IVERSON 92-A-0377 2019-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglaG&d=%2Fa%2F3d000000pmIq%2Feg7b32RduQqoEaFzJkVe5Ll0xHJKeqYMVurU5ZmGO.E&asPdf=false  
6fbb3b582187c398 TRACY IVERSON 92-A-0377 2018-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglY6&d=%2Fa%2F3d000000pni3%2FvBQ7I4yUqkHlSit0GT87wqUeaNF9SNWhoclLr_w9T_k&asPdf=false  
88cb757fc5981b83 TRACY IVERSON 92-A-0377 2018-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglMF&d=%2Fa%2F3d000000pknQ%2F4M7G1diOtnnooddk6TPgc8OLD3eLjvn6FCP4PQvw_8U&asPdf=false  
e5df2f2931a2df7b TRACY IVERSON 92-A-0377 2017-10-31   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVwC&d=%2Fa%2F3d000000pfWz%2F4hyZEUyHyP1G3efEhIC_oyzKHAfPm4SGLZf.ZlwOplI&asPdf=false  
b98c2ea3a1a30cdd TRACY IVERSON 92-A-0377 2017-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglfP&d=%2Fa%2F3d000000pUVl%2FrBsMPndj_rGL47WQ5rvWz8UoIKNmkpmm7y8qL244_AA&asPdf=false  
696e23de33911ea9 TRACY IVERSON 92-A-0377 2016-10-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHf&d=%2Fa%2F3d000000plSS%2F0EqYJPlQ5dEjHLO6l2jYlZQXrVT2OwYD5JxYdGc79ak&asPdf=false  
d06b36a984450230 TRACY IVERSON 92-A-0377 2016-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglfS&d=%2Fa%2F3d000000pUZA%2Fp.fgnAGuXAoLy2VKbdRW_heLGDLvdxAyQfhSfBDLw3E&asPdf=false  
daf1461b72b1a926 TRACY IVERSON 92-A-0377 2015-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglPE&d=%2Fa%2F3d000000panJ%2FTuhY9w61MuDF2Im8mAPJ0yzVW1ou3Nh5pKs9y_XSV50&asPdf=false  
b9638213637bd444 TRACY IVERSON 92-A-0377 2015-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglSi&d=%2Fa%2F3d000000pmIg%2FJiH0Xfdo7mIq_zglYZeAu41ZX82cJ1YSfe_6a.pO3PQ&asPdf=false  
2ce3c0d61e502b70 TRACY IVERSON 92-A-0377 2014-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglhq&d=%2Fa%2F3d000000pSu6%2FBeTBI5iwhUSMYi1DwzbQMiafdfIDYHeuaeLyGTuEFtI&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 443.21ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API