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-1659" 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
55d6cddea6cd5228 Country Road Kennels 42-A-1659 2025-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000izJ83&d=%2Fa%2FSJ000005VH89%2F0w.xm.mjnWbmMjOIWt7NmbCYs9u.alb2jhnOE750Zuc&asPdf=false  
518a95e8e5f3156e Country Road Kennels 42-A-1659 2024-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005iK1s&d=%2Fa%2FSJ000000M7dx%2FwpAXBjTu2j5BVQOS5MU2CwdEFs34kFi0fqLW0yc69DQ&asPdf=false  
e1338626c639db54 Country Road Kennels 42-A-1659 2024-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Cew4M&d=%2Fa%2F3d000002d47B%2F5j72L8kbW3bpaE2lVZtDohaWcNMhSEgewjzjYqcuWnQ&asPdf=false  
391e68511b8d0e44 Country Road Kennels 42-A-1659 2024-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BcnS0&d=%2Fa%2F3d000002KPIv%2FXq5jLpangy9YIuFeDAgrmJId2rC0XzuEy7P._iFlmT4&asPdf=false  
5e65f35bf2ceab60 Country Road Kennels 42-A-1659 2022-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G08B9&d=%2Fa%2F3d000000phCl%2FGK_brY23ta6YqNjGTvdd105xrb4ypiZJX2OypfSH.kI&asPdf=false  
961caacf40acde51 Country Road Kennels 42-A-1659 2021-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhFKT&d=%2Fa%2F3d000000pm0l%2FwhkOw2iO6RzOwqee4bcZURJVmJ_Gm7IKSQIh23bwUVk&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 47.399ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API