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

5 rows where cert_number = "32-A-0900" 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
32e16ba27c40aecc Bright Star Kennels 32-A-0900 2025-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000O6s4p&d=%2Fa%2FSJ000002GyDZ%2FI5AMD0gTfNDym3qKiPHKywOuc69GrvzkspbaWB2woSY&asPdf=false  
5b6a22bf16ed50df Bright Star Kennels 32-A-0900 2024-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EcchB&d=%2Fa%2F3d000003D4LH%2F2bh_ZX4vk8z5TsJWQI01F.rxsRloZsZb2j7OmZ.5jac&asPdf=false  
7a8ca4cdcec8d4d1 Bright Star Kennels 32-A-0900 2024-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EKKdi&d=%2Fa%2F3d0000037m5M%2Fq1lR4LvIeZZzOHhcNw0ILYj7q.nxm0m.tC9_z7QUPew&asPdf=false  
4eba9db64703a6c5 Bright Star Kennels 32-A-0900 2023-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ep73&d=%2Fa%2F3d000001fYMQ%2F3dUF15YWL6P6H8xpMmV9v3IDAyTCFa33FqiKcCfw4Ts&asPdf=false  
593fe2c66ae14c93 Bright Star Kennels 32-A-0900 2021-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNIVM&d=%2Fa%2F3d000000piIs%2FMN_ZYH2qmQd4GGquCjwM_8uZ.6qRTaR7cqrOvG48lWc&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 675.526ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API