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

11 rows where cert_number = "87-C-0050" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
347f2b6fd96c622d The Living Planet Aquarium 87-C-0050 2025-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mw55L&d=%2Fa%2FSJ0000066GEj%2FNgO115QvkotVzCu9td9n1g6EXW_32d34CHymjMZ_tg8&asPdf=false  
6ca89f0e3ee456b2 The Living Planet Aquarium 87-C-0050 2024-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EMfg6&d=%2Fa%2F3d0000038BZE%2FybZF7eNA4HDrv7GHYtbfzt3zNleZlc.0e0pog17z4A8&asPdf=false  
8ecb54e5a996519b The Living Planet Aquarium 87-C-0050 2022-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvMvL&d=%2Fa%2F3d000000pcnK%2FW8i3yy5L_kWFLVQmJqxJJHB2DU6r7fleRvUYMlb0YiA&asPdf=false  
00c75d2e50a2721c The Living Planet Aquarium 87-C-0050 2022-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx7Je&d=%2Fa%2F3d000000pcmD%2FGF8GPJ3f8XwFyLJ5eoProE.rrtlQO9fCaiwzbF1DlDM&asPdf=false  
1dbe3f75c2b7e72d The Living Planet Aquarium 87-C-0050 2021-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMxow&d=%2Fa%2F3d000000pcnb%2FqT6Ub3zF0tuWMujpQe4F4l2aTOUA8oQCP4PoIQgwHQE&asPdf=false  
357e46855d499b07 The Living Planet Aquarium 87-C-0050 2020-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZNW&d=%2Fa%2F3d000000pcoH%2FaGenUFzKhOpHPrsQFT7.Z49kBZQW33uRnIOt4CsuTJQ&asPdf=false  
76c5c7788a30ad60 The Living Planet Aquarium 87-C-0050 2019-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ83&d=%2Fa%2F3d000000pcmq%2FIp33O2GIXn9Nc3AI9f4reWTd1EopQ3jWUF8DG3JMJws&asPdf=false  
eab05bc7fbe9f010 The Living Planet Aquarium 87-C-0050 2018-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZnE&d=%2Fa%2F3d000000pclc%2FCyD31RqfpuVHYn98oNNtLN18k2eLkMCvxP8Xw2wiZ4A&asPdf=false  
b11512ebbd405f5c The Living Planet Aquarium 87-C-0050 2017-04-04   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaAL&d=%2Fa%2F3d000000pcmY%2FbnwcuuLwYIJMit4.D.n_mYRrELDXkrUQaxt2oa96yaY&asPdf=false  
fdd405274e641c17 The Living Planet Aquarium 87-C-0050 2016-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeEI&d=%2Fa%2F3d000000pco6%2F46PwsS0uMrBP3zWqD8JN2LAn54ZBJouii.TogDnX244&asPdf=false  
28d73205e6704ce1 The Living Planet Aquarium 87-C-0050 2014-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggtn&d=%2Fa%2F3d000000pclf%2FZ0Imjy4A4X0mJw7caALUojrbxmut29tsNhKCYnUy_Gg&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 6.393ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API