Catalog
WeatherGETlive

Weather forecast

Fetch daily weather forecasts by coordinates from the selected provider.

$0.001
per call
Success
100%
p50 latency
1.15s
p95 latency
1.89s
Calls (30d)
5

Provider contract

Call path
/routes/
auorio-google-weatherdefault
/weather/forecast
Method
GET
Selected provider
auorio-google-weatherdefault
Provider price
$0.001
Settlement
Base USDC · x402 · 5% h402 fee

Quickstart

Both commands call the selected provider directly.

cURL
curl '/routes/auorio-google-weather/weather/forecast?latitude=37.7749&longitude=-122.4194&days=3&units=metric'
CLI
h402 call 'weather/forecast' --provider 'auorio-google-weather' --method GET --query '{"latitude":37.7749,"longitude":-122.4194,"days":3,"units":"metric"}'

Parameters & live test

pays real USDC
auorio-google-weatherdefault$0.0010/call

Fill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.

latitudenumberrequired-90–90

Latitude.

longitudenumberrequired-180–180

Longitude.

daysintegerrequired1–10

Number of daily forecast days.

unitsstringoptionaldefault metric

Optional unit system; omission uses this provider's documented default.

One of
GET/routes/auorio-google-weather/weather/forecast
Request query
{
  "latitude": 37.7749,
  "longitude": -122.4194,
  "days": 3,
  "units": "metric"
}

