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

7 rows where cert_number = "31-A-0719" 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
b3a2a5202948ce49 Ammon J Yoder 31-A-0719 2025-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XGsSx&d=%2Fa%2FSJ000003lcph%2FNmIrXh756FtmpPxWnEySuoJQCCDOpEVZQZ0ma8ACr7Q&asPdf=false  
878e6ec4f3e90982 Ammon J Yoder 31-A-0719 2025-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Pyomk&d=%2Fa%2FSJ000002Y4Xt%2FGMhuCZdW5EeSBhXKW7NKcfDtY98HHnTxQjhmPlxSGGk&asPdf=false  
4c10d9deb1ba7d8f Ammon J Yoder 31-A-0719 2022-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxNvE&d=%2Fa%2F3d000000phik%2FosX7ALhcxHrzXmwOUX5NzjVsViYAV2FE71p9wW9xJRk&asPdf=false  
9e9afe7e35814edf Ammon J Yoder 31-A-0719 2021-09-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN6Yg&d=%2Fa%2F3d000000phdF%2FLX9fnwvKf7FXCujjNRU4lopQQvcjHuIoPi.SPJn7kIk&asPdf=false  
f02d4656d2f9eece Ammon J Yoder 31-A-0719 2019-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiKW&d=%2Fa%2F3d000000pheP%2FJnJXzJxBhmfLCsx.6Y214h8XfT.1LRM16qArf21nm2s&asPdf=false  
be41cbe5741ad143 Ammon J Yoder 31-A-0719 2019-04-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkJ2&d=%2Fa%2F3d000000phdN%2FjUFumMLpUMN8RgzCHyWbuE23QpAqtb_AXZHpJE69cKU&asPdf=false  
795d78374e862c98 Ammon J Yoder 31-A-0719 2018-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdr3&d=%2Fa%2F3d000000phdZ%2F0CYymVOBfc9SCrgO2b.NRNYS0i5TjzM6UAEpFs2hoDI&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 64.254ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API