Skip to main content
OpenWeather One Call API 3.0 — comprehensive weather data in a single request: current conditions, minute-level precipitation (1h), hourly forecast (48h), daily forecast (8 days), and national weather alerts. Updated every 10 minutes. Higher resolution and richer data than the free openweather tier, at $0.0015/call. 1 example endpoint available through Lava’s AI Gateway. See the OpenWeather One Call API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
This is a catch-all provider — any valid URL under https://api.openweathermap.org/data/3.0 is supported. GET any path under https://api.openweathermap.org/data/3.0/ (e.g., /onecall). The endpoints below are curated examples.

Endpoints

One Call API — current, minutely, hourly, daily forecasts

GET https://api.openweathermap.org/data/3.0/onecall?lat=51.5&lon=-0.12&units=metric — $0.0015 / request
const data = await lava.gateway('https://api.openweathermap.org/data/3.0/onecall?lat=51.5&lon=-0.12&units=metric', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests