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 = "88-C-0223" 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
1e2977afdd41aff6 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2024-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Hq2s0&d=%2Fa%2FSJ000001TI4D%2FvJFfrRtDu8xKtRz3sMQvZlMmU7TsOco7SgtBEiuY3kw&asPdf=false  
d57c4471304315ab SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2024-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009EuQ9&d=%2Fa%2FSJ000000ef65%2F1MFPoRtW4MlGgA_Xc3_XrbFGi8TOQvCiwdw9VP5W9nM&asPdf=false  
34e7f847bdbd4b4c SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2024-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DnhbH&d=%2Fa%2F3d000002z8g0%2FaEbT.Aay04hLq.JC8SjR5dUHoVZCUMCdaX6Elnu_670&asPdf=false  
f298385fde988248 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000An1pu&d=%2Fa%2F3d0000026knh%2FwYSgy4RvGKEwnomjmEcsM8.ARuUpzh1MRRpm1gelVrY&asPdf=false  
68444853359328ab SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A3URH&d=%2Fa%2F3d000001s3GC%2FQ6V7EBdYxiQgmtxYKP7dF1oetv0bf52pX_GcwaG2ZM8&asPdf=false  
46a5c00fd88d7a43 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-06-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008hgOW&d=%2Fa%2F3d000001IJlg%2FKn8omDq46JtDiXpUrd.N7PSZjzQ7m9ngGYTnQcEq9TU&asPdf=false  
b286d274d72b9c33 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000086mSW&d=%2Fa%2F3d0000016blg%2FovsC.Xu83JvRCrehhlMSX_Q1kUwK23pfGt7.8RPAOFA&asPdf=false  
7ffedcdcadef44c2 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JkZg&d=%2Fa%2F3d000000t6Cl%2Fin_wxp.5qRTrvr5BTJxodxF4TKMWepguNpXQShdRvxQ&asPdf=false  
ae58519e265c67ad SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2023-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQST&d=%2Fa%2F3d000000pZuk%2F41NRIMOoP5eE6RDgh2iZeQRcOoLm2hzO82iaPTJjwwc&asPdf=false  
9af2138af6344cf1 SeaQuest Interactive Aquarium Las Vegas LLC 88-C-0223 2022-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awi25&d=%2Fa%2F3d000000pVpP%2FCsNIElS5kamubhDEe2xJaY0te5WbIISbqPVsIiHQdjA&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 643.576ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API