wAILand Disaster Signals

Call this when an agent needs current significant global disaster events — e.g. before routing logistics or assessing exposure. Returns ALL matching normalized GDACS multi-hazard alerts (earthquake, cyclone, flood, volcano, drought, wildfire); one call returns the whole active set (~55-76 Orange/Red events/year). Refreshed daily 06:30 UTC (up to 24h old); not for life-safety use. Filters: source, event_type, alert_level, min_alert_score, iso3, current_only, from_date_after, from_date_before.

DataLiveeip155:8453Exactvia cdp
DisasterHazardGdacsGeoOpen-data
Calls · 30d
5↑ 59%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 23 snapshots so far.
$0.86
Verified settled volume
16 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0050
Listed price
As published in the catalog. Always read the live 402 before paying.
5
Calls · 30d
Upstream's own call count for this endpoint, not ours.
5
Unique payers · 30d
Last called 2026-09-17 03:25Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x32E293A7fA946331B3eCd013cf0461Bf32C99A9d

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.005USDC≈ $0.005 USD
on Base · exact scheme

Pay 0.005 USDC on Base to 0x32E2…99A9d. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
5000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x32E293A7fA946331B3eCd013cf0461Bf32C99A9d",
    "amount": "5000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "iso3": "DEU",
          "event_type": "FL",
          "alert_level": "Red",
          "current_only": true
        }
      },
      "output": {
        "type": "json",
        "example": {
          "data": [
            {
              "iso3": "ALB",
              "as_of": "2026-08-24",
              "glide": "DR-2025-000239-ALB",
              "title": "Drought in Albania, Austria, Bosnia  and  Herzegovina, Belgium, Bulgaria, Belarus, Switzerland, Czech Republic, Germany, Denmark, Spain, France, Croatia, Hungary, Ireland, Italy, Liechtenstein, Luxembourg, Montenegro, The Republic of North Macedonia, Netherlands, Poland, Romania, Serbia, Slovenia, Slovakia, Ukraine,",
              "source": "gdacs",
              "country": "Albania, Austria, Bosnia & Herzegovina, Belgium, Bulgaria, Belarus, Switzerland, Czech Republic, Germany, Denmark, Spain, France, Croatia, Hungary, Ireland, Italy, Liechtenstein, Luxembourg, Montenegro, The Republic of North Macedonia, Netherlands, Poland, Romania, Serbia, Slovenia, Slovakia, Ukraine, ",
              "event_id": "1018332",
              "latitude": 47.752,
              "severity": 1487749,
              "longitude": 11.878,
              "source_id": "gdacs-DR-1018332",
              "to_ts_utc": "2026-08-22T00:00:00",
              "episode_id": "19",
              "event_type": "DR",
              "is_current": false,
              "report_url": "https://www.gdacs.org/report.aspx?eventid=1018332&episodeid=19&eventtype=DR",
              "alert_level": "Orange",
              "alert_score": 2,
              "from_ts_utc": "2025-12-11T00:00:00",
              "to_date_iso": "2026-08-22",
              "is_temporary": false,
              "model_source": "GDO",
              "affected_iso3": [
                "ALB",
                "AUT",
                "BIH",
                "BEL",
                "BGR",
                "BLR",
                "CHE",
                "CZE",
                "DEU",
                "DNK",
                "ESP",
                "FRA",
                "HRV",
                "HUN",
                "IRL",
                "ITA",
                "LIE",
                "LUX",
                "MNE",
                "MKD",
                "NLD",
                "POL",
                "ROU",
                "SRB",
                "SVN",
                "SVK",
                "UKR"
              ],
              "from_date_iso": "2025-12-11",
              "severity_text": "Medium impact for agricultural drought in 1487749 km2",
              "severity_unit": "km2",
              "envelope_version": "1.0",
              "date_modified_utc": "2026-08-24T05:57:06",
              "episode_alert_level": "Orange",
              "episode_alert_score": 1.25
            }
          ],
          "meta": {
            "as_of": {
              "gdacs": "2026-08-24"
            },
            "license": "Internal use by the paying agent/operator; redistribution of substantial parts prohibited. Not for life-safety, emergency-response or evacuation decisions: confirm against the official GDACS report URL before acting.",
            "degraded": false,
            "row_count": 1,
            "truncated": false,
            "attribution": "Contains GDACS Global Disaster Alert and Coordination System data (European Commission Joint Research Centre / UN OCHA), reused under the Creative Commons Attribution 4.0 International (CC BY 4.0) licence per the European Commission legal notice and Decision 2011/833/EU. Data has been CHANGED: records are normalized, renamed and re-keyed by wAILand; field names and structure are not GDACS's own. GDACS services are not meant to substitute nor to override any official information or alert message, and should not be used for decision making without prior confirmation of their validity. Provided 'as is' without warranty. Not endorsed by GDACS, the European Union or the United Nations."
          }
        }
      }
    },
    "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",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "properties": {
                "iso3": {
                  "type": "string",
                  "description": "ISO3 country code; matches events affecting that country, e.g. 'DEU'."
                },
                "source": {
                  "enum": [
                    "gdacs"
                  ],
                  "type": "string",
                  "description": "Upstream feed; only 'gdacs' today."
                },
                "event_type": {
                  "enum": [
                    "EQ",
                    "TC",
                    "FL",
                    "VO",
                    "DR",
                    "WF"
                  ],
                  "type": "string",
                  "description": "EQ earthquake, TC tropical cyclone, FL flood, VO volcano, DR drought, WF wildfire."
                },
                "alert_level": {
                  "enum": [
                    "Orange",
                    "Red"
                  ],
                  "type": "string",
                  "description": "GDACS alert level. Green is not carried."
                },
                "current_only": {
                  "type": "boolean",
                  "description": "true = only events still current."
                },
                "from_date_after": {
                  "type": "string",
                  "format": "date",
                  "description": "ISO date; only events beginning after it."
                },
                "min_alert_score": {
                  "type": "number",
                  "description": "Minimum GDACS alert score."
                },
                "from_date_before": {
                  "type": "string",
                  "format": "date",
                  "description": "ISO date; only events beginning before it."
                }
              }
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-17 03:25Z
Last indexed by Roundhouse
2026-09-24 12:10Z
Last enriched (probe, favicon, geo)
2026-09-24 12:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 402
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 23 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service wAILand Disaster Signals and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=wAILand%20Disaster%20Signals'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://wailand.tailf99551.ts.net/v1/disaster-events, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.