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 = "31-B-0109" 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
609917172f46ee8d Mose E Hershberger 31-B-0109 2022-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9VjF&d=%2Fa%2F3d000000phA5%2FhXKte89XVVxf3MRQxfjIJr3a_i2KD9mz1NDhnYQEd9Y&asPdf=false  
cf13c6816cc3c1f1 Mose E Hershberger 31-B-0109 2019-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBP&d=%2Fa%2F3d000000pfXX%2FrP.j2FceA_Lp20C3ofSrZ3.sC6rD2j0YugLxqvpvXo4&asPdf=false  
d227a43a6607d320 Mose E Hershberger 31-B-0109 2019-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjsI&d=%2Fa%2F3d000000pbeE%2FAImrGbTxbZxc8JnaDhw28DvJdxDDFPVvo0dDZHr6dSs&asPdf=false  
b3a52de9de38dab2 Mose E Hershberger 31-B-0109 2017-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghla&d=%2Fa%2F3d000000pn5L%2FqnzQHjVgUNbLQmWPupFeL0hC9xtK1BrTGCCrRX6HSOM&asPdf=false  
59c28facbeae263f Mose E Hershberger 31-B-0109 2016-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjEP&d=%2Fa%2F3d000000pT8e%2FVYoVMksW6zpC3IdX4B.DvPLfpYJXk1i9hKjqBUgVX7I&asPdf=false  
0b2e7e29dc4b04bb Mose E Hershberger 31-B-0109 2015-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjzM&d=%2Fa%2F3d000000pgl2%2F_6yT3qTOHfQpZwbYehYHkUmTAMQpeqjv746G4MHfWEE&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 523.608ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API