ResponseExample response
{
  "data": {
    "forecastDays": [
      {
        "interval": {
          "startTime": "2026-07-22T14:00:00Z",
          "endTime": "2026-07-23T14:00:00Z"
        },
        "displayDate": {
          "year": 2026,
          "month": 7,
          "day": 22
        },
        "daytimeForecast": {
          "interval": {
            "startTime": "2026-07-22T14:00:00Z",
            "endTime": "2026-07-23T02:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/cloudy",
            "description": {
              "text": "Bewolk",
              "languageCode": "af"
            },
            "type": "CLOUDY"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 20
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0.12
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST_SOUTHWEST",
              "degrees": 241
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 19
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 27
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 79,
          "uvIndex": 6,
          "thunderstormProbability": 10,
          "cloudCover": 99
        },
        "nighttimeForecast": {
          "interval": {
            "startTime": "2026-07-23T02:00:00Z",
            "endTime": "2026-07-23T14:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/cloudy",
            "description": {
              "text": "Bewolk",
              "languageCode": "af"
            },
            "type": "CLOUDY"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 20
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0.04
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST",
              "degrees": 280
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 19
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 31
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 87,
          "uvIndex": 0,
          "thunderstormProbability": 10,
          "cloudCover": 97
        },
        "maxTemperature": {
          "unit": "CELSIUS",
          "degrees": 20.7
        },
        "minTemperature": {
          "unit": "CELSIUS",
          "degrees": 15.9
        },
        "feelsLikeMaxTemperature": {
          "unit": "CELSIUS",
          "degrees": 24.7
        },
        "feelsLikeMinTemperature": {
          "unit": "CELSIUS",
          "degrees": 15
        },
        "sunEvents": {
          "sunriseTime": "2026-07-22T13:05:12.107078651Z",
          "sunsetTime": "2026-07-23T03:26:43.102586761Z"
        },
        "moonEvents": {
          "moonPhase": "WAXING_GIBBOUS",
          "moonriseTimes": [
            "2026-07-22T22:08:35.078418825Z"
          ],
          "moonsetTimes": [
            "2026-07-22T07:27:21.149545685Z"
          ]
        },
        "maxHeatIndex": {
          "unit": "CELSIUS",
          "degrees": 24.7
        }
      },
      {
        "interval": {
          "startTime": "2026-07-23T14:00:00Z",
          "endTime": "2026-07-24T14:00:00Z"
        },
        "displayDate": {
          "year": 2026,
          "month": 7,
          "day": 23
        },
        "daytimeForecast": {
          "interval": {
            "startTime": "2026-07-23T14:00:00Z",
            "endTime": "2026-07-24T02:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/mostly_sunny",
            "description": {
              "text": "Meestal sonnig",
              "languageCode": "af"
            },
            "type": "MOSTLY_CLEAR"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 10
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST",
              "degrees": 277
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 27
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 40
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 79,
          "uvIndex": 9,
          "thunderstormProbability": 0,
          "cloudCover": 97
        },
        "nighttimeForecast": {
          "interval": {
            "startTime": "2026-07-24T02:00:00Z",
            "endTime": "2026-07-24T14:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/partly_clear",
            "description": {
              "text": "Gedeeltelik bewolk",
              "languageCode": "af"
            },
            "type": "PARTLY_CLOUDY"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 5
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST",
              "degrees": 275
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 26
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 39
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 86,
          "uvIndex": 0,
          "thunderstormProbability": 0,
          "cloudCover": 61
        },
        "maxTemperature": {
          "unit": "CELSIUS",
          "degrees": 20.6
        },
        "minTemperature": {
          "unit": "CELSIUS",
          "degrees": 14.9
        },
        "feelsLikeMaxTemperature": {
          "unit": "CELSIUS",
          "degrees": 24.6
        },
        "feelsLikeMinTemperature": {
          "unit": "CELSIUS",
          "degrees": 14
        },
        "sunEvents": {
          "sunriseTime": "2026-07-23T13:05:59.418182487Z",
          "sunsetTime": "2026-07-24T03:25:58.553547917Z"
        },
        "moonEvents": {
          "moonPhase": "WAXING_GIBBOUS",
          "moonriseTimes": [
            "2026-07-23T23:09:54.143228589Z"
          ],
          "moonsetTimes": [
            "2026-07-23T07:58:28.825578612Z"
          ]
        },
        "maxHeatIndex": {
          "unit": "CELSIUS",
          "degrees": 24.6
        }
      },
      {
        "interval": {
          "startTime": "2026-07-24T14:00:00Z",
          "endTime": "2026-07-25T14:00:00Z"
        },
        "displayDate": {
          "year": 2026,
          "month": 7,
          "day": 24
        },
        "daytimeForecast": {
          "interval": {
            "startTime": "2026-07-24T14:00:00Z",
            "endTime": "2026-07-25T02:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/sunny",
            "description": {
              "text": "Sonnig",
              "languageCode": "af"
            },
            "type": "CLEAR"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 5
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST",
              "degrees": 269
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 23
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 32
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 77,
          "uvIndex": 9,
          "thunderstormProbability": 0,
          "cloudCover": 46
        },
        "nighttimeForecast": {
          "interval": {
            "startTime": "2026-07-25T02:00:00Z",
            "endTime": "2026-07-25T14:00:00Z"
          },
          "weatherCondition": {
            "iconBaseUri": "https://maps.gstatic.com/weather/v1/clear",
            "description": {
              "text": "Vee uit",
              "languageCode": "af"
            },
            "type": "CLEAR"
          },
          "precipitation": {
            "probability": {
              "type": "RAIN",
              "percent": 0
            },
            "snowQpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            },
            "qpf": {
              "unit": "MILLIMETERS",
              "quantity": 0
            }
          },
          "wind": {
            "direction": {
              "cardinal": "WEST",
              "degrees": 267
            },
            "speed": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 21
            },
            "gust": {
              "unit": "KILOMETERS_PER_HOUR",
              "value": 31
            }
          },
          "iceThickness": {
            "unit": "MILLIMETERS",
            "thickness": 0
          },
          "relativeHumidity": 86,
          "uvIndex": 0,
          "thunderstormProbability": 0,
          "cloudCover": 29
        },
        "maxTemperature": {
          "unit": "CELSIUS",
          "degrees": 20.6
        },
        "minTemperature": {
          "unit": "CELSIUS",
          "degrees": 14.8
        },
        "feelsLikeMaxTemperature": {
          "unit": "CELSIUS",
          "degrees": 24.7
        },
        "feelsLikeMinTemperature": {
          "unit": "CELSIUS",
          "degrees": 14
        },
        "sunEvents": {
          "sunriseTime": "2026-07-24T13:06:47.209736542Z",
          "sunsetTime": "2026-07-25T03:25:12.370585633Z"
        },
        "moonEvents": {
          "moonPhase": "WAXING_GIBBOUS",
          "moonriseTimes": [
            "2026-07-25T00:08:59.325147883Z"
          ],
          "moonsetTimes": [
            "2026-07-24T08:34:53.439921139Z"
          ]
        },
        "maxHeatIndex": {
          "unit": "CELSIUS",
          "degrees": 24.7
        }
      }
    ],
    "timeZone": {
      "id": "America/Los_Angeles",
      "version": ""
    },
    "nextPageToken": ""
  },
  "h402": {
    "routeId": "weather/forecast",
    "provider": "auorio-google-weather",
    "selectedCandidateId": "weather/forecast/auorio-google-weather",
    "routing": "manual",
    "paidBy": "x402-exact"
  }
}

Providers

Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.

auorio-google-weatherdefaultcheapest
x402
100
Success
100%
p50
1.15s
Calls
2
100%
$0.001$0.0010/call
locus-openweather
mpp
100
Success
100%
p50
1.19s
Calls
3
100%
$0.008$0.0080/call
Last successful call: 27d ago· Aggregated by h402 — not the source provider