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 = "87-C-0056" 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
4ee3eec6ca28bd13 Mountain West Animal Hospital Inc. 87-C-0056 2019-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfYq&d=%2Fa%2F3d000000pT0t%2FxV1rsb5d.K6x07aAKkfQIYWMyOgZTmDHgrhnn2wV5rU&asPdf=false  
cde4ba7d05ee6bc7 Mountain West Animal Hospital Inc. 87-C-0056 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggWD&d=%2Fa%2F3d000000phvT%2FUA241I5CNQpGKICZb_oxlwTFxbHdMOOWc.dBUlG0f1M&asPdf=false  
da9519e166802528 Mountain West Animal Hospital Inc. 87-C-0056 2017-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggxM&d=%2Fa%2F3d000000pmHt%2FAf.Gf7_gpEd12I7Y3SdBPfCMp3f..CtuBTlA_ha5Drk&asPdf=false  
e135755367e643a8 Mountain West Animal Hospital Inc. 87-C-0056 2016-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egidf&d=%2Fa%2F3d000000papd%2FP2DPv4LXd3TK2LnyY3..e_6BWEod1Fm0MhPveUmPCZE&asPdf=false  
5653f46c630f5c0f Mountain West Animal Hospital Inc. 87-C-0056 2015-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdXt&d=%2Fa%2F3d000000pTAl%2Fhe3CY_7ScKeTuLLOElkReBc4ekQ2lJul7C68BSPJ8Aw&asPdf=false  
99691465c7f90ab2 Mountain West Animal Hospital Inc. 87-C-0056 2014-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeYK&d=%2Fa%2F3d000000pUiv%2FHZZhJ42r2DcftVN6CjB12fYI44oMi1i7XAGUKjhD_Ic&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 940.432ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API