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

11 rows where cert_number = "31-A-0512" 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
5f10c862d816fe6e Allen J Yoder 31-A-0512 2025-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000clekL&d=%2Fa%2FSJ000004bd3J%2FvsT_6HicEA1.ASbvlI2AaokIp2Czj0CP.5grUG1eAM4&asPdf=false  
6c99bdb83ee7055b Allen J Yoder 31-A-0512 2024-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001eVR9&d=%2Fa%2FSJ0000004oe9%2FxdPw3mI.OQjmluMs_adRjvuy2woCMsG4yp1zKFZiYJ4&asPdf=false  
5a3170703e39603a Allen J Yoder 31-A-0512 2023-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009bU90&d=%2Fa%2F3d000001e6xB%2FBbDaIzaxuhb2teM4XKNpnCSJxosrrXbhhJzJ.8IQOn8&asPdf=false  
3e1a763b9e8b29b0 Allen J Yoder 31-A-0512 2023-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JfRq&d=%2Fa%2F3d000000t5PL%2FlapctexXQyNQ6HmJS_vnYjZnK3JsJxX2vN9XY2lHkzQ&asPdf=false  
9a1706bdd4491dcc Allen J Yoder 31-A-0512 2019-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiSJ&d=%2Fa%2F3d000000pdxE%2FwEpiB02XcHLgDZZVSyx6oDPyEmRNAOkpezni2fTthOM&asPdf=false  
c318893f425b3fd9 Allen J Yoder 31-A-0512 2018-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiZy&d=%2Fa%2F3d000000ppKL%2FTCe5K7NDtAT2tHWj34t.w1_E67dcT6olC7nzWhtkUhg&asPdf=false  
2aea5ca72b9fa35e Allen J Yoder 31-A-0512 2017-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiHP&d=%2Fa%2F3d000000pn7v%2FuGsu3Wij_Ca_.cnhAUtMSPmKK7Gxr4h0W9EpPxc99WU&asPdf=false  
5b197d1c9c12f4de Allen J Yoder 31-A-0512 2016-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaPy&d=%2Fa%2F3d000000pbjQ%2F3Yko8tLQAbojmxrUMc1K4fOQxqeYTtTomdNeFa504Z0&asPdf=false  
50a81be26173542d Allen J Yoder 31-A-0512 2015-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeQS&d=%2Fa%2F3d000000pmKd%2F_Cq4IF7SrfvvLEc_Dr2.LPZBwe2wbPau4XM2RbODfg8&asPdf=false  
bb6c5b0a2d6e2626 Allen J Yoder 31-A-0512 2015-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgknY&d=%2Fa%2F3d000000pae0%2Fj3fQzzAFgE8vK6Y6vPpWVMoq0I5wmFniDJTejHsYBq4&asPdf=false  
2cc512200254420d Allen J Yoder 31-A-0512 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZIk&d=%2Fa%2F3d000000plRe%2FqVb0cszYgGIqcuBlA2kP1J29aTb7BpDB3OaQ07E.us0&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 956.102ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API