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 = "21-A-0230" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
66e3976d102cd148 Arthur L Schmucker 21-A-0230 2025-04-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000VRGaC&d=%2Fa%2FSJ000003OQ65%2FmBt0DQ7v5zutR7Vro7EQJNa54Zs7q5sBhBUdvX8.FgY&asPdf=false  
2164703cf6d366f9 Arthur L Schmucker 21-A-0230 2024-11-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DdTE7&d=%2Fa%2FSJ0000012tJB%2F_PlaQaChe7q4MSZ9B1HPjdYImqNqtVwTnVXfBJZb1Lg&asPdf=false  
ec75002a67fa07af Arthur L Schmucker 21-A-0230 2024-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002coIq&d=%2Fa%2FSJ0000007PEb%2FLP7soZf6VGzQN289WM_P1sl0rASnKOLurFPtVcv02uo&asPdf=false  
4a2f6c4b269b5e31 Arthur L Schmucker 21-A-0230 2024-06-04   1 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBXcH&d=%2Fa%2F3d0000035yOh%2FJWO8kRm4hfL3MNuYOZbnqlQp26RTqZAjbx_OY3YK5T4&asPdf=false  
09b5ab5b493983e8 Arthur L Schmucker 21-A-0230 2024-05-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DRV7t&d=%2Fa%2F3d000002tucA%2Frsdf3o4ANxOKVlN6ULj9ruPI0FiZzzoebQ6unWf..nc&asPdf=false  
51658a93db7c278f Arthur L Schmucker 21-A-0230 2023-10-03   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AInpB&d=%2Fa%2F3d000001ydou%2F3otd9pJUq4q557P95IzoYwNkg07OPUFCq3QYVweMDMU&asPdf=false  
5bddf9277057f042 Arthur L Schmucker 21-A-0230 2023-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dkbQ&d=%2Fa%2F3d000000yFes%2FYvUwBaL6lFjXlRn5uutRpA..srSB8U1lO7J_DrSb8mE&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 9.881ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API