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 = "92-C-0180" 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
d14a5861da18902b NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2018-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkjx&d=%2Fa%2F3d000000pi9n%2Fpk9HEj5hcyndbOIYegLYMilV_k5PgTQzRuUVmAP1Zeo&asPdf=false  
e53df9eb619a76bc NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2017-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egknn&d=%2Fa%2F3d000000pSWX%2FBxY_0HkQfuCDxzxO_Idw1.hj3RYqZkemgL1SvFkp4f0&asPdf=false  
1c504edeab8a74e6 NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2017-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkzQ&d=%2Fa%2F3d000000pkex%2FrQHS0C000RLtn_poymIc6NTH_LyWAOF4PxrAO6dyCag&asPdf=false  
c6f3dc57cb50c119 NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2016-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkYl&d=%2Fa%2F3d000000pS9E%2FusgudsVMvrJiaN6MpiMoQw_Bk85019jFsQDK8GqNQco&asPdf=false  
addd13bd3f82ff8a NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2016-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkVL&d=%2Fa%2F3d000000pSkd%2F7Oi2uL9S3pNrei673LEFqpygNCmvt2yMasMbpISPu9M&asPdf=false  
6acb8fb56c5e4987 NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2015-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiNP&d=%2Fa%2F3d000000pn4n%2FRLZRjGaia80Apcd03A_fYKBbZP.Ofl4xiAZfdmnS9SU&asPdf=false  
2bb8332391511922 NORTHWEST ANIMAL RESCUE INC. 92-C-0180 2015-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi5f&d=%2Fa%2F3d000000pp9s%2FDsuhKV2rQTY0K5IHW2jczX5FZmgZIIBEtUzGQM7tovY&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 3.475ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API