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

7 rows where cert_number = "31-C-0268" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b4829d9d861e5af6 Ohio Wildlife Center 31-C-0268 2025-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dqXxb&d=%2Fa%2FSJ000004kXjR%2FJbGr9ATCVEvpKUxIGFTlVDtUWd9etVvz2mI7XnGIJ.o&asPdf=false  
e7abed36af7c252c Ohio Wildlife Center 31-C-0268 2025-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Lpkxm&d=%2Fa%2FSJ000001yxUT%2Fb8hqZoHs037WLGNK9YXuyUVwBnImkzZrvIWBtgud3hM&asPdf=false  
b1277be8fa98107b Ohio Wildlife Center 31-C-0268 2022-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg3KL&d=%2Fa%2F3d000000pWJ4%2FM6gsurCgJm67jy8CyVzPHnPAHxLW8SHEvukjoVhCZEQ&asPdf=false  
4bc26553a435ff7d Ohio Wildlife Center 31-C-0268 2020-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYMX&d=%2Fa%2F3d000000pWIU%2F4porN4xzMbcWlx2wgZdWVWRgFrwIcX8FdXFheOWS_Kc&asPdf=false  
3bc6d1b7bf269d0c Ohio Wildlife Center 31-C-0268 2019-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgajX&d=%2Fa%2F3d000000pWIs%2FDi.UfP8fmUZ6JOyqxrEQo7CWIs06l.SbTRc9.e4Vhto&asPdf=false  
47954d332a873f21 Ohio Wildlife Center 31-C-0268 2018-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega6q&d=%2Fa%2F3d000000pWHY%2FL6ZYBZxnVXiJqBlZd6yD9aWGe3MGUc5m_v2w5Eex_RY&asPdf=false  
343e558020ec864d Ohio Wildlife Center 31-C-0268 2017-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXYB&d=%2Fa%2F3d000000pWIW%2FKs20wF_vb5TQtk2NJKdEHv8_.LZ0.bYUecBTTpP7.CM&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 43.644ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API