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 = "42-A-1683" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
52aaf304efdd849b Abraham & Katie Hershberger 42-A-1683 2025-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000bABT8&d=%2Fa%2FSJ000004NNZV%2F8PA2ytRGhhKVQzW0coUktbQrQBBMM6_PZNXj9nXoQmg&asPdf=false  
f074693b53bec3c8 Abraham & Katie Hershberger 42-A-1683 2025-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RJaoO&d=%2Fa%2FSJ000002jftt%2Fz6ue_egPYIizS3EhFCtkxpJozFmB.F.iRJLRToqgjZ0&asPdf=false  
6e48ef60035ff071 Abraham & Katie Hershberger 42-A-1683 2024-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002IUHs&d=%2Fa%2FSJ0000006PyD%2FJRcKPmujd9yR3U9i0StNeRgGBHNate5gjgHtZJtwS4k&asPdf=false  
18554c52008cba93 Abraham & Katie Hershberger 42-A-1683 2023-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A3SKH&d=%2Fa%2F3d000001s5Fd%2F7q9AMG4dZKGOZAZW5BsCtrs.HGlEnHGXpiL0mw7gy.o&asPdf=false  
dc1390c2672d51bd Abraham & Katie Hershberger 42-A-1683 2022-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxvg1&d=%2Fa%2F3d000000pU1o%2FmVilm0PPR8.zHyMZAgKCPBzvshvswBxSWxjaJuJO3ws&asPdf=false  
46ab3c83f9405b9a Abraham & Katie Hershberger 42-A-1683 2022-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwRNW&d=%2Fa%2F3d000000phGB%2Fx6Lapgs0Nsaw.GSPyr7CkE6rHu13QkDAUDQa09UM5J4&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 3.987ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API