SearchLive

Osha Accidents

Search OSHA-investigated workplace accident reports via US Department of Labor Open Data Portal (~165k accidents).

$0.00138USDC per call · settled on Base · no subscription, no API key

Overview

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.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/osha-accidents$0.00138Invoke Osha Accidents (Search) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/osha-accidents

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/osha-accidents
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs