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 = "87-C-0068" 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
4b82cc140bde6811 Robert Dreidonks 87-C-0068 2025-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mNwvm&d=%2Fa%2FSJ0000060gOn%2FadEA.Q_kvo_sT7Cd3bOFNJ6IXqnCkdca620fsiLzaq0&asPdf=false  
536cf53609669342 Robert Dreidonks 87-C-0068 2025-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S29Tq&d=%2Fa%2FSJ000002q6JV%2FueQBNxFW8n6xeXlo_VBg9W0edOuzoOWAGPL0BvLHz80&asPdf=false  
46da17606e004298 Robert Dreidonks 87-C-0068 2023-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JkbQ&d=%2Fa%2F3d000000t67l%2F3.fdXqHtSIZmrYYkPcwrOL4GYaCMsiEc.TTECTEOc08&asPdf=false  
3401bbffda9d3365 Robert Dreidonks 87-C-0068 2022-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxhqW&d=%2Fa%2F3d000000pjZz%2FvHIZBRmqM1RET2V9cVhwp2BUbpNXMN1FvV0Wb9LBU3o&asPdf=false  
56b321eb9ac9fa30 Robert Dreidonks 87-C-0068 2021-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8IW8&d=%2Fa%2F3d000000pjYt%2FDybJBNmmoVkCW4kAYdRWDnFbirnyC_RisCi6MM35tro&asPdf=false  
9be33a6c1f7fae42 Robert Dreidonks 87-C-0068 2019-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkKS&d=%2Fa%2F3d000000pjZJ%2FFjkVned.XDwpfDvO_kozk7lHULpqp6Km.XFzLUrfMmY&asPdf=false  
37d8df8bf2a2b818 Robert Dreidonks 87-C-0068 2017-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkF6&d=%2Fa%2F3d000000pjZv%2FLSzAWJkRyXFmxbPqJwaLwmFzO7Glk7.A.Q0nJbEr02w&asPdf=false  
9afb7b08973c893a Robert Dreidonks 87-C-0068 2017-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgftC&d=%2Fa%2F3d000000pjZY%2FxCar0u9JR8yRxZJ3ffebydwXk66deVEBzJ6m7tvdpAA&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 18.53ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API