Weather Lookup (Current + 7-Day Forecast) is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054001/call, status unknown (last checked 2026-09-14, last successful call 2026-08-12).
Returns current weather conditions and a 7-day forecast for a given city name or lat/lon coordinates, powered by Open-Meteo.
Get current weather and 7-day forecast for any location. Uses Open-Meteo API. Search by city name or coordinates.
Returns current weather conditions (temperature, weather code, wind speed, etc.) and a 7-day daily forecast for the requested location, sourced from the Open-Meteo API.
GEThttps://api.strale.io/x402/weather-lookupUse this endpoint when you need current conditions plus a 7-day forecast by city name or coordinates, especially when you want Open-Meteo data without managing API keys or CORS — and when you can pay per-call via x402 microtransaction.
{
"city": "London"
}| Field | Type | Description |
|---|---|---|
| city | string | |
| latitude | number | |
| longitude | number |
{
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.054000000000000006,
"settlement_id": "0x1960de411910dc17ebb9722daa05d9e3eb3b6a8e687ddf0ea0d90af2c4c3c7ae"
},
"capability": "weather-lookup",
"latency_ms": 824,
"provenance": {
"source": "api.open-meteo.com",
"fetched_at": "2026-06-13T04:23:14.755Z"
}
},
"current": {
"condition": "Clear sky",
"feels_like_c": 11.8,
"temperature_c": 13.6,
"wind_speed_kmh": 13,
"humidity_percent": 81,
"precipitation_mm": 0,
"wind_direction_deg": 263
},
"location": "London",
"timezone": "Europe/London",
"coordinates": {
"latitude": 51.50853,
"longitude": -0.12574
},
"forecast_7day": [
{
"date": "2026-06-13",
"low_c": 13.6,
"high_c": 21.9,
"condition": "Overcast",
"precipitation_mm": 0
},
{
"date": "2026-06-14",
"low_c": 13.2,
"high_c": 21.1,
"condition": "Light drizzle",
"precipitation_mm": 0.45
},
{
"date": "2026-06-15",
"low_c": 12.6,
"high_c": 21.9,
"condition": "Overcast",
"precipitation_mm": 0.15
},
{
"date": "2026-06-16",
"low_c": 14.8,
"high_c": 22.9,
"condition": "Light drizzle",
"precipitation_mm": 0.3
},
{
"date": "2026-06-17",
"low_c": 17.7,
"high_c": 24,
"condition": "Overcast",
"precipitation_mm": 0
},
{
"date": "2026-06-18",
"low_c": 17.1,
"high_c": 26,
"condition": "Overcast",
"precipitation_mm": 0
},
{
"date": "2026-06-19",
"low_c": 19,
"high_c": 31.6,
"condition": "Overcast",
"precipitation_mm": 0
}
]
}{
"current": {
"type": "object"
},
"location": {
"type": "string"
},
"forecast_7day": {
"type": "array"
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"