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 = "81-A-0058" 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
9e124203fe12dfa5 Rivers Edge Wildlife LLC 81-A-0058 2026-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000010d68O&d=%2Fa%2FSJ000008Axmz%2FInlWtHVdzrhXEjM2eFKnpN5khhrTqUMV19mZW5IpkDo&asPdf=false  
0eb8258bd07d2db4 Rivers Edge Wildlife LLC 81-A-0058 2025-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAPzD&d=%2Fa%2FSJ000007OV8H%2F4NmjSexp02XRKEQdOyCviQCtmO_tWxdneYNbZypwRMM&asPdf=false  
64365ed62b28dd9f Rivers Edge Wildlife LLC 81-A-0058 2025-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000WZI69&d=%2Fa%2FSJ000003dxEb%2FL56U4mj8XiPaFB0dRGi9rpECzMUj_ktu5fHBBuZa2vg&asPdf=false  
2475027f22a9ae60 Rivers Edge Wildlife LLC 81-A-0058 2024-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EMZhk&d=%2Fa%2F3d00000389JF%2F4Vkt0x5rYZtqXMK7Q15q7w14aX8c.8TfOz3_jp6olR0&asPdf=false  
1c2e2f03f2a18100 Rivers Edge Wildlife LLC 81-A-0058 2023-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009dk71&d=%2Fa%2F3d000001f9pE%2FV.E3btdFBXtWo9lgegE1YgdL5_jvHsh7o3xMI0dY1_A&asPdf=false  
b5e4c741d7174055 Rivers Edge Wildlife LLC 81-A-0058 2023-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Osop&d=%2Fa%2F3d000001CPCk%2F0P6JbM_4HGOpiljGvXGxON6cPJkAVETmnqVkL4aezN0&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 3.88ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API