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

9 rows where cert_number = "41-C-0283" 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
6f55d606320ec48f City of Mankato 41-C-0283 2023-06-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008rxTi&d=%2Fa%2F3d000001LoWO%2F2fXaJO53D2tp4Rn1krfI.mGKt85MELWE125DqQxqfTQ&asPdf=false  
e15153b984414e9d City of Mankato 41-C-0283 2021-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V87nd&d=%2Fa%2F3d000000pi5i%2FryJwuaHt9LqJGe2RBr1.IcpWNEWnZyANDxjc5UZTiZA&asPdf=false  
2d824135a1ff4d4a City of Mankato 41-C-0283 2020-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmGf&d=%2Fa%2F3d000000pnxw%2Fw65egDazKapmw23p55hiXMum4uNU1Rq4ccqxooWp6QI&asPdf=false  
642f7bee5941ac1d City of Mankato 41-C-0283 2019-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdMT&d=%2Fa%2F3d000000pUHQ%2Flwf7PE1XgmyJ.IDtT3dY.7XFAEa0VWpEv.kUah1B.kY&asPdf=false  
f59458fe3bc316c4 City of Mankato 41-C-0283 2018-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdLz&d=%2Fa%2F3d000000pkPf%2FIgVy6ieILy2chZenKvAgivXe7_UOJMJbKgyWQ4OpOjg&asPdf=false  
dadf4bf4053f653f City of Mankato 41-C-0283 2017-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcdj&d=%2Fa%2F3d000000pnx6%2Fe2Iyp5mavEparirUic1r2TxsaSg5a2loWHo4BeUSPxQ&asPdf=false  
0a0a7ecae071b608 City of Mankato 41-C-0283 2016-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egctb&d=%2Fa%2F3d000000pSxl%2FpbkgR5vIaDI.dLs9H.dKIFJ8DZ77h97YmEE3iFLIAt0&asPdf=false  
f76d26e8560c4798 City of Mankato 41-C-0283 2015-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgboU&d=%2Fa%2F3d000000pkZr%2F5WjBbhJtO7WVbFQTEVH..PEXzTIOIrpT3kS0bbljtFQ&asPdf=false  
d150e1fcf7f42b0d City of Mankato 41-C-0283 2015-04-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbbu&d=%2Fa%2F3d000000pe0c%2FwZbV3qxXvu8MTE4iMglu9MRqF6RlbGmVMARgER25wWw&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 170.665ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API