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 = "41-C-0049" 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
a9e31f81b3bd613f City of Redwood Falls 41-C-0049 2022-02-01   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9FSy&d=%2Fa%2F3d000000ph1X%2FBl0xkDZuh19CDIMjIovvqFHoi795NETPyBOYhRTfMz4&asPdf=false  
f0bcb8a53b239f24 City of Redwood Falls 41-C-0049 2021-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERi2S&d=%2Fa%2F3d000000plbB%2FaoJte8ZEB_k_8SeXT8XsIGgL09b5dPTE.X9ukuw4MT4&asPdf=false  
21a86406e6021f00 City of Redwood Falls 41-C-0049 2019-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcWq&d=%2Fa%2F3d000000pfOU%2F4iuIlJPxS5flxDMU.MNlSkk6PSiUFVBBtn0.hdf.mQ8&asPdf=false  
1236107fafd90884 City of Redwood Falls 41-C-0049 2018-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdRZ&d=%2Fa%2F3d000000pjFh%2Fpv8rU1I_xyBt0mdIAA_uTfzxHgEACI0DlHkNxzY_eI8&asPdf=false  
67acf268465dcdaf City of Redwood Falls 41-C-0049 2017-05-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXqH&d=%2Fa%2F3d000000pX2O%2FTs6bc34GJURWj1vZnURi4VUXO38uZFVBLypDR8iP0bs&asPdf=false  
a621cbf893c9fbde City of Redwood Falls 41-C-0049 2016-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZfU&d=%2Fa%2F3d000000pUk8%2FOrWnIwI.C9ujRCqU2bfKDfKPjnxSCdqSzUMQxI2c3nw&asPdf=false  
f7d3c84859982743 City of Redwood Falls 41-C-0049 2015-05-20   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx8r&d=%2Fa%2F3d000000pnLF%2F7ce6yNboyC6eWBXaEVV0c8A7yArFflpiQXNCT.Se2lU&asPdf=false  
896972c5f378e64c City of Redwood Falls 41-C-0049 2014-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOh&d=%2Fa%2F3d000000pnLl%2FxclVQAhhOPq7diWQRSfmq46JmgNYcUo.vgel4I4Rp74&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 5.107ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API