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 = "23-A-0730" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
99cf7109e81808ea Amos M Stoltzfus 23-A-0730 2025-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Onc3E&d=%2Fa%2FSJ000002MRJl%2FtM6WsMOOSVef5xMWfCHikdbd6Vl.J0asps55HuzbLHo&asPdf=false  
9764fb7612a3e02e Amos M Stoltzfus 23-A-0730 2024-06-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EGgPk&d=%2Fa%2F3d0000036qEY%2FtvKj7NhRcF6HfiSHoEfWNUN7_oS0GpOwrNQmNOTYnho&asPdf=false  
919e5faf4ec877b1 Amos M Stoltzfus 23-A-0730 2024-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CSGyG&d=%2Fa%2F3d000002ZJ4P%2FgNk7CTMXUAfFiL7aEYxyUnYF.4awFpqdHp9R5TkYAN0&asPdf=false  
cbd7ed6e8e40e2b8 Amos M Stoltzfus 23-A-0730 2023-10-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AZgfZ&d=%2Fa%2F3d0000024STo%2FS5mYWUWm40UgkF18.stoqfnF2F2Ys9dSdphD716Ycqk&asPdf=false  
58bb2784cf43ad08 Amos M Stoltzfus 23-A-0730 2023-01-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPUMy&d=%2Fa%2F3d000000paOo%2FGUBcC7TBVnPCMaf6ihyt1OfHKfY8kIkOeWletJ4TM2E&asPdf=false  
41a9df7847262193 Amos M Stoltzfus 23-A-0730 2022-04-08   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwYPP&d=%2Fa%2F3d000000pa8Y%2F0Vcug9SnRwCGkGGagzx_SuaMcqQTHA1wfg.xgb5hBgc&asPdf=false  
817e74c4b288851b Amos M Stoltzfus 23-A-0730 2021-07-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMT4g&d=%2Fa%2F3d000000pa7v%2F4gnBRE08pzitzg58mZbJ0vXJB7jThVmdTvVA8e52ioI&asPdf=false  
6fb4e61548b2bbcf Amos M Stoltzfus 23-A-0730 2021-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NguII&d=%2Fa%2F3d000000plp8%2FSi0vEl2BmczJa6hhC5crZKSHI4xPjrmjNwz3Q9v0NEU&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 110.499ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API