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

10 rows where cert_number = "32-C-0261" 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
83e1c31af83bb314 Peaceable Primate Sanctuary 32-C-0261 2025-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aGX3U&d=%2Fa%2FSJ000004EnOL%2FNt08B0OqkMYd..7jXLpWrQELJQ49GSDU4.ouPVmQW58&asPdf=false  
b515a5c23e09a4fd Peaceable Primate Sanctuary 32-C-0261 2024-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000734xi&d=%2Fa%2FSJ000000T0RF%2FbXK0XdeMEeOJiwm4DI7RfwHA8PyeGdr1Zzjkij0zGV8&asPdf=false  
d7b7999b77c5dba0 Peaceable Primate Sanctuary 32-C-0261 2024-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ba7Hl&d=%2Fa%2F3d000002JXfF%2F2hTYzmCFd11XKxFXWiAt5lS.dJILcrhPqVyOELEKbIk&asPdf=false  
dd0c8961e010e25a Peaceable Primate Sanctuary 32-C-0261 2022-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwkfF&d=%2Fa%2F3d000000piT1%2F9MVbVN2aif41IK42WPUd5H1Ti6el5joyGyT7UGkJKDE&asPdf=false  
90faba559eb584e0 Peaceable Primate Sanctuary 32-C-0261 2021-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNJBt&d=%2Fa%2F3d000000pks5%2FzNzO3Z3i4.RvB85AORm5vfod9.nERiqRcTBDLlCOmPw&asPdf=false  
1e986f0e57447cd2 Peaceable Primate Sanctuary 32-C-0261 2020-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQ6c&d=%2Fa%2F3d000000pmvl%2FNxipB.iVwfx3587bxNgjvzfybSv.iXMCrtlI40sf1Ms&asPdf=false  
c191b062105a6ccd Peaceable Primate Sanctuary 32-C-0261 2019-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbn9&d=%2Fa%2F3d000000poqA%2FjrA8odZwAQiQXJx9abFo08DmGHLa1tl8WA9QCUUTQPA&asPdf=false  
55bfd238a765f73f Peaceable Primate Sanctuary 32-C-0261 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcPc&d=%2Fa%2F3d000000pnJ1%2F0QuUM7SN9HPMeofA6_xUnYaTbTmiE6Ld4t61gePs8ZY&asPdf=false  
d1357c07618164b9 Peaceable Primate Sanctuary 32-C-0261 2017-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgebJ&d=%2Fa%2F3d000000pblW%2F56IBubem0MFvjwhvGreTiUZcj3DBbSkn_uTL3.BnPnU&asPdf=false  
e5b6b568f1ea44d5 Peaceable Primate Sanctuary 32-C-0261 2016-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc66&d=%2Fa%2F3d000000pWZE%2F0oF1Bu9wYetEJh49ANHHD1IrO3frpwCnpUjvWbCiSWg&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 209.514ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API