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

8 rows where cert_number = "48-C-0184" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
4c302f4892974023 Friends of the Topeka Zoo 48-C-0184 2025-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iFltR&d=%2Fa%2FSJ000005P7t3%2Fl80o8767bzAr9q.nHxYmale8QkBHcqsfkH_Mq.jE.MA&asPdf=false  
4f588035dbafa2a8 Friends of the Topeka Zoo 48-C-0184 2024-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BMOGk&d=%2Fa%2FSJ000000qFz3%2FAAkyGUvY7W04fOV5uxqpZqnceW7SsodCSAHgGPDIxRI&asPdf=false  
0b2a6467a500880d Friends of the Topeka Zoo 48-C-0184 2024-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EXcGh&d=%2Fa%2F3d000003BKRN%2FOgvNnAIUgTuWvrAgUdGnSWYCtYnETn52_YD3TFL65B0&asPdf=false  
0d92300c3ad20f47 Friends of the Topeka Zoo 48-C-0184 2024-05-22   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBVxK&d=%2Fa%2F3d0000035x4a%2FfPyCqU2ybKyAUvyDDFAHpni4mJNNOLxHy6E9U01qp.c&asPdf=false  
bf09863f88ce0236 Friends of the Topeka Zoo 48-C-0184 2024-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CdYy0&d=%2Fa%2F3d000002cgN4%2F6mBL1P.1e8ZKULpuFnlWs.GVrCMBUXjWvSCYAqRyDIg&asPdf=false  
d91983684971116b Friends of the Topeka Zoo 48-C-0184 2022-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwrkQ&d=%2Fa%2F3d000000peCc%2Fh8xgOFa8iXbe6bwALobXEYiD8rGWqKifvOfMMvtPEYs&asPdf=false  
8c3681ee88f9e6ec Friends of the Topeka Zoo 48-C-0184 2021-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8YdF&d=%2Fa%2F3d000000peDV%2FB0MHXZ23n81MbTDdk5OytLZ.sybGlL8cul8LEDtPFzs&asPdf=false  
a77d16f6000c5bea Friends of the Topeka Zoo 48-C-0184 2021-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGCLt&d=%2Fa%2F3d000000poVo%2Fg3pMYFPrpkZqNQL40J_bV2K1a3ehBILLS5ZqagvvjiM&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 471.67ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API