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 = "42-A-1638" 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
9ca245086f310a9f Daniel D Yoder 42-A-1638 2026-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010PPIy&d=%2Fa%2FSJ0000089HjN%2FRnFvPnhSiOp5b6HXTxlSNsfbdOC.pYjNkqA1x1Qjp6k&asPdf=false  
e2f05c7bc24be591 Daniel D Yoder 42-A-1638 2025-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S5FuM&d=%2Fa%2FSJ000002qYqs%2FfUUxyqc1YuU6GhVVTEtchoVL.FUHFJW5uBuwDd3C8js&asPdf=false  
2477687d599eabe5 Daniel D Yoder 42-A-1638 2024-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ERa2h&d=%2Fa%2F3d0000039Z9z%2F3m8p75jrl9CDaK9O1j2LZ7AwrSCvADPhAkEsx7Y7UAg&asPdf=false  
35af4064fc809646 Daniel D Yoder 42-A-1638 2023-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AfcGZ&d=%2Fa%2F3d0000025Z0j%2FZlRiiZj_Swkl2F8YJuauvtEMOBA2wuJQUlG_IwOhUr4&asPdf=false  
b881726d3a53dfb8 Daniel D Yoder 42-A-1638 2023-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmAW&d=%2Fa%2F3d000000yGGq%2FCi40.ITlP5A4mc33Y9ftQkqT8z4Y5G97UPbxF4YT9fA&asPdf=false  
ac79c30eadbdcf93 Daniel D Yoder 42-A-1638 2022-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9LaN&d=%2Fa%2F3d000000pUzF%2FPAF0WF1M47qXpifomeB.iHbaRjYww3_QhQWTB20bgSA&asPdf=false  
b9f4fa0554cd41ff Daniel D Yoder 42-A-1638 2021-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGvYw&d=%2Fa%2F3d000000pT2h%2Fqamv0iXe0caTdLLCtvaRJcmig199EMWCaALl_G92d4U&asPdf=false  
17d309e97034baf7 Daniel D Yoder 42-A-1638 2020-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaUZ&d=%2Fa%2F3d000000pUHz%2FYN6EhM9hfICelHtXe2j2Me7A4yH2rdO74ZHGkl7F.uE&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 684.45ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API