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 = "33-C-0056" 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
3ec386fe90eb426d John G Shedd Aquarium 33-C-0056 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mHUZ7&d=%2Fa%2FSJ000005zjyD%2Fsi8McKL92t_HLwBTomX9HeeMM9fotCaqkPiMiEToukc&asPdf=false  
ad4ac94ae0be5fe1 John G Shedd Aquarium 33-C-0056 2025-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WSnhq&d=%2Fa%2FSJ000003cBNK%2F2CgOP3v3Hslzh6cWy1o3XNnghAuDZBJ7x2PkhY2.VG4&asPdf=false  
e8669458793a2d1e John G Shedd Aquarium 33-C-0056 2024-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EXYPH&d=%2Fa%2F3d000003BK8s%2Fly5ik5dweMt1ZLU4CJI7LCT8GSO5Ku_BBxlbyHnWvwc&asPdf=false  
91fb83810f09160e John G Shedd Aquarium 33-C-0056 2023-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008l0r1&d=%2Fa%2F3d000001JfVP%2FlfIIreYDRORMzc5BXiWkKoeNjFnFWkMDj6p_h9jUr3w&asPdf=false  
978d0117247af25a John G Shedd Aquarium 33-C-0056 2019-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZl1&d=%2Fa%2F3d000000pStT%2F5KKv3srUMpskQfHch7G._74MGYdj4DgoPzt4iHTIV0c&asPdf=false  
9c6854311ffe6c88 John G Shedd Aquarium 33-C-0056 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZQL&d=%2Fa%2F3d000000paoj%2FQf7wtFsVrvKU.fjKrUT9dD2J8nj0KuV2YaL9NR9ChIo&asPdf=false  
85c8803fdafb5a62 John G Shedd Aquarium 33-C-0056 2017-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZB5&d=%2Fa%2F3d000000pgkM%2Fi1jWu8qZI_KrhtC7j4yiJ2Z.kSfYMMURVGxbgjMrdCA&asPdf=false  
a99520a13595ec87 John G Shedd Aquarium 33-C-0056 2015-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZyB&d=%2Fa%2F3d000000pjpi%2FS4JzJolnn2pstuGDUEPzHANcUcUsxJvwwfkGkP3Zf1Q&asPdf=false  
054829072b752b3b John G Shedd Aquarium 33-C-0056 2014-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZhT&d=%2Fa%2F3d000000pXH8%2FBU7EmXovon31f83jZhK4Zk6ROg8h.8t2dpJANRUNFG4&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 945.486ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API