Loading capability…
Fetch current weather conditions by coordinates from the selected provider.
Both commands call the selected provider directly.
curl '/routes/locus-openweather/weather/current?lat=37.7749&lon=-122.4194&units=standard'
h402 call 'weather/current' --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.
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": { "coord": { "lon": -122.4194, "lat": 37.7749 }, "weather": [ { "id": 804, "main": "Clouds", "description": "overcast clouds", "icon": "04d" } ], "base": "stations", "main": { "temp": 291.32, "feels_like": 291.12, "temp_min": 289.8, "temp_max": 293.06, "pressure": 1017, "humidity": 74, "sea_level": 1017, "grnd_level": 1014 }, "visibility": 10000, "wind": { "speed": 4.47, "deg": 181, "gust": 8.94 }, "clouds": { "all": 100 }, "dt": 1784733081, "sys": { "type": 2, "id": 2003880, "country": "US", "sunrise": 1784725495, "sunset": 1784777220 }, "timezone": -25200, "id": 5391959, "name": "San Francisco", "cod": 200 } }, "h402": { "routeId": "weather/current", "provider": "locus-openweather", "selectedCandidateId": "weather/current/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.