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 = "51-C-0002" 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
ff5f14d088244fae National Aquarium Inc 51-C-0002 2025-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000XdYzs&d=%2Fa%2FSJ000003p61d%2F4gFGh7s9IkztdbcrjkWdsnxBpL9mWbbKWoqsxeqgnwY&asPdf=false  
d9ad502e11d13d2f National Aquarium Inc 51-C-0002 2023-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BEcWq&d=%2Fa%2F3d000002CwMv%2FqN_x.WcTt9ec00sp9Q_HQtXxgiiaiYnq0PTg90e0P9A&asPdf=false  
8c97000696ec25dc National Aquarium Inc 51-C-0002 2023-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008qxik&d=%2Fa%2F3d000001LTp8%2F8LDgFNCpaACv0u0eQfs6kPf8_OOrmROexJ7JlShBhQQ&asPdf=false  
3ec76f8983eaaecc National Aquarium Inc 51-C-0002 2022-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP5dl&d=%2Fa%2F3d000000pd8K%2FPIUG3MVg8UYNW1FxBX_BCJsUjFcFcXr8FL7Ca.PJn5U&asPdf=false  
fd0a0cb86c911d3a National Aquarium Inc 51-C-0002 2022-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V98Md&d=%2Fa%2F3d000000pcli%2F3Jlxp_G2iKnkL1tMW7QTRkQhhiP8g71qtLEePhFVKy8&asPdf=false  
ec04c287bbc78fcf National Aquarium Inc 51-C-0002 2021-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EScxe&d=%2Fa%2F3d000000pclR%2Fublj_F0Lp4jfU8ag_8krXE49n02LJJWOe9tP.4ySiTo&asPdf=false  
d34f2420dd340dbf National Aquarium Inc 51-C-0002 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbN8&d=%2Fa%2F3d000000pcmb%2Fsm7.3dwCsvdA1nID0QalLVwhOhBQgssDT6cO8sQzmlA&asPdf=false  
2549b191265e7473 National Aquarium Inc 51-C-0002 2016-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc0B&d=%2Fa%2F3d000000pclV%2FrFze1cc0E0c6Hl7c33yrpQRd4fDEqMBhJFvluIHFfV0&asPdf=false  
d5cdf41ab2e9172f National Aquarium Inc 51-C-0002 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcFP&d=%2Fa%2F3d000000pclD%2FvlXuCZRiheoJKqoAPLkD2HXloH6eqhrmy47cwKQnbRI&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 884.516ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API