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 = "32-C-0218" 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
7dada9de54185d7a LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2020-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERY9A&d=%2Fa%2F3d000000pRl1%2FF0lxMV5XY6NIW9uz.ykwMT7aiE2jsPvqeRu.GisQA2o&asPdf=false  
ca6f184996b27bd3 LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2019-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkC2&d=%2Fa%2F3d000000pfeI%2FmIXJKptsvhwfVyFfXxfqw1098X0aVpSV0F7nl9Trs_g&asPdf=false  
5e4deee15f100783 LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2019-09-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg6V&d=%2Fa%2F3d000000pWhc%2FMnulc4rF9buVei4FgcohotLtcOmXmx6PlsBf13UuhU4&asPdf=false  
eedde53dbf3f5391 LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2018-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBO&d=%2Fa%2F3d000000pi1P%2FLJUomcmJ.TFZJ89FQqrfPZy8g2H1OZUrdo7h.j53zEI&asPdf=false  
d45a91f0e7ef6391 LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2017-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZG&d=%2Fa%2F3d000000ppIr%2FgOYB.h77ZT.z9lLSm925rvLtLarUi6qjP5JfCrG_Q4U&asPdf=false  
e40e659db028786d LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2015-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdnV&d=%2Fa%2F3d000000pmqw%2Frlzfau_PbjUdTeonmQJ79MQ6nZH2y7lJVdQpzriG.i0&asPdf=false  
ed8d0447c9383970 LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiGn&d=%2Fa%2F3d000000plzz%2FjicgReknKDaabknM2A2.MmIsAxAZBGRlgjpI7Ho2G8w&asPdf=false  
190097ac7b2aba0f LINZY ZAHM BOB ZAHM LESLIE ZAHM 32-C-0218 2014-03-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZu&d=%2Fa%2F3d000000pjPL%2FGbxmIWTg1_ZfLL7j9DxXhs5tgde5u56C_CcwNRrlZdE&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 663.059ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API