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-A-0774" 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
48fe031f6e70187b Betty J Mast 31-A-0774 2025-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uj6H8&d=%2Fa%2FSJ000007KC93%2FGM9pbaDbNUitvxM2cEuolDSawDWKumKuJ4yZ7YRCkTc&asPdf=false  
ebff92c45847d5e5 Betty J Mast 31-A-0774 2025-08-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000hkcUY&d=%2Fa%2FSJ000005K5Bx%2F.IWIh2WjVNPh0b_Ze08j6hHBdcKwXVr3iDLWJFgsP_A&asPdf=false  
52b10eb46620afe9 Betty J Mast 31-A-0774 2023-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Jl4o&d=%2Fa%2F3d000001ApZH%2Fm5ULSo6oCJdcBfWjs8EqtTG0LNQHfIWVTrK22RX04Dc&asPdf=false  
6db1348516665b46 Betty J Mast 31-A-0774 2021-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNDks&d=%2Fa%2F3d000000pnHv%2F8FAEWqu7L_wwthIPp.RDN1SRAlUte8mYYCUxKhoY_ik&asPdf=false  
ab1b99edbc96e38e Betty J Mast 31-A-0774 2019-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkRP&d=%2Fa%2F3d000000pSL4%2FJYi6xQhOgIx_yrL39l7Mc7J4UIJKKd2NFXW90JRNluQ&asPdf=false  
fad861a174de5c8f Betty J Mast 31-A-0774 2019-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb25&d=%2Fa%2F3d000000pdjK%2Fp4m_ktzP3WdPcp_K2rgLPwTQYTMxYNnbS3eNmdLOWRI&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 553.396ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API