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 = "55-R-0155" 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
854c114baeb1906a Raven Medical Inc 55-R-0155 2025-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jzUyZ&d=%2Fa%2FSJ000005dqAL%2Fpcvg1jiN48EDY.7S.9MTM1mzVXFSLKFxFNO7227bcRk&asPdf=false  
dde9846be511dfc3 Raven Medical Inc 55-R-0155 2024-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C0GBc&d=%2Fa%2F3d000002RkBT%2FG3a9dGDTx90EeMDiOG9iJdcL_SPIgF_goQaid4c7JDc&asPdf=false  
b409c87d9fa7441b Raven Medical Inc 55-R-0155 2023-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008dbYO&d=%2Fa%2F3d000001H4Ga%2FvEuYfaFXIWl2awHc5oVsQL.XY08rHnj4ccZ0Qm9C2SQ&asPdf=false  
d5d9727ed3037355 Raven Medical Inc 55-R-0155 2022-11-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvCGj&d=%2Fa%2F3d000000pcH1%2F2ryuhCUA9Vx1Osrs12NFzorMKPZmiyrPbvXb0laKyi0&asPdf=false  
575eff3ea0543125 Raven Medical Inc 55-R-0155 2022-03-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9UCK&d=%2Fa%2F3d000000pcAG%2FvloMpMB.OMSemxhZrad3qy6lsv7a2RlB3oyr8K41c1M&asPdf=false  
8db5180a556e4a6a Raven Medical Inc 55-R-0155 2021-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN8e9&d=%2Fa%2F3d000000pcAQ%2FTtgYujq0zmssANRFqeJTPwxX_Zw8Z7AhHGHSQG28wyE&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 14.543ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API