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

6 rows where cert_number = "56-C-0284" 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
f20ead0457f59394 Ripley's Aquarium, Myrtle Beach 56-C-0284 2025-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vBQJM&d=%2Fa%2FSJ000007Oi8j%2FTovcaHsc6ENoA1zG7OJqIqTvYKEHT3cwO99hBRUCBVw&asPdf=false  
5bdb7b93527a42fb Ripley's Aquarium, Myrtle Beach 56-C-0284 2025-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PwaBG&d=%2Fa%2FSJ000002XifR%2FFQJKXST4m5o.e6P5H47LkvH8NrCfBBZfBZGrzvyav7Q&asPdf=false  
26d947fbcbde36f3 Ripley's Aquarium, Myrtle Beach 56-C-0284 2024-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EKh16&d=%2Fa%2F3d0000037nzM%2FynjRgbeLO74hHxnjv6vwHUBnklEedOiCYr6MMgnFoiw&asPdf=false  
6b9422c07574fd88 Ripley's Aquarium, Myrtle Beach 56-C-0284 2023-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AHtkZ&d=%2Fa%2F3d000001yFJ5%2FKX7UYVzIY5GFrA0X1f2S9OexzmttZRJV2RqtRoAH0sE&asPdf=false  
239d565360bdea0a Ripley's Aquarium, Myrtle Beach 56-C-0284 2023-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008EwOx&d=%2Fa%2F3d0000019B1l%2F2n3riwjNf..ZDef642KjzIiM3kplMUh2kT2AlB8uxZM&asPdf=false  
ca6847cdd05ddeaf Ripley's Aquarium, Myrtle Beach 56-C-0284 2023-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPTDv&d=%2Fa%2F3d000000pa3i%2FNUUsOqlQSfDkYKcbe2VEl3u3QNsbjGw18QwCxXx28TA&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 960.834ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API