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

7 rows where cert_number = "61-C-0190" 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
17762ef057b0dbd0 Lauren Wilson Samantha Opp 61-C-0190 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lCth3&d=%2Fa%2FSJ000005pZNR%2F0Z6MilaHOvk7Azs0DJL6Iz.ozW0uHy4scw07eZ8rLBI&asPdf=false  
c878112814240285 Lauren Wilson Samantha Opp 61-C-0190 2025-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RROBi&d=%2Fa%2FSJ000002knfh%2FoyJ7SLX2f_vslS_9.uXN_zmplt_1.LE0_jGkt9IrtGo&asPdf=false  
3d06a104aaf05fa3 Lauren Wilson Samantha Opp 61-C-0190 2024-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DkxAD&d=%2Fa%2F3d000002ycAn%2Fr_DzfurpsI3vjUtTf9kg6v16_3OIcmywjftyjU1hYAE&asPdf=false  
3802a62ed440f5e5 Lauren Wilson Samantha Opp 61-C-0190 2024-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Dfx3b&d=%2Fa%2F3d000002xfqL%2FnEmGrpaJl0qfyX7Xnd3_hhnZ4uzIpXPmvZByGguWA8c&asPdf=false  
a17232449f650454 Lauren Wilson Samantha Opp 61-C-0190 2022-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awDiQ&d=%2Fa%2F3d000000pZEp%2FEgannmVzwO3o9e89cRSvSdwPh6mFX6vf3QVkAfPamh8&asPdf=false  
6d9356e1c24d59c5 Lauren Wilson Samantha Opp 61-C-0190 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSFZ&d=%2Fa%2F3d000000phGe%2Fczu5iqQm8FAbCj7EUsIM2xnNoOPTfALEVOWtdi6lI.4&asPdf=false  
4c4380c5e660d9af Lauren Wilson Samantha Opp 61-C-0190 2022-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9HB6&d=%2Fa%2F3d000000ph46%2FKW367PSC4J.QfTg9B74bRsbY5wV1DL3XkSiQ_G2GKWw&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 718.87ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API