S

Safety Incidents (OSHA) · Severe Injuries

by Safety Incidents (OSHA)

GETBase

$0.01

per call · USD Coin on Base

Federal OSHA Severe Injury Reports (hospitalizations, amputations, eye losses), newest first. Filter by state, NAICS sector, employer name, and event date.

Endpoint

GET https://safetyincidents.org/api/x402/severe-injuries

6

Calls / 30d

5

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://safetyincidents.org/api/x402/severe-injuries", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://safetyincidents.org/api/x402/severe-injuries?naics=31&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "page": 1,
  "page_size": 25,
  "rows": [
    {
      "city": "Houston",
      "employer": "Example Corp",
      "event_date": "2025-06-01",
      "hospitalized": true,
      "id": "123456.015",
      "naics": "311",
      "state": "TX"
    }
  ],
  "total_matches": 128
}

Payment details

Pay to0x9f6c07e3f772ec49435579ec34e13141a94b9958
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Safety Incidents (OSHA) & similar services