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 = "35-H-0012" 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
6aaf9a18f067e261 GOLRUSK PET CARE CENTER 35-H-0012 2019-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnaR&d=%2Fa%2F3d000000pXTB%2F37zyMfuZDZ1nbk2VyDmnWF1FbQXYJLpFVV7UjLkqZzA&asPdf=false  
6025a1e38f98dfbd GOLRUSK PET CARE CENTER 35-H-0012 2018-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnpc&d=%2Fa%2F3d000000pmkN%2Fi6_5N_cQkmgdiDk.U400fA1T2FGiJBMgkHQ6VA80Wu4&asPdf=false  
d6b97bde8f071efc GOLRUSK PET CARE CENTER 35-H-0012 2017-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnzS&d=%2Fa%2F3d000000plnr%2FvAoF.g8ySchOsGLGxuvL4fXvHi2P6tLygxOcwHfh73s&asPdf=false  
29431b972d9a9b81 GOLRUSK PET CARE CENTER 35-H-0012 2016-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn3Y&d=%2Fa%2F3d000000pWpe%2FYRRR8r1DFhWXzZi11DjCUrFZMy.Qn1oU_88tJZnfl1k&asPdf=false  
569c441a6b68eabf GOLRUSK PET CARE CENTER 35-H-0012 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmma&d=%2Fa%2F3d000000pWzA%2FvO6_HnmJVc2LW3o7PsxGliojI8.pCgQOJcDyalVEbsQ&asPdf=false  
e6d096bcc518ae5a GOLRUSK PET CARE CENTER 35-H-0012 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn94&d=%2Fa%2F3d000000pX8H%2F_NJysmtrmE.mvWpUQdO59iz7Ei320egptGCYuICUP74&asPdf=false  
51e3b24bc9190362 GOLRUSK PET CARE CENTER 35-H-0012 2014-07-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb1p&d=%2Fa%2F3d000000pRSN%2FK87z3F61_7KjPMLxhqse3oILeb1tmP.RcXJTOV31pvY&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 313.821ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API