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 = "51-C-0124" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
ad652a21927b22e6 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2022-06-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxZuR&d=%2Fa%2F3d000000piuw%2FfQOhTRvUMUTNBC88TK3CYSWSK567QJjJeQB5h.watx4&asPdf=false  
5efcd335cc6c664f SIDNEY MIELKE DIANE MIELKE 51-C-0124 2022-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9aO5&d=%2Fa%2F3d000000pipD%2FuMBeltPQVFGgp1nTYL4Vgf5.WuFSLFWeawbJd0FvFAI&asPdf=false  
332e943684c02552 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2022-02-28   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Vhd&d=%2Fa%2F3d000000pipA%2FTpp.zhfdVUIh0RBW6WjfsXujZL9stwN3TrP6qN9dY_4&asPdf=false  
f09d8894fa200191 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2021-11-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8n2R&d=%2Fa%2F3d000000pipE%2FShOsU6WuHBr.brglAZ0KRxJWGpptn4vEJw_Iiw.yc5s&asPdf=false  
3810af4c5679fb31 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2021-09-02   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNKlB&d=%2Fa%2F3d000000pioW%2FYFkfFlKaTzENDqFtSn_WLkSewVN3Ja1drXdAhS9qHG4&asPdf=false  
f9dbf62dabf666a7 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2021-05-13   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhFqZ&d=%2Fa%2F3d000000pioS%2FgC4PtiAuC_gmJHfLTtLxB8XsmqHXQXYd6HdBL_k2TGY&asPdf=false  
3fc71dde9a8c9fe9 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2021-02-04   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESOXl&d=%2Fa%2F3d000000pio9%2FAy596.DnJa7XPnrkEmQpCNxixIXMITKe3ivAG2Skg7g&asPdf=false  
b5f62c92b6c7ee06 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2020-09-23   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERWl7&d=%2Fa%2F3d000000piol%2FQ66h_zH5nEACMK7Z68NIoI_z6HAEhWRx.GLszVQoqO8&asPdf=false  
037efeb2347d51e1 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2019-10-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWcQ&d=%2Fa%2F3d000000pinv%2FPhwCo6WaV5VppHn_RJA1Os.KE.jiT_ICmOOQt2NFxx0&asPdf=false  
ddedfffc99fa6082 SIDNEY MIELKE DIANE MIELKE 51-C-0124 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDv&d=%2Fa%2F3d000000pipG%2FrJvfw7FiAmnPtZHv._15EUvxD62hNH.ncN9dHxrHK.I&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 698.366ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API