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

6 rows where cert_number = "32-A-0752" 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
1e7d7697f96e424c AMOS ZOOK 32-A-0752 2022-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywgln&d=%2Fa%2F3d000000piSA%2Fo1XVXuP3ZOM.I9rUBBAua6yUrteFI2J.yVa4oU_Khg8&asPdf=false  
9543a4905b8b67a7 AMOS ZOOK 32-A-0752 2022-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ADT&d=%2Fa%2F3d000000ph0H%2FY.okr05vvD6NVZJ0rbdyNIR4BZ0.X.k8xQUp4RGyqFc&asPdf=false  
c46d35e7988f9ef8 AMOS ZOOK 32-A-0752 2021-10-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Iaj&d=%2Fa%2F3d000000pRwA%2F_H.S2Y2u_.w3kFyBQiHQDYKCMPBmM.U0RG2EC9u0KMs&asPdf=false  
ab5b50edffcc31cc AMOS ZOOK 32-A-0752 2021-07-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN8rg&d=%2Fa%2F3d000000pRv7%2FmG0_nYNS_OaS5iqo9u6wJoR5ubIwebxIY1MGXT2HfTE&asPdf=false  
6a9bb28518db71ea AMOS ZOOK 32-A-0752 2019-09-24   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX05&d=%2Fa%2F3d000000pUD5%2FiNZQ0ehW0MhJScVRjJBrm8Cgt5wR17D1sv0P08t21g0&asPdf=false  
d35f00f0dcbef291 AMOS ZOOK 32-A-0752 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZmp&d=%2Fa%2F3d000000pl5q%2FvYrRH8xxnkggvhHIXd4.ztkI85wvVWmIYpMLTd_WSQQ&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 404.973ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API