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

11 rows where cert_number = "52-C-0134" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
3d30aa175d8eca46 Animals Unlimited LLC 52-C-0134 2025-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cDwef&d=%2Fa%2FSJ000004Vuzh%2FZSUTzThxtunZyipDa4Wnpvxv0FsFgv.vmfhRhiRQm4M&asPdf=false  
813d8e871c0088ff Animals Unlimited LLC 52-C-0134 2024-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA3qB&d=%2Fa%2F3d0000035NXS%2FPssbUTVsEQS3yxXxUUAKOSbGqOfRlg4RK2KJt3wCK74&asPdf=false  
592be83b42434fe3 Animals Unlimited LLC 52-C-0134 2023-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A9cXF&d=%2Fa%2F3d000001utxo%2F48w6LhbvctFu4NcUcS_Aa4IqyfNWweX3YUBokTGSIVg&asPdf=false  
f6d65bb547a765a4 Animals Unlimited LLC 52-C-0134 2023-05-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008YTBe&d=%2Fa%2F3d000001F4EL%2F7NxlMfTSDZTxl.5ErkM94cJBMVr.vNZbDfcW8VgU8eU&asPdf=false  
e319704563c0661f Animals Unlimited LLC 52-C-0134 2022-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Ca1&d=%2Fa%2F3d000000phFV%2Ft4HRto.b3_nAi9myCkKOpScKVEDxlapMBap3mnsKZNI&asPdf=false  
1ee82bf8715cf84f Animals Unlimited LLC 52-C-0134 2021-07-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMYIV&d=%2Fa%2F3d000000pWXm%2F7hANG6B.Lj7QEFmIrrdKxVWPSxtbZ7xtyFCjlpW0_gs&asPdf=false  
60cc6b6bca852595 Animals Unlimited LLC 52-C-0134 2019-11-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYoQ&d=%2Fa%2F3d000000pfyF%2FS2abuWia65Vof1Qax8y.qIasTpht1fBa2.vY3dJpAtY&asPdf=false  
f906dfefb117d254 Animals Unlimited LLC 52-C-0134 2018-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRV&d=%2Fa%2F3d000000plKS%2FtU2cRCNNP1gjWgL9NSOE4aJfDSzIjE0cqPxXXG5_5KI&asPdf=false  
fd042ba05dd70d8f Animals Unlimited LLC 52-C-0134 2017-05-22   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXF8&d=%2Fa%2F3d000000pWu2%2FRwmCkHRAKs87lKyvuQMV7mzgP9Kw9YZztvJhqFtapQQ&asPdf=false  
71cba5626ea5039f Animals Unlimited LLC 52-C-0134 2016-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcAb&d=%2Fa%2F3d000000pdxW%2FZI4pc7lhobfISkkb6gf1iGB4vnqV6cxoX4AAUcS5u5c&asPdf=false  
9c49cdece2e1d0a5 Animals Unlimited LLC 52-C-0134 2014-01-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPD&d=%2Fa%2F3d000000pokM%2F0k4.7hluRQinF.UtLSvgBZ2mfRrkSXK3eghciCZUuS8&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 171.952ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API