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

9 rows where cert_number = "23-C-0389" 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
38c689592caa5550 Electric City Aquarium & Reptile Den LLC 23-C-0389 2025-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000iWrCv&d=%2Fa%2FSJ000005RJuv%2F3PereuKuas6dORMHx4kxLljvTHugXpW8.g7yT.t5jNg&asPdf=false  
a3f5ffc1919dc64c Electric City Aquarium & Reptile Den LLC 23-C-0389 2024-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CE77b&d=%2Fa%2FSJ000000ul7V%2FVma_qHa1J9KTipJXTfxiA0wevBy6sKgHzrG8GHdSCsY&asPdf=false  
5e5e683445a592e8 Electric City Aquarium & Reptile Den LLC 23-C-0389 2024-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Clcis&d=%2Fa%2F3d000002fT6C%2Fej6Q2vnYOn99lhuFSMHMoMG6wht34VA8vEYJSiWi3l4&asPdf=false  
a622e544522a6439 Electric City Aquarium & Reptile Den LLC 23-C-0389 2023-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009lzuN&d=%2Fa%2F3d000001j6Uk%2FOq1LSeHjfC5qywoRbHihkEatHwVRAHzS2V_VTIDCKRc&asPdf=false  
2b25cce882022252 Electric City Aquarium & Reptile Den LLC 23-C-0389 2023-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mXm0&d=%2Fa%2F3d000001KBuo%2FSP1kP1Z88EqpR27VTL3FaUphrdTOS.l9H6lgYba5R1c&asPdf=false  
50b70f2b95fa5934 Electric City Aquarium & Reptile Den LLC 23-C-0389 2022-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gut83&d=%2Fa%2F3d000000pYHW%2FeHSl15tqmyKOiLsOAlcJa7NBaLu7iZIxxMvlE4OiIXk&asPdf=false  
981f341b127c3972 Electric City Aquarium & Reptile Den LLC 23-C-0389 2022-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwUCM&d=%2Fa%2F3d000000pYGc%2FE6J_WQpexp_hRTbw8kGy4XdMCKgVH8HOlnaPDjdmhUY&asPdf=false  
629b1c8766d76659 Electric City Aquarium & Reptile Den LLC 23-C-0389 2021-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhPcw&d=%2Fa%2F3d000000pYHo%2FexGPqbZf5rUGDtWwya0Od.dwp0q_w4msL76UtHi1O18&asPdf=false  
271b8b79b661d4e0 Electric City Aquarium & Reptile Den LLC 23-C-0389 2020-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyONj&d=%2Fa%2F3d000000pgBC%2FFQ1Mj7wLGC5jcLM5tumS_ZQ_IZDw_YuLO5F7aJSCZnI&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 792.082ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API