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

5 rows where cert_number = "41-C-0313" 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
98333cb4347dc38c City of Redwood Falls 41-C-0313 2026-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010yxUk&d=%2Fa%2FSJ000008F1yT%2FGf3WXeCsgyX.iLeUFbxEyY1pXK965QirMUHQZQ4C6HY&asPdf=false  
d44a8ab413d39db0 City of Redwood Falls 41-C-0313 2025-12-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uvi7O&d=%2Fa%2FSJ000007M9Bt%2FYomBH9209Cumunh6o1kEv1X5NUbXPVgNcEQhyNaLFwM&asPdf=false  
6046375491a3760c City of Redwood Falls 41-C-0313 2024-10-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Ayrbi&d=%2Fa%2FSJ000000odCf%2FjF16SLlHBrZqXUGnueiT9PGv2a78VJTRm_N5GkOgt8s&asPdf=false  
963e2590cad12c7b City of Redwood Falls 41-C-0313 2023-09-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8jmo&d=%2Fa%2F3d000001uVya%2FwuT.NLutLJ1dN7geTZY7rZoM7X9CrpTmvegtDu9YMcM&asPdf=false  
51d72f4f7e69e08d City of Redwood Falls 41-C-0313 2022-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNxw&d=%2Fa%2F3d000000pcrj%2Fo.Mje_hbXsUfkX_91.zNksLR9YxwVn0NUovXQ5weonQ&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 3.967ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API