Global (or per-country) natural-hazard / disaster alert signal (optional ?countr
Global (or per-country) natural-hazard / disaster alert signal (optional ?country=)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
876 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://hazard.lonestaroracle.xyz/hazard
| Category | Everything else |
|---|---|
| Provider host | hazard.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 876 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"country": "Japan"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "risk",
"description": "Global natural-hazard / disaster alerting made agent-callable. One x402 call returns a hazard-stress signal (CALM / ACTIVE / ELEVATED / SEVERE with a 0-10 score) \u2014 globally or for a specific country \u2014 built from the official multi-hazard alert feeds: GDACS (Global Disaster Alert & Coordination System) Red/Orange/Green levels across earthquake, tropical cyclone, flood, volcano, wildfire and drought, plus USGS earthquakes. Returns the count of active Red/Orange alerts, the biggest current events named with country and alert level, a breakdown by hazard type, and a plain-language read. The physical-disaster leg a risk, insurance, supply-chain or logistics agent needs, served pay-per-call. Pass ?country= to scope it. $0.05 in USDC on Base via x402. Sources: GDACS + USGS Earthquake Hazards (all free/public). Sibling of GeoPulse and ConflictPulse. Alert levels reflect potential humanitarian impact, not confirmed casualties.",
"name": "HazardPulse",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"country": {
"description": "Optional. Scope to a country (name or ISO/keyword, e.g. Japan, Philippines). Omit for the global hazard signal. Aliases: nation, q, iso.",
"example": "Japan",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"active_alerts": {
"green": 98,
"orange": 1,
"red": 1
},
"alert_score": 6,
"by_type": {
"Earthquake": 55,
"Flood": 8,
"Tropical Cyclone": 3,
"Wildfire": 74
},
"events": [
{
"alert": "Red",
"country": "China",
"date": "2026-08-05",
"name": "Flood in China",
"source": "GDACS",
"type": "Flood"
},
{
"alert": "Orange",
"country": "Japan, China",
"date": "2026-08-06",
"name": "DOLPHIN-26",
"source": "GDACS",
"type": "Tropical Cyclone"
}
],
"hazard_level": "ELEVATED",
"max_score": 10,
"scope": "global",
"source": "GDACS + USGS Earthquake Hazards"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"hazard",
"disaster",
"natural-disaster",
"earthquake",
"risk"
],
"type": "object",
"version": "1.0.0"
}