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 = "41-C-0308" 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
3736912571a5774d Gary Benjamin 41-C-0308 2025-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vq5sh&d=%2Fa%2FSJ000007V99R%2FfjWBH2dYQlmUNYY7CkwGd6XiigEHOoIiK93_CkkCSLc&asPdf=false  
7adb6aa031468c2c Gary Benjamin 41-C-0308 2024-12-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000J6OoB&d=%2Fa%2FSJ000001dkwr%2Fl.kHSbPYox22E0JfcFCtJUKtsrVuYwnImdcnsr11V88&asPdf=false  
c77c3fb5cc8812a0 Gary Benjamin 41-C-0308 2024-12-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000IP0bx&d=%2Fa%2FSJ000001Y6VR%2FQwfhHlreo4ZzKRjd2CCUWdrRe5FvokZByGKQyRZ_1Rc&asPdf=false  
b982d7e60991338a Gary Benjamin 41-C-0308 2024-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009IEFc&d=%2Fa%2FSJ000000fEOn%2FJZYNc6tF8yKISp28kXuvtSb1_2sE72nlrL3dwGVhfx0&asPdf=false  
43da96f402de64b9 Gary Benjamin 41-C-0308 2022-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvKVC&d=%2Fa%2F3d000000pcjZ%2FDveDEoXeUnNSPpdfryxVzFZirHtv39IvjNxpRbyiQnY&asPdf=false  
bab1cd64ba4b426e Gary Benjamin 41-C-0308 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8F05&d=%2Fa%2F3d000000pciX%2Fpg1qhfAEd7S5Mn4HhLJ_yCyZSJ71k6r0yVcUDb45Zuo&asPdf=false  
851e6123da021dcf Gary Benjamin 41-C-0308 2020-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERcj7&d=%2Fa%2F3d000000pciW%2FTieK1KbHpcYMibvJ1ULjVepOP0yWqOPyhsvWKNmFmLE&asPdf=false  
552bf23e55f913db Gary Benjamin 41-C-0308 2019-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJ9&d=%2Fa%2F3d000000pcil%2FV.PvNwIIkPyiBbW.owWlAz1lOqTnHnbUeiO27KX7eh0&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 86.707ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API