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 = "42-A-1693" 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
ae667374ef647457 Country Road Kennels LLC 42-A-1693 2025-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dqOWK&d=%2Fa%2FSJ000004kc1Z%2FacaKtQtPzY91gFQRbz8pO6qStIKpDjcaA72MXEzGFlg&asPdf=false  
4647e67789dac00a Country Road Kennels LLC 42-A-1693 2025-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aPgia&d=%2Fa%2FSJ000004GGoB%2F34VS.dVCcxYKGwTwaIUvNJ1VHg1R617z0QT3ejb_CGY&asPdf=false  
4fe7a0476dbadb5d Country Road Kennels LLC 42-A-1693 2024-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000046eF1&d=%2Fa%2FSJ000000EKy9%2FmsFk1kzk6hL2MvNq.UkzlEXtrLi3VWWsjKgW9Mp5PoY&asPdf=false  
7591414670f60b64 Country Road Kennels LLC 42-A-1693 2023-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8t04&d=%2Fa%2F3d000001uYMT%2Fq9yFFdpIP1xAR2_pADn8pIL68M2ZYtDpoC431qscdo8&asPdf=false  
61d15294dd069f04 Country Road Kennels LLC 42-A-1693 2023-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnDX&d=%2Fa%2F3d000000yFfx%2FIGkIi456W56EQb8mw_1RkDifE3B4qaoGvEUE0vMOws4&asPdf=false  
5dcd3d6ce188ad45 Country Road Kennels LLC 42-A-1693 2022-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw5Ff&d=%2Fa%2F3d000000pYuA%2FCsW4_j1vOl8ErmQvYX4FBb6_7g_nZasVD5o7zjRlcNQ&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 779.464ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API