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 = "93-C-1218" 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
3151cc7c53078e7c Aquarium of the Pacific 93-C-1218 2025-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vXZMN&d=%2Fa%2FSJ000007Sj4c%2FcbzXpY8oDYX_n0mFjkp_ARoRPbLjst3Pe0fcngB1bGI&asPdf=false  
6038e680ce163888 Aquarium of the Pacific 93-C-1218 2024-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA1wc&d=%2Fa%2F3d0000035Myf%2F9n3RAcEPbhws9mCOXjlV9bY4HH3dZy5Ksd_5p8zjUEg&asPdf=false  
de374a0d661ddf6f Aquarium of the Pacific 93-C-1218 2022-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg2CL&d=%2Fa%2F3d000000pWGw%2FMTHpwjNJhNVGQ_YK7fIivWqDiwN0NNSwKI042EVgf94&asPdf=false  
d97aa66f27a572ab Aquarium of the Pacific 93-C-1218 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxY58&d=%2Fa%2F3d000000pWGt%2FILLSoSTVON4UYXj3axgYhGWoqJkOra4SDarIngRgIgo&asPdf=false  
a1a621ad4b83008b Aquarium of the Pacific 93-C-1218 2021-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERqYu&d=%2Fa%2F3d000000pWGa%2FhorUF4RzSO8SkfmZymL_ueOtYbg3SL4PQDG8W_wht2s&asPdf=false  
02118f15717339ac Aquarium of the Pacific 93-C-1218 2019-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaoN&d=%2Fa%2F3d000000pWHF%2FlprLhhBMwpGczA9W1C_CP_PThC4g6yhPETdKTM1pWVM&asPdf=false  
146aa4904e135c6b Aquarium of the Pacific 93-C-1218 2017-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb5d&d=%2Fa%2F3d000000pWH7%2Fc0Hq5fl.4bW6vOr51u46J9jxhRKsFK4BnbG2xjlUlHk&asPdf=false  
21b82c09b828c0a5 Aquarium of the Pacific 93-C-1218 2016-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZXW&d=%2Fa%2F3d000000pWHB%2Fe6IQJmZkC5rcDKxh73JFRT7Mpy5LlLm7dCm43tv6d9U&asPdf=false  
d4d73a756737923f Aquarium of the Pacific 93-C-1218 2015-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZOV&d=%2Fa%2F3d000000pWGf%2FxjitfV3HcAwjKUHY7DoQcBCUq87Dxxka7hejePZox98&asPdf=false  
77b3aa90b87220ed Aquarium of the Pacific 93-C-1218 2014-08-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWAt&d=%2Fa%2F3d000000pWGm%2FAIH3dzw49h5Gyw3wz5skWDX6vFi4hf7SDNbUS5bfw40&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 4.26ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API