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 = "35-A-0462" 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
2257df6ffc68f9f6 Elmer Jr Miller 35-A-0462 2025-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MbmCW&d=%2Fa%2FSJ0000024zlJ%2F0B2Yb_WM.w._Hc5X1yHxqwoThRrkSo2Ij_5RRrrQSZw&asPdf=false  
04c73f80a700e387 Elmer Jr Miller 35-A-0462 2024-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Fx3Xa&d=%2Fa%2FSJ000001HCaT%2FrYqt9NwYaCNR.bQl1FhIeae_MPoe4Xfid7TRVI8S6QA&asPdf=false  
ad2075f6b96bed61 Elmer Jr Miller 35-A-0462 2023-07-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000096jvp&d=%2Fa%2F3d000001QgFf%2FfXPjmi9bGq9Q8w5NGwEU8GqQlTQXkbRyxyzZgno9oBQ&asPdf=false  
e0a6b907a2816774 Elmer Jr Miller 35-A-0462 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9HLk&d=%2Fa%2F3d000000ph3v%2FmUWiMJU7BYWyYYGCUYF2acAFh1IC56LQy9.xiyLf5jU&asPdf=false  
56d52432a0487d3a Elmer Jr Miller 35-A-0462 2021-06-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhIj2&d=%2Fa%2F3d000000pRQV%2Fd93TR9CLg3tU6pZVuEvJOSlO2.Al3OakTSgVkd6pUTo&asPdf=false  
4fd584311f0832fc Elmer Jr Miller 35-A-0462 2020-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZGl&d=%2Fa%2F3d000000pWV9%2Fybpgq8rjGKKZIGMU3dqKT4YYJR0HO.JX3V0adCyyTWk&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 407.195ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API