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

4 rows where cert_number = "41-H-0001" 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
14e28cb3bda41d73 GOLDWOOD KENNELS, INC. 41-H-0001 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnEI&d=%2Fa%2F3d000000pWVn%2F1mMwrNszZkiPqGOQOSzMXKLBVy5eKj7ueXO_pmrwi5w&asPdf=false  
441e4c5b45ba4fda GOLDWOOD KENNELS, INC. 41-H-0001 2016-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmVs&d=%2Fa%2F3d000000pUVG%2FkbN0agKksRKqZU4rNS4KeGPfPBWibyP1Oq8bo5704EI&asPdf=false  
a5fe75081fe63f7c GOLDWOOD KENNELS, INC. 41-H-0001 2015-07-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWU0&d=%2Fa%2F3d000000pSf9%2FvX1Dwm98Zf.NQgB3gVp3ktnMo7RhAx63yFylcS9vWhY&asPdf=false  
8b915601b560f4a6 GOLDWOOD KENNELS, INC. 41-H-0001 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghAm&d=%2Fa%2F3d000000petw%2F7py4l3FNhEChkql38xhFwS4YXRhBbUu5c0Jr6kHNo7M&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.118ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API