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

8 rows where cert_number = "31-A-0526" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
b6754bfbd0a38ca0 Andy A Yoder 31-A-0526 2023-04-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008CxAP&d=%2Fa%2F3d0000018UTd%2FETew2GrvEgIT5DPJdCDCWBnD4IpHzwg1Igi5GPaTR5k&asPdf=false  
cae35f50ac864417 Andy A Yoder 31-A-0526 2022-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwZkT&d=%2Fa%2F3d000000piOE%2F1tBuXzwRtIyJY7hYOZ6XocSz6KpZfnMXt0yrUzkRZHA&asPdf=false  
f7d1729abfddd8c0 Andy A Yoder 31-A-0526 2020-03-11   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl5X&d=%2Fa%2F3d000000pp2F%2FwFBoIVGHguAQIdXl2XfmD_OuWyN35nHSko9KDLNd0EY&asPdf=false  
0b7188927be8727c Andy A Yoder 31-A-0526 2018-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkeC&d=%2Fa%2F3d000000pblE%2F3h34n8I.S1TjJiYNzlg9G4XPN6gcW9eXSiRMxiFpnV8&asPdf=false  
64c8406b1aa02c1b Andy A Yoder 31-A-0526 2017-11-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkh6&d=%2Fa%2F3d000000pi7R%2FU.jbOFg_wH4yQyn5GU1zdsIuOwvuIR3HJtLJvuwXJks&asPdf=false  
095d27b7b536f93a Andy A Yoder 31-A-0526 2016-09-22   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXHI&d=%2Fa%2F3d000000pfQB%2FgUJc06e1UYqd_yPB5OzxqSgiNzwkKdwTLWcKMDfaSCY&asPdf=false  
88da84e8249c806e Andy A Yoder 31-A-0526 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkSn&d=%2Fa%2F3d000000pX3b%2FHCsa2deKUQ7IrnSutuwhNGj_Nxb0nQWZtPoVQ_dmHzs&asPdf=false  
221424ab744de4a0 Andy A Yoder 31-A-0526 2014-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaf0&d=%2Fa%2F3d000000pljW%2FU3fCa_9h41AEvgqf_T9mky9OiaTFI1GHNnhgByaAEmU&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 4.629ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API