FETCH402
← Protocol index

Resource / 80

unknown

Unnamed resource.

Current weather conditions for any global location — temperature, feels-like, humidity, precipitation, wind, and human-readable weather description.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 1000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "location": "London"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "cached": false,
    "current": {
      "feels_like_c": 10.1,
      "humidity_pct": 78,
      "precipitation_mm": 0,
      "rain_mm": 0,
      "temperature_c": 12.4,
      "time": "2026-05-02T10:00",
      "timezone": "Europe/London",
      "weather_code": 2,
      "weather_description": "Partly cloudy",
      "wind_direction_deg": 230,
      "wind_speed_kmh": 14.3
    },
    "location": {
      "country": "United Kingdom",
      "latitude": 51.50853,
      "longitude": -0.12574,
      "name": "London"
    }
  },
  "type": "json"
}