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 = "41-C-0255" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
7c91907e3465b4ed Kendallville Farm LLC 41-C-0255 2024-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HN1pn&d=%2Fa%2FSJ000001PVfx%2FWYuM8tihRNzODpUVEiDcnZvOgKislUMiESC0HEfomqo&asPdf=false  
df9d53899932027c Kendallville Farm LLC 41-C-0255 2023-10-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AOdtz&d=%2Fa%2F3d00000210wI%2Fo7tnaLZOSrS9VKViGPAogj252WVQl8dJ8Ybw.heBCEA&asPdf=false  
f8fd983738b53e5e Kendallville Farm LLC 41-C-0255 2021-11-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Z9T&d=%2Fa%2F3d000000pi5E%2FmVMJUYcfG7dFv53tWG5S5Hq7n457aCwCPbBzN1EVsZA&asPdf=false  
9d6dbc9d7439bd08 Kendallville Farm LLC 41-C-0255 2019-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggqQ&d=%2Fa%2F3d000000pS9T%2FlgTTDkkW0W7iB8R2fDFKaYQmfgZHlKiHoq0qb8Yu3kc&asPdf=false  
848e45209a8277c1 Kendallville Farm LLC 41-C-0255 2018-06-05   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghgh&d=%2Fa%2F3d000000pfoV%2FILjH0u8oiV1Dz6lYxvUDNYSiWG4tiIn4bChDNZYFJCY&asPdf=false  
1544ce797d37ca0f Kendallville Farm LLC 41-C-0255 2017-06-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghcJ&d=%2Fa%2F3d000000pSVH%2FedHOP_6lmyClSKRAKXMHXn0ticAzSNcw.dcNRJmkJoU&asPdf=false  
f19dc6b15dc63b1b Kendallville Farm LLC 41-C-0255 2016-06-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVrV&d=%2Fa%2F3d000000pomy%2FnWv2d8HfqGl2slCDZ_mzK5xuUuKNtm9Xjd5zAKLB5X0&asPdf=false  
edc08df830c4e313 Kendallville Farm LLC 41-C-0255 2016-05-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4T&d=%2Fa%2F3d000000ppGT%2FRUEXnifSmS77is35qGxFbrOvnwDn02qjgXAGUuHakCg&asPdf=false  
cec33cbfb0d319fd Kendallville Farm LLC 41-C-0255 2015-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egki0&d=%2Fa%2F3d000000poo0%2FUvIno38QF7zEFd6ljZLBxZ3eMaDsB59iBaPSyGdpb30&asPdf=false  
e7084d1958b2a85d Kendallville Farm LLC 41-C-0255 2015-02-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdeG&d=%2Fa%2F3d000000pkjV%2FnqwB7PcJotHJk.8X5zFFHiZ9dGG.eLEGKfG8Y1YcaNA&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 179.028ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API