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

8 rows where cert_number = "31-A-0871" 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
857e028faacc4dbc 414 Kennel LLC 31-A-0871 2026-01-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000xX4qt&d=%2Fa%2FSJ000007iFTy%2FbuAnmYj645RGndxOODBhwmE4ZLJdXTsmqITXi6rIni4&asPdf=false  
a4b12dc8a4f2acd3 414 Kennel LLC 31-A-0871 2025-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QfHni&d=%2Fa%2FSJ000002dyRN%2FQRcY4M3z8vd9BIg_Z8_b0oKdICxKtOM1VlyHQqA5yxE&asPdf=false  
1015876b303d3fb9 414 Kennel LLC 31-A-0871 2024-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I7L77&d=%2Fa%2FSJ000001VT3Z%2FEPLEANpGLRzLsFRMDcbvKSkQG4EeNRiwxxA13UG67LI&asPdf=false  
fd685fe0f70ddcd4 414 Kennel LLC 31-A-0871 2024-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000EfJi1&d=%2Fa%2FSJ0000019nSL%2F9Qy4nr2acU6zQQbeUrMPfXfrj8QggiXVK6kMv6c5xjM&asPdf=false  
38b1821244a10f31 414 Kennel LLC 31-A-0871 2024-10-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000As8sY&d=%2Fa%2FSJ000000ntbF%2FlSUr17IprXHPK5YzEjH2Vwx75nz517SwKc9FYbMemNg&asPdf=false  
a752f02cfd065052 414 Kennel LLC 31-A-0871 2024-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EVLcX&d=%2Fa%2F3d000003AjIk%2FgAWanVjaI.a5BoGHCgkkm5b7vVyQxEymdIi1vCtZOrs&asPdf=false  
4d47b8ec8f0728da 414 Kennel LLC 31-A-0871 2022-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxFKo&d=%2Fa%2F3d000000penm%2FEpAAmQns6s5ZzNQoFB.2GFfOs2Dx_N2._mX6Y0dIg4s&asPdf=false  
9e72fc48710c96e7 414 Kennel LLC 31-A-0871 2021-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMg1n&d=%2Fa%2F3d000000pXQ5%2FkLiHMSPdkJCqIKbsfMijzmeAWKyGuS5JkPnmEo.gWWs&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.365ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API