3HZ Global Weather Forecast

Global weather forecast for latitude and longitude. Returns the forecast valid now, all available hourly forecast points, and the extended forecast in native 6-hour periods without inventing hourly precision. Data source: MET Norway Locationforecast 2.0.

DataLiveeip155:8453Exactvia cdp
WeatherForecastMeteorologyHourly-weatherGlobal-weather
Calls · 30d
1
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 6 snapshots so far.
$0.01
Verified settled volume
10 settlements proven x402 by their on-chain EIP-3009 marker.
$0.0010
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-17 09:41Z
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xEb0f642c1B71Ec3b3594303de1D09EA2532B0f5e

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.001USDC≈ $0.001 USD
on Base · exact scheme

Pay 0.001 USDC on Base to 0xEb0f…B0f5e. The signed payment is good for 1 minute.

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

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "lat": 0,
          "lon": 0
        }
      },
      "output": {
        "type": "json",
        "example": {
          "source": {
            "product": "Locationforecast 2.0 Complete",
            "provider": "MET Norway",
            "attribution": "Weather forecast data from MET Norway"
          },
          "location": {
            "latitude": 0,
            "longitude": 0
          },
          "fetched_at": "2026-09-17T09:01:24Z",
          "hourly_forecast": [
            {
              "time": "2026-09-17T09:00:00Z",
              "condition": "partlycloudy_day",
              "humidity_pct": 45.4,
              "temperature_c": 17.3,
              "wind_speed_mps": 3.9,
              "cloud_cover_pct": 57.8,
              "precipitation_mm": 0,
              "wind_direction_deg": 42.3,
              "apparent_temperature_c": 17.3
            }
          ],
          "current_forecast": {
            "time": "2026-09-17T08:00:00Z",
            "fog_pct": 0,
            "condition": "partlycloudy_day",
            "dew_point_c": 5.2,
            "humidity_pct": 49.3,
            "pressure_hpa": 1019.1,
            "temperature_c": 15.7,
            "wind_speed_mps": 4.1,
            "cloud_cover_pct": 49.2,
            "uv_index_clear_sky": 1.3,
            "wind_direction_deg": 39.8,
            "apparent_temperature_c": 15.7,
            "precipitation_next_1h_mm": 0
          },
          "forecast_horizon": {
            "last_time": "2026-09-26T12:00:00Z",
            "first_time": "2026-09-17T08:00:00Z",
            "hourly_points_returned": 64,
            "six_hour_periods_returned": 26
          },
          "six_hour_periods": [
            {
              "end_time": "2026-09-20T06:00:00Z",
              "condition": "clearsky_night",
              "start_time": "2026-09-20T00:00:00Z",
              "precipitation_mm": 0,
              "temperature_max_c": 20.8,
              "temperature_min_c": 17.3,
              "humidity_at_start_pct": 51.5,
              "temperature_at_start_c": 20.3,
              "wind_speed_at_start_mps": 3,
              "wind_direction_at_start_deg": 137.4,
              "apparent_temperature_at_start_c": 20.3
            }
          ],
          "source_updated_at": "2026-09-17T08:18:55Z"
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input",
        "output"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "queryParams"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "required": [
                "lat",
                "lon"
              ],
              "properties": {
                "lat": {
                  "type": "number",
                  "maximum": 90,
                  "minimum": -90,
                  "description": "Latitude in decimal degrees"
                },
                "lon": {
                  "type": "number",
                  "maximum": 180,
                  "minimum": -180,
                  "description": "Longitude in decimal degrees"
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type",
            "example"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "json"
            },
            "example": {
              "type": "object",
              "required": [
                "location",
                "current_forecast",
                "hourly_forecast",
                "six_hour_periods",
                "forecast_horizon",
                "source",
                "source_updated_at",
                "fetched_at"
              ],
              "properties": {
                "source": {
                  "type": "object"
                },
                "location": {
                  "type": "object"
                },
                "fetched_at": {
                  "type": "string"
                },
                "hourly_forecast": {
                  "type": "array"
                },
                "current_forecast": {
                  "type": "object"
                },
                "forecast_horizon": {
                  "type": "object"
                },
                "six_hour_periods": {
                  "type": "array"
                },
                "source_updated_at": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  }
}

Provenance

Seen in the source catalog
2026-09-17 09:41Z
Last indexed by Roundhouse
2026-09-24 02:00Z
Last enriched (probe, favicon, geo)
2026-09-17 10:15Z
x402 version
2
Max timeout
60s
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. 6 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 3HZ Global Weather Forecast 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=3HZ%20Global%20Weather%20Forecast'
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://wallet-services-poc-clean-mainnet.3hz-services.workers.dev/weather, 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.