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 = "61-C-0193" 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
a48cf318f096fa30 Eric Swisher 61-C-0193 2026-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000y4kD9&d=%2Fa%2FSJ000007nJYX%2Flbu5dzVH3lLNcDIzXSt8dZd2uN8cDfzkjxvDA3i3MYY&asPdf=false  
e60515e0f1cbe43a Eric Swisher 61-C-0193 2025-12-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000usOOn&d=%2Fa%2FSJ000007LNqP%2FmKy1qa8g2BplHTrNyHwXuQiCiJU_bFawxDlePOJQWwk&asPdf=false  
0a44f3e7073c5cb7 Eric Swisher 61-C-0193 2025-09-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nAXBT&d=%2Fa%2FSJ0000068Sy9%2FsDi0uclAse9T1QSiAgTn1DOhaMeytxRsoxzHlK1IPss&asPdf=false  
677702324ac126ac Eric Swisher 61-C-0193 2024-11-25   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GhaF7&d=%2Fa%2FSJ000001JyRJ%2FviHkmpeIJWVlLtQo0IHRw6Uv1nGBjA2qISSmj.S2ayw&asPdf=false  
67ce7c00326721df Eric Swisher 61-C-0193 2023-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008wkif&d=%2Fa%2F3d000001Namc%2FAlEPPHfxn2J3vMIL37FA3ZCnlSqQfCJz6fmnjVgSsdc&asPdf=false  
a3fb89e4ba6db2f7 Eric Swisher 61-C-0193 2022-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPFER&d=%2Fa%2F3d000000pVRS%2Fx1FvzF3rXqBgeboZPk14dS6MY7Gr0WlNTHeRCILNeZ4&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 337.083ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API