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-0253" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
cc02e37431609c4f Gaming Entertainment Indiana, LLC 32-C-0253 2024-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HFoh3&d=%2Fa%2FSJ000001Oaub%2FgHEZPhMRuucmsrVn7zRuUOYApSQskvsQ0n523gVNuHo&asPdf=false  
4040a70b20d2236a Gaming Entertainment Indiana, LLC 32-C-0253 2024-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000EGC5I&d=%2Fa%2FSJ00000178jR%2Fqp_UVjx3l9hruJ1HyGtHVGMnCWIsCrF.6rI7Y.CPCx4&asPdf=false  
f345fed43ebba1f6 Gaming Entertainment Indiana, LLC 32-C-0253 2022-12-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvLwx&d=%2Fa%2F3d000000pcnI%2FM23yieb2ueZH9p9S0hUBdNW2rIOJi8cofiYXKsDTZoM&asPdf=false  
aa924fc2c7cdcad6 Gaming Entertainment Indiana, LLC 32-C-0253 2021-12-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8vyR&d=%2Fa%2F3d000000pck8%2FaGgLILI_5Vw8.xG3YI2lTPl7zTHp0qrp9dFN71W.IFM&asPdf=false  
c179195ac3da4f02 Gaming Entertainment Indiana, LLC 32-C-0253 2021-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Quh&d=%2Fa%2F3d000000pclA%2FKsk4WuaNWT_NyTP6Fl7mMDmbKrGUdOFq7yKL4JjOCz0&asPdf=false  
d7ffa7f2467700a6 Gaming Entertainment Indiana, LLC 32-C-0253 2020-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERWVV&d=%2Fa%2F3d000000pckS%2FWPbTYbzNpp5owujHAPti7Dfu14vrOaqECTwSnqGK5fo&asPdf=false  
b1f161047ec07128 Gaming Entertainment Indiana, LLC 32-C-0253 2018-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiLA&d=%2Fa%2F3d000000pciG%2FTfNJnW5PgoK5avhVcdPX4eOybjj2PJuFiUrK9jCCc5g&asPdf=false  
6cf5251846935e41 Gaming Entertainment Indiana, LLC 32-C-0253 2017-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi6f&d=%2Fa%2F3d000000pck2%2FnRLCRlhZXqDOTLh.oH17VLX4Vw59s9UZTG0AXVwjJ9A&asPdf=false  
4f8969fbbb608538 Gaming Entertainment Indiana, LLC 32-C-0253 2016-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eginh&d=%2Fa%2F3d000000pcie%2FqUCPNGwUQgJMM4fsbSmLYkOA2EhJTPhjlracYW4kHx4&asPdf=false  
02327b923be3f358 Gaming Entertainment Indiana, LLC 32-C-0253 2016-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZf&d=%2Fa%2F3d000000pciP%2FTOJfHZCVoTD9_9Tu2mG2DnYoDu_l.DtjOab9nZfY6j4&asPdf=false  
6a2f4b40bc8ccf86 Gaming Entertainment Indiana, LLC 32-C-0253 2015-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYiG&d=%2Fa%2F3d000000pckW%2FfB.1vmLqK62o5x7D2MNCU0bLoTgJsD4bQDVSjG6f47k&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 457.121ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API