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 = "31-A-0569" 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
051f9f705fc42f53 Betty Yoder 31-A-0569 2024-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C0qAg&d=%2Fa%2F3d000002Rq6N%2F8HjOSQxdL048pBOIh.VcY9_lVSiyn.zQ53GteDc65Sw&asPdf=false  
1f08a62766806925 Betty Yoder 31-A-0569 2023-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008J3BS&d=%2Fa%2F3d000001AYj0%2FFx0OSOZ2n7ImCDjFYmGLHPQOUm0sbFyK53b35yDuqEM&asPdf=false  
ddac4fcea6a27e9a Betty Yoder 31-A-0569 2023-04-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ylRu&d=%2Fa%2F3d00000144sC%2FsqrYQjUaoNudLc9nA94fdogKUBbMKI2wyDP8ZSO618E&asPdf=false  
a6b6f1aeafaa6144 Betty Yoder 31-A-0569 2021-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8QWP&d=%2Fa%2F3d000000pn72%2FES86lHwvIs1haGurU3qpD_rF0_.kQp66vG2MJSjZDbM&asPdf=false  
184cb8e49db9ce7d Betty Yoder 31-A-0569 2020-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egik6&d=%2Fa%2F3d000000pRzC%2FR2kji1gVhPLe_QgV7Db8_kN03unbK7M9ypZNa5UgtBw&asPdf=false  
ed1d42353f2c6028 Betty Yoder 31-A-0569 2019-06-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggAV&d=%2Fa%2F3d000000pdmU%2FwkF1xIV1iw6u3b6RxzyklXKfb.w8DhHRXOgmOboTxHQ&asPdf=false  
9d0c0e86f44419b9 Betty Yoder 31-A-0569 2018-02-28   0 0 0 4 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj8l&d=%2Fa%2F3d000000pUGP%2FbdIujFPX5929Cs3rmp5xhveANMg_84EgUGUSMuvsSN4&asPdf=false  
31cc4ae4fc39ef86 Betty Yoder 31-A-0569 2016-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglGk&d=%2Fa%2F3d000000pSQp%2FdpOr8VHEoDMs_SH249zpEz6SDBznxjxd8_MTOHo.QYM&asPdf=false  
a3da5d46382f237f Betty Yoder 31-A-0569 2016-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega1r&d=%2Fa%2F3d000000pU9q%2Fhly2_U5KCJPuCR6rvuAojQsZAUCl.hX7D8Jx2mEjwvk&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 152.88ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API