Federal OSHA severe-injury records, single incident lookups, and employer aggregate safety totals. Cleaned and entity-resolved. Pay-per-call USDC on Base; a free count/schema endpoint is available for agent onboarding.
Pay from $0.005 to $0.02 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 1995ms
- avg response
- 429ms
- total checks
- 24
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.005 to $0.02 (p45 in Data)
- price (min)
- $0.005
- price (max)
- $0.02
- category percentile (min)
- p45 in Data
- category percentile (max)
- p48 in Data
- endpoints / prices
- 3 / 3
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0.02 30d · 1 buyers
- volume 30d
- $0.02
- buyers 30d
- 1
- settlements 30d
- 2
- last settlement
- 2026-07-21
- top buyer share
- 100% of 30d volume
- trend 7d vs 30d
- 4.29x the 30d daily rate
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides access to U.S. federal OSHA Severe Injury Reports, employer safety data, and incident records through an API.
- category
- safety-data
- in
- path
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/x402/employer/walt-disney-parks-and-resorts-us-inc | $0.02 | Base | USDC | |
| GET | /api/x402/incident/20251010874 | $0.005 | Base | USDC | |
| GET | /api/x402/severe-injuries | $0.01 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/x402/employer/walt-disney-parks-and-resorts-us-inc returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://safetyincidents.org/api/x402/employer/walt-disney-parks-and-resorts-us-inc'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9F6C07e3f772eC49435579ec34E13141a94b9958",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://safetyincidents.org/api/x402/severe-injuries",
"tags": [
"osha",
"safety",
"injuries",
"workplace",
"government-data"
],
"mimeType": "application/json",
"description": "Federal OSHA Severe Injury Reports (hospitalizations, amputations, eye losses), newest first. Filter by state, NAICS sector, employer name, and event date.",
"serviceName": "Safety Incidents (OSHA)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"naics": "31",
"state": "TX"
}
},
"output": {
"type": "json",
"example": {
"page": 1,
"rows": [
{
"id": "123456.015",
"city": "Houston",
"naics": "311",
"state": "TX",
"employer": "Example Corp",
"event_date": "2025-06-01",
"hospitalized": true
}
],
"page_size": 25,
"total_matches": 128
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"page": {
"type": "string",
"description": "1-based page number; 25 rows per page"
},
"naics": {
"type": "string",
"description": "2–6 digit NAICS sector code prefix"
},
"since": {
"type": "string",
"description": "lower bound on event date, YYYY-MM-DD"
},
"state": {
"type": "string",
"description": "USPS 2-letter code or full state name"
},
"employer": {
"type": "string",
"description": "employer name or narrative keyword (full-text)"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"zip": {
"type": "string"
},
"city": {
"type": "string"
},
"naics": {
"type": "string"
},
"state": {
"type": "string"
},
"address": {
"type": "string"
},
"employer": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"narrative": {
"type": "string"
},
"amputation": {
"type": "boolean"
},
"event_date": {
"type": "string"
},
"event_type": {
"type": "string"
},
"human_page": {
"type": "string"
},
"loss_of_eye": {
"type": "boolean"
},
"hospitalized": {
"type": "boolean"
},
"part_of_body": {
"type": "string"
},
"injury_source": {
"type": "string"
},
"nature_of_injury": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9F6C07e3f772eC49435579ec34E13141a94b9958",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://safetyincidents.org/api/x402/incident/20251010874",
"tags": [
"osha",
"safety",
"injuries",
"workplace",
"government-data"
],
"mimeType": "application/json",
"description": "One federal OSHA severe-injury record: facts, injury classification, narrative, employer link.",
"serviceName": "Safety Incidents (OSHA)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"id": "20251010874"
}
},
"output": {
"type": "json",
"example": {
"incident": {
"id": "123456.015",
"employer": "Example Corp"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"incident": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"zip": {
"type": "string"
},
"city": {
"type": "string"
},
"naics": {
"type": "string"
},
"state": {
"type": "string"
},
"address": {
"type": "string"
},
"employer": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"narrative": {
"type": "string"
},
"amputation": {
"type": "boolean"
},
"event_date": {
"type": "string"
},
"event_type": {
"type": "string"
},
"human_page": {
"type": "string"
},
"loss_of_eye": {
"type": "boolean"
},
"hospitalized": {
"type": "boolean"
},
"part_of_body": {
"type": "string"
},
"injury_source": {
"type": "string"
},
"nature_of_injury": {
"type": "string"
}
}
}
}
}
}
}
}
},
"routeTemplate": "/api/x402/incident/:id"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9F6C07e3f772eC49435579ec34E13141a94b9958",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://safetyincidents.org/api/x402/employer/walt-disney-parks-and-resorts-us-inc",
"tags": [
"osha",
"safety",
"employer",
"compliance",
"government-data"
],
"mimeType": "application/json",
"description": "Employer identity plus aggregate safety totals across SIR, ITA 300/301, and inspections.",
"serviceName": "Safety Incidents (OSHA)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"slug": "walt-disney-parks-and-resorts-us-inc"
}
},
"output": {
"type": "json",
"example": {
"employer": {
"name": "Example Corp",
"slug": "example-corp",
"total_records": 7
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"employer": {
"type": "object"
}
}
}
}
}
}
},
"routeTemplate": "/api/x402/employer/:slug"
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 24h window selected here. Every series is also served as JSON at /api/v1/services/safety-incidents-osha-severe-injury-api/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/safety-incidents-osha-severe-injury-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/safety-incidents-osha-severe-injury-api.svg" alt="Safety Incidents — OSHA Severe-Injury API listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/safety-incidents-osha-severe-injury-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/safety-incidents-osha-severe-injury-api?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/safety-incidents-osha-severe-injury-api.svg?data=uptime" alt="Safety Incidents — OSHA Severe-Injury API uptime on x402-list" height="28"> </a>