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 = "58-C-1241" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
a79688b797090b99 101 Paws and Claws Inc 58-C-1241 2025-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000eplin&d=%2Fa%2FSJ000004tYtB%2FRGgvMAM5yRnxD8V0lWOWzkp6Qfz__V.KlCBC3f0wKcY&asPdf=false  
1fc1479480cc928f 101 Paws and Claws Inc 58-C-1241 2024-03-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Cg0Mk&d=%2Fa%2F3d000002dPmQ%2FI7cvhWwHqKW308aSxMBHHBIFEfJ0PazM9zhGsiCgMec&asPdf=false  
0e133fc9b5b590e6 101 Paws and Claws Inc 58-C-1241 2023-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Jglj&d=%2Fa%2F3d000001Anza%2FCvFDVPlxsOnb.9BVY5IEj1jSIB19VzdYzv4_71HqKyY&asPdf=false  
24fd55a93c4a53be 101 Paws and Claws Inc 58-C-1241 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gutb9&d=%2Fa%2F3d000000pYIf%2FTOqeqI7N5ZFXfNBr9a0U425im3dPrC9OINQR9knZOB0&asPdf=false  
d1d63dc07029618e 101 Paws and Claws Inc 58-C-1241 2022-10-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awhAE&d=%2Fa%2F3d000000pbuo%2FScwFItd9otP_sE1.gGe2MFwgG2wKsSnQlHxzLCX8VZM&asPdf=false  
a2da9e652aacfeca 101 Paws and Claws Inc 58-C-1241 2021-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh6Fz&d=%2Fa%2F3d000000pmmi%2FKN4W5Vw.FCz5vzDE7Zovf7vGu5yVa2x8oXn3.4DNLGo&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 4.064ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API