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

8 rows where cert_number = "81-B-0014" 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
ac692a5bbc2adfab Exotic Pets Inc 81-B-0014 2025-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kKGr6&d=%2Fa%2FSJ000005gvGj%2FPayLbh5X9oi1F8MrUhKtwcik2bJf484nA_caAZjvs0Y&asPdf=false  
ad1d9cf3639ce676 Exotic Pets Inc 81-B-0014 2024-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CMIKb&d=%2Fa%2F3d000002XQyG%2F1oFZldZSnGR0T6xQCqj8oFVHLOKXPqrHM_ccrc3eQ4c&asPdf=false  
6ff68d0e30f175ab Exotic Pets Inc 81-B-0014 2023-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uUIV&d=%2Fa%2F3d0000012s48%2FW026KsoLk.mM4vf12IO266bKZFOgaNn3tckWBOjghtk&asPdf=false  
79d52f3153039dca Exotic Pets Inc 81-B-0014 2021-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESYw0&d=%2Fa%2F3d000000pnlw%2FYifXltKUQAGpYZbZhlfAl9saUd03Q0EWKqx6aIknir8&asPdf=false  
a39874b823c47d6a Exotic Pets Inc 81-B-0014 2017-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaUJ&d=%2Fa%2F3d000000po8Z%2F9sBPn8_CpmoYTZyr15CYEv3euS4vRfqfqGCKT5_.LVY&asPdf=false  
ed36f45d6eef2d07 Exotic Pets Inc 81-B-0014 2016-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgacW&d=%2Fa%2F3d000000plAj%2FQQWVB3SzpqPteG9jic4KuH0kVQyBgLy8LCCBfPvquE0&asPdf=false  
1e5f7d72220031f7 Exotic Pets Inc 81-B-0014 2015-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoNK&d=%2Fa%2F3d000000pULx%2F5XnsbZKcZ.spLWJY7ylvN6DR.0omT2UUzMxqs6Yi9vg&asPdf=false  
6c357fdda450d26b Exotic Pets Inc 81-B-0014 2014-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb4y&d=%2Fa%2F3d000000pbdQ%2Fmn3j96GqUKSLsEQem4Z.Toht1UrUM_2om1xd5TcH9Mo&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 291.556ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API