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

9 rows where cert_number = "92-C-0149" 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
d43429200ae97e75 Talented Animals LLC 92-C-0149 2025-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aH3pv&d=%2Fa%2FSJ000004F1fp%2FuvGbJm83RY84GGZEZabUH_l2y54nCrIwkNuklAWp6s8&asPdf=false  
c907278df37bce1f Talented Animals LLC 92-C-0149 2024-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GZnT7&d=%2Fa%2FSJ000001JD4D%2FehkA42lEsc_WLRaeh75Zu48d0PALspyILboxLVuVxXk&asPdf=false  
6e8aa89b102301ad Talented Animals LLC 92-C-0149 2023-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dny2&d=%2Fa%2F3d000000yGRZ%2FwEpvSmVBhRyDXHFSbYLG9dCdlM4kh2ASRay4441uWzw&asPdf=false  
18cd5ec99c6e0d7f Talented Animals LLC 92-C-0149 2021-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8l5C&d=%2Fa%2F3d000000pbGK%2Fzcko7n6NT9sh8.d2m2wT40tVCYzY0CQTi3oUbjTdSws&asPdf=false  
4658c2fd8294ac1c Talented Animals LLC 92-C-0149 2021-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNBTE&d=%2Fa%2F3d000000pbG5%2FYoc91GtNHbTA8jEHzWtVUBVvB78X65bT83thneVBu9E&asPdf=false  
6369a23fbfd0904d Talented Animals LLC 92-C-0149 2019-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega9J&d=%2Fa%2F3d000000pbFN%2Fnu5olQCsQxM2GJQRSPGyA_48CyGXGAps1Wwbhh03QXQ&asPdf=false  
bcbe5d8346a870ba Talented Animals LLC 92-C-0149 2018-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaJu&d=%2Fa%2F3d000000pbGO%2Fdhj_4AIYw2vIS_mUJ7yiiU0lVVnIR3KMQxJSJkjaMpk&asPdf=false  
fd802c0c4174dafa Talented Animals LLC 92-C-0149 2016-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egazy&d=%2Fa%2F3d000000pbGX%2FWQgT9X3CvKQvMWkAvHMNMKNJrvGmgExjkVxZRJH637Q&asPdf=false  
04405af39f173f8e Talented Animals LLC 92-C-0149 2015-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egacw&d=%2Fa%2F3d000000pbGo%2FTuEe6ts6l.DKu.empsdEXvxAXmeBbv41UUeD8uwWxZ4&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 1065.882ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API