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 = "91-C-0143" 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
acf1bd8c481206c6 Northwest Animal Adventure 91-C-0143 2019-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZK&d=%2Fa%2F3d000000pjIu%2FbvfPNEZyzmlERzriYt10HkpqBziVdXVKOTjIz8Lo83E&asPdf=false  
cfcb4de3ab7eb071 Northwest Animal Adventure 91-C-0143 2018-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbUU&d=%2Fa%2F3d000000pmBB%2FKV9yf_3_bOd0y3WzCtm0D4NiluPKMeZxKDe0VCsd4vw&asPdf=false  
859a735a03125312 Northwest Animal Adventure 91-C-0143 2017-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgckD&d=%2Fa%2F3d000000pkPY%2FtkeuC.ns.zdvI9RIYBN9IilKE6ZQv4B7Wepq5ibZX68&asPdf=false  
da8b74873856c817 Northwest Animal Adventure 91-C-0143 2017-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcWG&d=%2Fa%2F3d000000pjnV%2Fvfwt2U3Aa1jLvpOISxU0FdTzYFBjQE99qTcSP4MJNRw&asPdf=false  
fdd6249ce7e4d82d Northwest Animal Adventure 91-C-0143 2017-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcjg&d=%2Fa%2F3d000000pfiy%2F9wPJfzqrWrhpUFIuuaLjPSkqxUqBgUwPyB4MojGl2QI&asPdf=false  
641eb6d3ae942105 Northwest Animal Adventure 91-C-0143 2016-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbd3&d=%2Fa%2F3d000000piJA%2FLB9sKEcip9P7sj2ATT1Lm_.vFhL_uUZLHHVyB_nUB8I&asPdf=false  
6c0b8ee28065f884 Northwest Animal Adventure 91-C-0143 2015-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdX7&d=%2Fa%2F3d000000pleQ%2FddZOa8UDJES53jt2y0qPEsajXi2yxVlzF_OXhi..B5o&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 688.074ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API