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 = "48-C-0129" 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
c55f5d0cb5a0f373 Rolling Hills Zoo 48-C-0129 2025-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000v936H&d=%2Fa%2FSJ000007OkLp%2FkE0cuUlkSdZjb2glsphc7PKC2YVgNuevmBqn5BRRdFg&asPdf=false  
0af7f4ae06d98d6e Rolling Hills Zoo 48-C-0129 2024-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004prxg&d=%2Fa%2FSJ000000Hsgk%2F_YV7.5Y1LXCcLaiGr0u7Se4S_BgqcBu6qoYUiW6jvaY&asPdf=false  
c492bfa434460924 Rolling Hills Zoo 48-C-0129 2023-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uNN2&d=%2Fa%2F3d0000012nh4%2Fu1mhsVlWr1WWWqziw76YkUA25ZM8BirmvHuZFVrK1wQ&asPdf=false  
ef61078c9a1dd41e Rolling Hills Zoo 48-C-0129 2022-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvBAL&d=%2Fa%2F3d000000pVdx%2FgeExBZOck53Xls8Kp7Kaf3R0ea.3i6Gjetn3HEI6cxE&asPdf=false  
fd386575a73d039a Rolling Hills Zoo 48-C-0129 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESgYQ&d=%2Fa%2F3d000000pVdl%2FVvH.P2hJBMrKCJWTpPg7HFjgm8FN2YV4JpRg65i.nBM&asPdf=false  
457e4c06b433c97e Rolling Hills Zoo 48-C-0129 2019-03-06   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx7k&d=%2Fa%2F3d000000pVeC%2FItY1bTxQlh.4RWqt93IlS3ClnrqblvDdf8bSGKVdwh0&asPdf=false  
6453658dc5c1942b Rolling Hills Zoo 48-C-0129 2017-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxaq&d=%2Fa%2F3d000000pVdO%2F1MFGN2Ug_VDA0a.3w3j2ElSp_rZhA1ihVtswMVjz_xw&asPdf=false  
c50f28deea42b7c6 Rolling Hills Zoo 48-C-0129 2016-10-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwmu&d=%2Fa%2F3d000000pVdS%2Fcasxv2lj9B7bd2mMQTW59BbI.6BmNQK2SzkIYJ5sG48&asPdf=false  
dd7028ba8ccf2f92 Rolling Hills Zoo 48-C-0129 2015-11-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwqc&d=%2Fa%2F3d000000pVdL%2FdhtXVXgTNVjCEDyvICBb8YQ_zlSy3uu_LIrGOxdXerI&asPdf=false  
4557516876159899 Rolling Hills Zoo 48-C-0129 2015-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFP&d=%2Fa%2F3d000000pVdu%2FVhZyw.qPJePWqoc_civUdQrDTQns4K.Vqhhgj3APk5Q&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 197.136ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API