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 = "86-C-0123" 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
b49862cf72acdbe3 ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2020-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgatN&d=%2Fa%2F3d000000plie%2FoHuwfbf1mknKwYXHlS4P_ylXA4.4_PGlDhlD_BOhUpQ&asPdf=false  
b825e0612b153156 ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaOw&d=%2Fa%2F3d000000pRNE%2FGamGdgWOF8UUlwMsAPk0SPg6sJMLytFGuKezL7ONevM&asPdf=false  
78338e9021d5fec9 ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2018-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaI1&d=%2Fa%2F3d000000ppA6%2F0WkYvYqEd5LMfRFL1V3FQBtngT84EjNsV4yYjiYVOZ0&asPdf=false  
ab42e54bb11aba22 ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2018-02-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWw7&d=%2Fa%2F3d000000pl2o%2F_kuhZkH0FBoFtHZ1AEOdXryKukvwWDD7JefGzUUw98w&asPdf=false  
4a308799ae989ead ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2017-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7j&d=%2Fa%2F3d000000pntR%2FSbr2W.rdB5bc9n2K5nFkO.ma9gN9KLJaDekSFZg8W2M&asPdf=false  
c704781c6b3ee515 ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2016-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZXC&d=%2Fa%2F3d000000pi16%2Fsp0Kx091c3y1tESjwWiaDysXXd7K6giqEzUZ438CcVw&asPdf=false  
a824813b78e8096d ARIZONA ANIMAL WELFARE LEAGUE & S P C A 86-C-0123 2015-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgx&d=%2Fa%2F3d000000pUT7%2FjPMHxZq25PDxiQg8O.n0lZO3739WMexP4cL.s4vpFXw&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 371.9ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API