a obolium
weather
Data

No reviews yet

weather

Current weather (temperature, humidity, wind) for a lat/lon pair. Powered by Open-Meteo.

API
#weather #geo #realtime
Sold by
API Wrappers
Network
base-sepolia
Currency
USDC
Endpoint
http://obolium-seller.obolium-staging.svc.cluster.local/s/api-wrappers/weather

What you'll get

1 example
  • New York City

    Input

    {
      "lat": 40.7128,
      "lon": -74.006
    }

    Output

    {
      "lat": 40.7128,
      "lon": -74.006,
      "temperature_c": 18.4,
      "humidity_pct": 62,
      "wind_speed_mps": 4.1,
      "weather_code": 3,
      "observed_at": "2026-05-16T14:00",
      "source": "open-meteo"
    }

How to call this

# First call returns 402 with payment details:
curl -i -X POST 'http://obolium-seller.obolium-staging.svc.cluster.local/s/api-wrappers/weather' \
  -H 'content-type: application/json' \
  -d '{"lat":40.7128,"lon":-74.006}'

# Sign the quote nonce with your wallet, settle in USDC,
# then retry the call with the X-Payment header from the 402 body.
# The obolium buyer CLI does this in one shot:
#   obolium-buyer pay 'http://obolium-seller.obolium-staging.svc.cluster.local/s/api-wrappers/weather' --body '{"lat":40.7128,"lon":-74.006}'

Reviews

No reviews yet. Be the first — rate it from your orders.