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-0288" 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
83049823d7718d61 Monterey Bay Aquarium 93-C-0288 2026-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010Ojpu&d=%2Fa%2FSJ0000088vFq%2F.KxGDMonzzqcDkyuj9h0S7yvgUiDGhTBhZ326pM9cuk&asPdf=false  
5f2160f598f6b88c Monterey Bay Aquarium 93-C-0288 2024-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Egg4f&d=%2Fa%2F3d000003EN8g%2FEeITVpMeLBppDAK_P2h0t8jgNt.MwZudwSWsNgKLzWI&asPdf=false  
115531082398f071 Monterey Bay Aquarium 93-C-0288 2023-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BE1Ub&d=%2Fa%2F3d000002ClVM%2FJyYs2l63JCIepB9cOJxp3dfKeZz57Mpl7Dk0C.j295g&asPdf=false  
6492dd3ba8c93bfc Monterey Bay Aquarium 93-C-0288 2023-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uCrG&d=%2Fa%2F3d0000012mam%2Fm_FttBCMtzPRCP9YApudazmc0IPYKwWoI2G1.v7sLNE&asPdf=false  
6d75e4185fb4a5e3 Monterey Bay Aquarium 93-C-0288 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSkl&d=%2Fa%2F3d000000phGF%2F8aRjYYg0zjywDEDHQVIlECE7Hxvw6n46M6R_hPt0itk&asPdf=false  
89838c67f5753754 Monterey Bay Aquarium 93-C-0288 2020-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES1Qj&d=%2Fa%2F3d000000plJp%2F4mgy5A68d4AliTTJcaT.bVpbUKCUNj7fPdM3..C9S9s&asPdf=false  
7d2b8f4421e2006d Monterey Bay Aquarium 93-C-0288 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfU1&d=%2Fa%2F3d000000pkRV%2FyBkZAG_2y_6QnNidRsZRfVz2DAnJtq9WnqjDeTRfBUA&asPdf=false  
20003c6dba833673 Monterey Bay Aquarium 93-C-0288 2017-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjOB&d=%2Fa%2F3d000000pkbw%2FZUdb2B6zFhLhP2VV6jAVnjVd3Q.afSkhtHZpj_AEWxo&asPdf=false  
31a96257bde18367 Monterey Bay Aquarium 93-C-0288 2016-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkqI&d=%2Fa%2F3d000000pl9p%2F_dSnEDOoIkXCnX5lSGnM.fvzc_XhrJTl3aN5KC.H2xc&asPdf=false  
bd7e2997094aa6a2 Monterey Bay Aquarium 93-C-0288 2015-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkMt&d=%2Fa%2F3d000000pdwp%2FJYwktcxOroIUa33FP5fKuPxFKU3bwzt7D7_q4MshxyM&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.586ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API