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 = "67-C-0001" 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
f42d5e4e38770922 Iron P Homestead LLC 67-C-0001 2026-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xP9ap&d=%2Fa%2FSJ000007hGqH%2F..py2jaeMaIjjspuS_0zw99KQ_nDWt0IV6wEFRm7.YQ&asPdf=false  
0a9d98d80e515cdb Iron P Homestead LLC 67-C-0001 2023-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AKkH5&d=%2Fa%2F3d000001zTts%2FJ1leVk2rSjaNWJME8d7Xz5Qt6jyJrPhRercV7A2997s&asPdf=false  
367f3a10a9c06991 Iron P Homestead LLC 67-C-0001 2023-10-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AKide&d=%2Fa%2F3d000001zTGX%2Fo9O9MSRzRJsQ4eh6FsymmPRV7650xDyK6H.LUq4c0_c&asPdf=false  
22927fcff7532099 Iron P Homestead LLC 67-C-0001 2023-01-11   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088hqu&d=%2Fa%2F3d0000017GrW%2F6uWuK73IUbO2uFNLzFBQA4Jk351ZYAedPRDm_MZBcVo&asPdf=false  
418f9f62fc257d48 Iron P Homestead LLC 67-C-0001 2021-04-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgujC&d=%2Fa%2F3d000000paIm%2Fqr_j3YFcEGE9AHXIU9q2SR0kSarymEiSy_X9nc8NSSc&asPdf=false  
46d5303c94e6efa5 Iron P Homestead LLC 67-C-0001 2020-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Er6VS&d=%2Fa%2F3d000000pp8I%2F54vh2W2HZl4vU3xxaUG1L_2MXCY5CgC3yZRf9GqpfRg&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 327.433ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API