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 = "45-C-0057" 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
bd973598fe04a467 Triple H Miniature Horse Rescue 45-C-0057 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiLP&d=%2Fa%2F3d000000pRDW%2FKZj4pQ.vcKAErGmpRCmuputRUVvl81c9gOI8lGtW6Cw&asPdf=false  
c91bc27a04ce196e Triple H Miniature Horse Rescue 45-C-0057 2017-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjP8&d=%2Fa%2F3d000000pnKB%2F5.yH9ZhMIpCnmb2vTaNj3spSCeDM3eDFeJWieOQcE8E&asPdf=false  
2da5aa86634ba1eb Triple H Miniature Horse Rescue 45-C-0057 2016-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi21&d=%2Fa%2F3d000000plOc%2F0Wo_VXgqtTVWdH5Y1ZIbUbfndXxN4j9pGta2w1hRc4M&asPdf=false  
ddcf4c94b691fb4d Triple H Miniature Horse Rescue 45-C-0057 2014-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcfq&d=%2Fa%2F3d000000pfjQ%2F01qdMZE.R92qOjSH9xuFAq2of5GX6a0livETP_3mtzE&asPdf=false  
520c95f6000927b2 Triple H Miniature Horse Rescue 45-C-0057 2014-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egabj&d=%2Fa%2F3d000000pmk4%2FAmF2nsaLN_vPuKw0ntRDvpSfZsGN40Kch18fKN7ap6g&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 64.266ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API