Ecosystem/OpenWeather

OpenWeather

Tempo
Data4 endpointsFrom $0.0030 /req

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 documentation

When should an agent use this?

Use 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.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (4)

Get current weather conditions for a location — temperature, humidity, wind, clouds, and more.

Path/services/openweather/openweather/current-weather
MethodPOST
Price$0.0030 per request

Parameters

NameTypeRequiredDescription
latnumberYesLatitude of the location
lonnumberYesLongitude of the location

Example Request

curl
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
}'

IndieGent Endpoint

api.indiegent.com/services/openweather

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli