OSHA Accident Reports Search is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-13).
Search and filter ~165k OSHA-investigated workplace accident reports from the US Department of Labor, returning injury details, narratives, and inspection linkages
Search OSHA-investigated workplace accident reports via US Department of Labor Open Data Portal (~165k accidents). Each row carries summary number, related inspection number, report id, event date, narrative, nature of injury, body part affected, source of injury, occupation, age, sex, degree of injury (1 = fatality, 2 = hospitalized, 3 = no lost time, etc.). Filter by event date range, nature of injury code, fatality flag. Pair with /api/gov/osha-inspections + /api/gov/osha-violations to follow injury → investigation → citations.
A paginated list of workplace accident records each containing summary number, related inspection/activity number, report ID, event date, free-text injury narrative, coded nature of injury, body part affected, injury source, occupation, worker age and sex, and degree of injury (1=fatality, 2=hospitalized, 3=no lost time, etc.). Can be joined with OSHA inspection and violation endpoints for full incident chains.
GEThttps://2s.io/api/gov/osha-accidentsUse this endpoint when you need to search or filter OSHA-investigated workplace accident records from the US DOL open data set, especially when you need injury narratives, severity levels, or want to cross-reference with OSHA inspection or violation records. Prefer this over generic web search when you need structured, filterable government accident data with coded fields.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 50,
"offset": 0,
"fatality": true,
"eventDateMax": "2022-12-31",
"eventDateMin": "2020-01-01"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"_truncated": true,
"_originalSize": 24440
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"