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

10 rows where cert_number = "35-C-0351" 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
f6dc8f2423e5a97e Country Bumpkin LLC 35-C-0351 2025-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YASmB&d=%2Fa%2FSJ000003uo3d%2FWOle3xa.c71vhnF.g3byiuy7qXYLuz1ee1CPhwK7dZ4&asPdf=false  
0aad5050a74c2564 Country Bumpkin LLC 35-C-0351 2023-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000989K6&d=%2Fa%2F3d000001RGcn%2FTM4Pds4hiVRBPzajhLy6PeqqNtzd6Jf1w91S81fuXSw&asPdf=false  
10ccbaef5a4c865c Country Bumpkin LLC 35-C-0351 2022-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxoNv&d=%2Fa%2F3d000000pTlH%2Fd3a.kFyTOTOYFd9AKlLTCmGpJBNuHT1ax5zHc70KZ6I&asPdf=false  
66d6e6b604d785e9 Country Bumpkin LLC 35-C-0351 2022-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywb0N&d=%2Fa%2F3d000000pTb8%2FPdvETAQ77SIjLghAxiI291_ASQ1BFmnRL38.a_s4OLE&asPdf=false  
69193e1f17eb5489 Country Bumpkin LLC 35-C-0351 2019-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgePZ&d=%2Fa%2F3d000000pTa7%2F9rx7SUV3ohCzNAcMv8WgjAGe_Mav2YY7o_IO1ORuigA&asPdf=false  
3d79a0430a97ee5d Country Bumpkin LLC 35-C-0351 2018-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2o&d=%2Fa%2F3d000000pTZs%2FjI6HZdqgebwZQBBPOLjQiyd4.fWZ2ScnjW1jXDQZdno&asPdf=false  
f766468506e28214 Country Bumpkin LLC 35-C-0351 2017-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9z&d=%2Fa%2F3d000000pTaE%2F7n6bhFhEF418dcbg950G96UZmP4Rb9U4UdgdqSBhgpE&asPdf=false  
df7bf9d61eb6a6c4 Country Bumpkin LLC 35-C-0351 2016-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfku&d=%2Fa%2F3d000000pTaR%2FaAnmeUTp9QSPOrh2W75ytq3B7WuphbPZjomSb0dxSps&asPdf=false  
b73743878663315e Country Bumpkin LLC 35-C-0351 2015-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcYx&d=%2Fa%2F3d000000pTaq%2Fbl95vj6BU1_pouTnc4BYkaNR3GcFUh5Ibx.8BM1pddU&asPdf=false  
db5ed8d5f6d2ad1a Country Bumpkin LLC 35-C-0351 2014-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcC&d=%2Fa%2F3d000000pTaQ%2FyCc_qqADc_F_8WSO9ZbVgmXwWNWFPJQNa6r.sQ91dUc&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 204.112ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API