Loading capability…
Fetch weather forecasts by coordinates from the selected provider.
Both commands call the selected provider directly.
curl '/routes/locus-openweather/weather/forecast?lat=37.7749&lon=-122.4194&units=standard'
h402 call 'weather/forecast' --provider 'locus-openweather' --method GET --query '{"lat":37.7749,"lon":-122.4194,"units":"standard"}'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.
latnumberrequired-90–90Latitude in decimal degrees.
lonnumberrequired-180–180Longitude in decimal degrees.
cntintegeroptional1–40Number of 3-hour forecast timestamps (1-40; 8 per day). Omit for all 40 timestamps in the 5-day forecast.
unitsstringoptionaldefault standardOptional unit system; omission uses this provider's documented default.
langstringoptionalOptional OpenWeather language code (e.g. en, kr, ja, fr, zh_cn, pt_br). OpenWeather uses its own codes: Korean is `kr` (not `ko`), Ukrainian is `ua` (not `uk`). Full list: https://openweathermap.org/api/current
{
"lat": 37.7749,
"lon": -122.4194,
"units": "standard"
}{ "data": { "success": true, "data": { "cod": "200", "message": 0, "cnt": 3, "list": [ { "dt": 1784743200, "main": { "temp": 292.86, "feels_like": 292.87, "temp_min": 292.86, "temp_max": 295.67, "pressure": 1017, "sea_level": 1017, "grnd_level": 1014, "humidity": 76, "temp_kf": -2.81, "dew_point": 288.51 }, "weather": [ { "id": 804, "main": "Clouds", "description": "overcast clouds", "icon": "04d" } ], "clouds": { "all": 100 }, "wind": { "speed": 5.61, "deg": 236, "gust": 7.35 }, "visibility": 10000, "pop": 0, "sys": { "pod": "d" }, "dt_txt": "2026-07-22 18:00:00" }, { "dt": 1784754000, "main": { "temp": 295.77, "feels_like": 295.99, "temp_min": 295.77, "temp_max": 297.92, "pressure": 1018, "sea_level": 1018, "grnd_level": 1014, "humidity": 73, "temp_kf": -2.15, "dew_point": 290.69 }, "weather": [ { "id": 803, "main": "Clouds", "description": "broken clouds", "icon": "04d" } ], "clouds": { "all": 71 }, "wind": { "speed": 6.75, "deg": 249, "gust": 8.22 }, "visibility": 10000, "pop": 0, "sys": { "pod": "d" }, "dt_txt": "2026-07-22 21:00:00" }, { "dt": 1784764800, "main": { "temp": 297.11, "feels_like": 297.52, "temp_min": 297.11, "temp_max": 297.11, "pressure": 1017, "sea_level": 1017, "grnd_level": 1013, "humidity": 75, "temp_kf": 0, "dew_point": 287.1 }, "weather": [ { "id": 802, "main": "Clouds", "description": "scattered clouds", "icon": "03d" } ], "clouds": { "all": 30 }, "wind": { "speed": 6.32, "deg": 257, "gust": 8.18 }, "visibility": 10000, "pop": 0, "sys": { "pod": "d" }, "dt_txt": "2026-07-23 00:00:00" } ], "city": { "id": 5391959, "name": "San Francisco", "coord": { "lat": 37.7749, "lon": -122.4194 }, "country": "US", "population": 805235, "timezone": -25200, "sunrise": 1784725495, "sunset": 1784777220 } } }, "h402": { "routeId": "weather/forecast", "provider": "locus-openweather", "selectedCandidateId": "weather/forecast/locus-openweather", "routing": "manual", "paidBy": "x402-exact" } }
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.