x402 List

x402 Protocol Service Directory

Safety Incidents — OSHA Severe-Injury API

Data

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://safetyincidents.org WEBSITE https://safetyincidents.org ENDPOINTS 3 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-21 MONITORED SINCE 2026-07-21

ASSESSMENT

updated 1h ago

Evidence-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.

jump to compliance checklist

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-derived

Provides access to U.S. federal OSHA Severe Injury Reports, employer safety data, and incident records through an API.

category
safety-data
in
path
osha-datasafety-incidentsemployer-safetyinjury-reports

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
3 endpoints

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.

// request
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

07-21 · uptime 100.0% · 411ms avg07-2107-21
RESPONSE TIME
07-21 · 411ms avg07-21 · 411ms avg07-2107-21
24h UPTIME 100%
UPTIME 24H 100%
AVG RESP 411ms
TOTAL CHECKS 29

RECENT CHECKS

TIME STATUS RESP
○ DOWN 3334ms
● OK 333ms
● OK 256ms
● OK 309ms
● OK 313ms
● OK 196ms
● OK 343ms
● OK 228ms
● OK 328ms
● OK 124ms
● OK 469ms
● OK 340ms
● OK 258ms
● OK 148ms
● OK 194ms
● OK 145ms
● OK 149ms
● OK 310ms

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.

PRICE (captured 402, USD)
building price history ($0.01)

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

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

Show that Safety Incidents — OSHA Severe-Injury API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Safety Incidents — OSHA Severe-Injury API listed on x402-list
status
Safety Incidents — OSHA Severe-Injury API uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Safety Incidents — OSHA Severe-Injury API on x402-list](https://x402-list.com/badge/safety-incidents-osha-severe-injury-api.svg)](https://x402-list.com/services/safety-incidents-osha-severe-injury-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]