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 = "32-C-0260" 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
90c49668479c3b72 GAS CITY MINI ZOO 32-C-0260 2025-08-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jq1EN&d=%2Fa%2FSJ000005d96z%2F.G6XQK.nnaE54vttAe5UBPkOT9.hEMH.ATX9ELJoVLw&asPdf=false  
6f96864d7a13af57 GAS CITY MINI ZOO 32-C-0260 2023-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007gp9D&d=%2Fa%2F3d000000z0OV%2FqFfx8PDlrGvxvUjPoYdMI59qtwqABOK_wHsDDsZHFQU&asPdf=false  
0e46ffe230e88a64 GAS CITY MINI ZOO 32-C-0260 2022-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwpOn&d=%2Fa%2F3d000000peC5%2FXAYNdkYGYRih8IWYM82hF9xWYaEuvNz1ZTkc3XaalCc&asPdf=false  
6ce9866a2035f668 GAS CITY MINI ZOO 32-C-0260 2021-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8LoE&d=%2Fa%2F3d000000pUls%2FI6M0kqWYvmnBmczG8xmbJx.ofJemg4rkf4B_8Lu9Y_4&asPdf=false  
fc85b692df7968f6 GAS CITY MINI ZOO 32-C-0260 2021-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMjyA&d=%2Fa%2F3d000000pktP%2F7hFgMxHhW88ZAFQNfFsPU3QTRCFZEZx30IOLbx4SGFc&asPdf=false  
315f799466674ac7 GAS CITY MINI ZOO 32-C-0260 2021-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NgzX1&d=%2Fa%2F3d000000pbCs%2FhOg9ktgXr73EN0_tf321B9elNDJ2gbM4NxQkViDPLd4&asPdf=false  
e1f3344a8f26564d GAS CITY MINI ZOO 32-C-0260 2019-10-09   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxHa&d=%2Fa%2F3d000000pfnt%2F9_eJ2FdXGgGwWYMi_0tlvvorknGuFHzGPAyfMQ_m2_U&asPdf=false  
43986cbf0a3023eb GAS CITY MINI ZOO 32-C-0260 2018-11-07   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdVZ&d=%2Fa%2F3d000000pp3j%2FwzO52uDQzwaMsfWyxk3rn52XyCRmWipLwFG9Yk8GKx8&asPdf=false  
e0b3373ce600944a GAS CITY MINI ZOO 32-C-0260 2018-01-24   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egchu&d=%2Fa%2F3d000000pnl9%2FJ2sLJjkiNHR616ir2tU6f0sKPW6UMMRvBXFFbZjtZwI&asPdf=false  
36fad9b7f243df3e GAS CITY MINI ZOO 32-C-0260 2016-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcek&d=%2Fa%2F3d000000pl2h%2F1qbWW395lAiKviYXlbHpFb3HYiHbkXJUZW0QEw6frw4&asPdf=false  
ec4997fed5b4c667 GAS CITY MINI ZOO 32-C-0260 2016-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZay&d=%2Fa%2F3d000000pfzp%2FVkwN._TiH0BTEOsv7Go27H1sHE3UhTzL0j4a3y1Vpg0&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 802.97ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API