Get current weather and 7-day forecast for any location. Uses Open-Meteo API. Se...
https://api.strale.io/x402/v2/weather-lookupOverview
Get current weather and 7-day forecast for any location. Uses Open-Meteo API. Search by city name or coordinates.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
real-time-data/weather
Provider
strale
Source
bazaar
Indexed
2026-09-24 14:14:59
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"city": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"type": "http"
}
Output Schema
{
"current": {
"type": "object"
},
"forecast_7day": {
"type": "array"
},
"location": {
"type": "string"
}
}