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 = "41-B-0282" 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
1c6f4db2eb304d03 Rockview Kennels LLC 41-B-0282 2025-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kJvY1&d=%2Fa%2FSJ000005gnFx%2F02ganEZiMlCQbxPDd38uOQJHKN66yDbgfhOWE5fcTCw&asPdf=false  
6cb7c678c5476c4e Rockview Kennels LLC 41-B-0282 2024-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CYKjH&d=%2Fa%2F3d000002bBWP%2FnlfNJ35Z9.NEoXT4JYucRvLFVrEWXziNsIyDJF_RvLo&asPdf=false  
0121480bff15a790 Rockview Kennels LLC 41-B-0282 2023-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008JQBe&d=%2Fa%2F3d000001AhRW%2FJE6_SoOVUMGA46tAs.Bby6XGuX4OP7_zkzruaQmWbLA&asPdf=false  
81a975ae325100cc Rockview Kennels LLC 41-B-0282 2021-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESA3N&d=%2Fa%2F3d000000plkK%2FHb_tGW9mQvnTEEYGTth0a4ItJjHvWGfdODtCpaPF5Bc&asPdf=false  
e21114d43d0f7534 Rockview Kennels LLC 41-B-0282 2019-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg9f&d=%2Fa%2F3d000000pf57%2FSz_F5VeVDZ0x_T_wtg9b8F1wc5zo3IXgi2M7gce2Uk0&asPdf=false  
88a58acf223d2bf4 Rockview Kennels LLC 41-B-0282 2019-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaRv&d=%2Fa%2F3d000000pUg0%2FoyndhW3C9wGYE2Yeztut9Eab9uiAbnmXOxt5yUKBRz4&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 3.772ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API