Weather data API. Current conditions, 5-day forecasts with 3-hour intervals, air quality index with pollutant breakdowns, and comprehensive weather overviews — all by latitude/longitude.
View documentationUse OpenWeather when your agent needs weather data — checking current conditions before recommending outdoor activities, getting multi-day forecasts for travel planning, monitoring air quality for health alerts, or building weather-aware workflows. Ideal for travel agents, event planning bots, delivery routing, and any agent that needs to factor in weather conditions.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Get current weather conditions for a location — temperature, humidity, wind, clouds, and more.
/services/openweather/openweather/current-weather| Name | Type | Required | Description |
|---|---|---|---|
| lat | number | Yes | Latitude of the location |
| lon | number | Yes | Longitude of the location |
curl -X POST \
"https://api.indiegent.com/services/openweather/openweather/current-weather" \
-H "Authorization: Bearer <your-token>" \
-H "X-Agent-Wallet: my-agent" \
-H "Content-Type: application/json" \
-d '{
"lat": 40.7128,
"lon": -74.0060
}'api.indiegent.com/services/openweatherUSDC · Automatic
Payment protocols handled by IndieGent
Tempo