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

11 rows where cert_number = "86-C-0129" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
4cb48717111cd9df Arizona Humane Society 86-C-0129 2024-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EJHnN&d=%2Fa%2F3d0000037Tlf%2FuwcEwRJL.aVQQJPl7TIZyra5iAuYeJ8A9piaolUBAXQ&asPdf=false  
9da47feb315ba1e3 Arizona Humane Society 86-C-0129 2024-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D2EdA&d=%2Fa%2F3d000002lccN%2FwGZ.dYwEZL0Bhz4N95Wu28txILNnz5BCS6DRfQ88NZE&asPdf=false  
e6f345933a3a3ddb Arizona Humane Society 86-C-0129 2024-03-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CzNYV&d=%2Fa%2F3d000002kZ5h%2F5t88kCH14pZGSxkmeHZuxc2hO8.Wh5iT7oJ1H70Ao40&asPdf=false  
83986e4d53ad9daf Arizona Humane Society 86-C-0129 2023-03-29   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ulYA&d=%2Fa%2F3d0000012xHc%2Fzr0YlzgSEvbLY_QQkvhDqzULsLgYY1refI_yHUXWV2M&asPdf=false  
e6cbab85a2cc2877 Arizona Humane Society 86-C-0129 2022-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9PxV&d=%2Fa%2F3d000000ph74%2F1ialo8.nOIh76G6pa9lgjdecZZjR6m15lQvbWCIeTcE&asPdf=false  
1f1d9264c34ee3d5 Arizona Humane Society 86-C-0129 2021-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Hun&d=%2Fa%2F3d000000ppPx%2FTnGpvqkagmXlbonFRKoBN__9EM94txYnwQRHjc6xr4k&asPdf=false  
99329ba81937d173 Arizona Humane Society 86-C-0129 2021-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NDfSo&d=%2Fa%2F3d000000pacu%2F2ziIMrJvHiWo51w8tFbQz1raMM9wqp8jwhbinaD8fQA&asPdf=false  
0bbfbb6c448b0309 Arizona Humane Society 86-C-0129 2020-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggRr&d=%2Fa%2F3d000000peur%2FE.J60rUHEJXa8WGAvePxZ4r9ay5ho.t.r56U.xXP.FA&asPdf=false  
0a03656df60217d5 Arizona Humane Society 86-C-0129 2019-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc0j&d=%2Fa%2F3d000000pWez%2F76I15EmyQlDD2RBq17t8F66cPZs.Gmg8NoRCzA5ZoHQ&asPdf=false  
0e313233601cbd31 Arizona Humane Society 86-C-0129 2019-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9K&d=%2Fa%2F3d000000pS00%2Fq4gZ8upfq77ofLgBeBgh4o5D7D_k3.xXZX0caXx9vYM&asPdf=false  
2cae3d1dbce6a290 Arizona Humane Society 86-C-0129 2018-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcDu&d=%2Fa%2F3d000000pRND%2F2H4ZDxP_HbPh37XWeGFaOFoowJp179tviAvXd.Ag4Ng&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 332.081ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API