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

6 rows where cert_number = "42-B-0328" 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
c15732a06a638675 Kalona Sales Barn, Inc. 42-B-0328 2025-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jZ0Wa&d=%2Fa%2FSJ000005aOH4%2Fv_LWc6yiUSWP2cbMiUHccgCcEEDrqLCRFuhNPzeXh_Q&asPdf=false  
16ca229e598835ea Kalona Sales Barn, Inc. 42-B-0328 2025-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YQlZG&d=%2Fa%2FSJ000003x0tV%2FLE5XmFYmJiYbkJeTqZ9GokOJdaz95ZeoeMlTuAkW2Fo&asPdf=false  
8da96a3f81a72d37 Kalona Sales Barn, Inc. 42-B-0328 2024-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6Dpo&d=%2Fa%2F3d000002n2J3%2FENMgNUbWcaKJG0HW3Z6Lj8vXK2aQ4xYOJEz8TvxKLOo&asPdf=false  
5b51ed2993c29bfb Kalona Sales Barn, Inc. 42-B-0328 2023-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008h7qq&d=%2Fa%2F3d000001IAII%2FGSe_ybhHU0uNXtZUpDCRQ_C.lYp5p0pPbZk9w9vHn9Y&asPdf=false  
d24a28bb0e88f533 Kalona Sales Barn, Inc. 42-B-0328 2022-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxVZU&d=%2Fa%2F3d000000pig7%2F8Kf3GdX7EcKKtdtu3mAg2F2w5yxd6QQSrl2sGai3.P4&asPdf=false  
abc5caf1c072ffa5 Kalona Sales Barn, Inc. 42-B-0328 2022-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwVpA&d=%2Fa%2F3d000000phJD%2Ffu6CrTuLIv0QnHEEkXw_C6jx2vM0hFGtUVIAk0oOQWA&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 1217.003ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API