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

6 rows where cert_number = "74-B-0776" 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
77e87fea1cb4db21 Exotic Tropical Pet World 74-B-0776 2021-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8oti&d=%2Fa%2F3d000000pgoX%2FJRDocGxvTobpjSGwR58c7E0aRqxECIxLsaIXX2_bWhY&asPdf=false  
3ee1a9927024b469 Exotic Tropical Pet World 74-B-0776 2021-07-08   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMbao&d=%2Fa%2F3d000000plhi%2FGkpbZzHLeYvkKsxPhfIp8XKTwh3Tl4WmjetHLrPoyoo&asPdf=false  
e817950d140d346c Exotic Tropical Pet World 74-B-0776 2019-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYm0&d=%2Fa%2F3d000000pf1Z%2FtxH3H07MLt4EqSvzcwd8mifa_6UeYffWNLQU8fSEk4A&asPdf=false  
d8028372c0ef2104 Exotic Tropical Pet World 74-B-0776 2018-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZzF&d=%2Fa%2F3d000000plFX%2Fm2cHdhrdW7BOUb.QFqskPbe9nptY8a40BbU6bRnrJq4&asPdf=false  
2d9e773087f9af78 Exotic Tropical Pet World 74-B-0776 2017-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYO5&d=%2Fa%2F3d000000pUOO%2Fno8Y.21WjhS_7usm.DGeU5v4ukjLNzCuWe2hndzQdEk&asPdf=false  
f59207e4fda72c33 Exotic Tropical Pet World 74-B-0776 2016-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egamf&d=%2Fa%2F3d000000pWaE%2FxwTPkV.SzvZh6qLMDreWmB74yh1qxeFCQlx.EmOJB0o&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.296ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API