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 = "63-C-0321" 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
1e2e1128f01f9ccd Hollingsworth Enterprises Inc 63-C-0321 2025-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vKozO&d=%2Fa%2FSJ000007QUEX%2FvPZ2YLvUVt8zuQGRS4iqa7E9Ao0Ow6k3MfoeQ2kVQg8&asPdf=false  
5e7ece3a9bb5d8e8 Hollingsworth Enterprises Inc 63-C-0321 2025-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jmnsf&d=%2Fa%2FSJ000005cgmX%2F93cqiNP4LRzuFj2N6GMcZh.3J0ZuSZ1bDOQvEdsjaiM&asPdf=false  
269705990c026d48 Hollingsworth Enterprises Inc 63-C-0321 2025-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gu7xz&d=%2Fa%2FSJ000005CQdN%2FV1UFDpAGi8NJzo1IjzIz0lOYmDP7uLv8ZwRbHwHoJ9M&asPdf=false  
3eb58830111c8aa8 Hollingsworth Enterprises Inc 63-C-0321 2025-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Y9Roi&d=%2Fa%2FSJ000003uRjl%2F9iKVZtjC8wMMboHP3tKjTOAHYUEcpdNJNHTVUZ6wkHg&asPdf=false  
f323cf190a7a453d Hollingsworth Enterprises Inc 63-C-0321 2025-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Nn9g3&d=%2Fa%2FSJ000002EodK%2FlMWTEKVD.O7uih0K.DhyZA2C1wHci86jdj.BFyoROPM&asPdf=false  
5d5cbfc710482470 Hollingsworth Enterprises Inc 63-C-0321 2024-11-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FkgI9&d=%2Fa%2FSJ000001G2Of%2F8vNVALF7dkCacCfoo0ZMoam5E3FQxUJuGK0PyjCOxcM&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 169.289ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API