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 = "21-C-0489" 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
055175e44a957f42 JP Animal Adventure LLC 21-C-0489 2025-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uNOaz&d=%2Fa%2FSJ000007FsSH%2FrvEy3d5ZoyF4qofOeXziNI2UuhlqKuI4AAQM2dVXWQ4&asPdf=false  
90806e6d03cca609 JP Animal Adventure LLC 21-C-0489 2024-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005oe7S&d=%2Fa%2FSJ000000MtkD%2FWZMZ1MqzFRAb0xRCMBf9KNvNmINSn_n5VsbV3DbX5UM&asPdf=false  
fb9f8e1a695186d1 JP Animal Adventure LLC 21-C-0489 2024-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005aWL7&d=%2Fa%2FSJ000000LJkQ%2FlEgESx6OgfN1P6USEHkteJD3t.mS6AlgzPXZt6tocHY&asPdf=false  
ae75ae8697f36bbf JP Animal Adventure LLC 21-C-0489 2024-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EGrqf&d=%2Fa%2F3d0000036syD%2FAbweLKUWHIfKOqMDudIBy68wp80F10whh30gUHLi4ko&asPdf=false  
19ca530d0b2c2dd0 JP Animal Adventure LLC 21-C-0489 2023-06-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008v0MS&d=%2Fa%2F3d000001Mtta%2FMWh8nlWp2u5i7f8XrBMUWALq._yaXSRKr_pqZ4WV.6I&asPdf=false  
e0ce28a5145860ce JP Animal Adventure LLC 21-C-0489 2022-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awZJH&d=%2Fa%2F3d000000pcWY%2FPVaE36CVzLQEmcmfqk.RDJNq7Yd.8DrPHAeZLm7rsrg&asPdf=false  
0ace6bf27da26296 JP Animal Adventure LLC 21-C-0489 2022-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxEJa&d=%2Fa%2F3d000000pcWG%2FTDvqM8jouV0YQV_c3GiWm9uEJovY34dFlw0ldAgmrBE&asPdf=false  
92cb834c248cd28f JP Animal Adventure LLC 21-C-0489 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Gqm&d=%2Fa%2F3d000000pcVg%2FTUJ_bXWdipp5GVkP.E8LnfENXAO1qkaQj.fWddTnSA4&asPdf=false  
11e6abe800de6329 JP Animal Adventure LLC 21-C-0489 2021-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNQtp&d=%2Fa%2F3d000000ppLG%2F98Y7GS_4wZ6DoKLyR00tVeQN2ce_Fbcmziy5Q5CGi0U&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 5.357ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API