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 = "33-A-0531" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
01acb3ab57db91e7 JEREMY BONTRAGER 33-A-0531 2020-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj2H&d=%2Fa%2F3d000000pUeu%2F2d.c3ZuFalz.djygN40Ts8L.N0N1h3RrvgD2jSe3lDk&asPdf=false  
d42aa33b3f9b9df0 JEREMY BONTRAGER 33-A-0531 2019-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfvY&d=%2Fa%2F3d000000pffH%2FpnUVZtaqkNKBalMd4AUcRekGLNsxRsx1hh1oIyhS3OE&asPdf=false  
128acd7bc586dba9 JEREMY BONTRAGER 33-A-0531 2018-12-17   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWOQ&d=%2Fa%2F3d000000pnMW%2FGyvvKhYwt2XaLJ_7BO6jJbKSTkAvZzTu5X2PaNJrvYo&asPdf=false  
5629abd51620a9df JEREMY BONTRAGER 33-A-0531 2017-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiqY&d=%2Fa%2F3d000000pUCc%2F870pjK3LnwhGr2P7BPQ0MzDHkBj.q.PJ3U2Q8k84GG8&asPdf=false  
87cf8343bd3f560a JEREMY BONTRAGER 33-A-0531 2016-10-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLp&d=%2Fa%2F3d000000pfXj%2FJQWGy5v90RYntBJd0g0vQ0Dqe8QPQMKoSWab3ujYQsQ&asPdf=false  
8a87971b59ffe809 JEREMY BONTRAGER 33-A-0531 2015-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgimT&d=%2Fa%2F3d000000pmt3%2F.7FQ7ExJc3X_FbLSQ886xfF_znP1i_mRcnMiNHnVr4I&asPdf=false  
c564c6a7ee0d43cc JEREMY BONTRAGER 33-A-0531 2015-05-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxAB&d=%2Fa%2F3d000000pXB6%2FJhlEH_mrwlFbLeAgf1.2ZHLo0mj.ty5sec0KFBfPvPA&asPdf=false  
523c77d17621e5df JEREMY BONTRAGER 33-A-0531 2014-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghoe&d=%2Fa%2F3d000000pjNe%2FzVHtsy3TJcEsAxs1BT4L3i7eGCgIeRsE557CWFM5ayY&asPdf=false  
ae4769eaf331cc5e JEREMY BONTRAGER 33-A-0531 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXPX&d=%2Fa%2F3d000000pnVH%2FhKfZdkebryq7Ekfj31SFS707ElYjs_sZVFPQVEXh1hQ&asPdf=false  
fc9856a545091c09 JEREMY BONTRAGER 33-A-0531 2014-02-18   1 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgf&d=%2Fa%2F3d000000pb2g%2FUndamfGBUM7TXRlQa1HYYvCti0DbrSwE83v0OGkYlPY&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 387.672ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API