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

5 rows where cert_number = "22-H-0013" 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
87976aca0eee8d69 Associated Humane Societies Inc 22-H-0013 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmRJ&d=%2Fa%2F3d000000pmAZ%2Ftzh1IoEFKUtk20caf9tnB.rhYuk0vevpkB.laB0s5oI&asPdf=false  
d8f131e062071f56 Associated Humane Societies Inc 22-H-0013 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egne0&d=%2Fa%2F3d000000pf0b%2FHjwhrBxz4zRNwT2Z4MyYi7dzRghozdbKcpcxcVfzvYc&asPdf=false  
5120f883aa8f0a1b Associated Humane Societies Inc 22-H-0013 2017-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmXe&d=%2Fa%2F3d000000pk7w%2FEwbqjre7aq00gIpAB64OVJUgaF7gpposyTuWdqdvT_w&asPdf=false  
5b4f3e3c5372e21f Associated Humane Societies Inc 22-H-0013 2015-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6Q&d=%2Fa%2F3d000000pRyZ%2FpnR.ZdMfFJLK_tljEH3xjETde32i2eA7cD_LEKbvwpU&asPdf=false  
46d4e4d198328df5 Associated Humane Societies Inc 22-H-0013 2014-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmAs&d=%2Fa%2F3d000000pdxS%2F4RJnT2EEVzmM2pDFnMsKhBC.uOdVUQsLpjwVPZA0mFc&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 4.847ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API