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

7 rows where cert_number = "84-A-0217" 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
312af3770a4c6d61 Colorado Sugar Gliders LLC 84-A-0217 2025-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fl2n3&d=%2Fa%2FSJ00000526EX%2FlJUZhwGhMdhOLGOPV5ncymRjk5ZoBMGxyomZxJa_.4Q&asPdf=false  
79555df35c36e070 Colorado Sugar Gliders LLC 84-A-0217 2024-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009qLeW&d=%2Fa%2FSJ000000ikdR%2FzkFYHPWuKi1JZzuTPk3eo0KsLtV8c1ZScN8S_WLCdoA&asPdf=false  
c06f4a68ac7a0eee Colorado Sugar Gliders LLC 84-A-0217 2023-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ASv4P&d=%2Fa%2F3d0000022TN7%2FZFiY8xueBSd9qRE9xzO4En2vLJPsH0bt6kDNPiL3FtQ&asPdf=false  
0003d8aecbbf0e58 Colorado Sugar Gliders LLC 84-A-0217 2022-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP2ae&d=%2Fa%2F3d000000pd0l%2FvQZPdJmlMopA_31pYzkn9h2EF9pq77MvnfPv9.rCTcQ&asPdf=false  
ca3d83a839a6e1be Colorado Sugar Gliders LLC 84-A-0217 2022-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy4vT&d=%2Fa%2F3d000000pd0c%2Fa63WG9sJESQJKR_xsY0i31WvDMgVlQ6k_Au46TJhk_0&asPdf=false  
856a333ce11ae0e5 Colorado Sugar Gliders LLC 84-A-0217 2022-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9QWa&d=%2Fa%2F3d000000pd0T%2FbVl5VxyPSUkBV94U5PokZpGGZZWFq7kgNeiC3gOuxOU&asPdf=false  
eaab652c031eb26f Colorado Sugar Gliders LLC 84-A-0217 2021-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Exe&d=%2Fa%2F3d000000pmis%2Fp73sYEKSJFWT8IpbrIc8Hv1VWYRAUXN7k.aeWxDEGIA&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 1376.826ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API