Verified

OpenWeather

Current weather, forecast and One Call data from OpenWeather.

Global weather: current conditions (2.5/weather), 5-day/3-hour forecast (2.5/forecast) and One Call 3.0 (current + hourly + daily + alerts).

Base URL
https://gateway.apiosk.com/openweather
Endpoints
GET /current $0.06
Returns the current weather for a location identified by city name (q) or latitude/longitude, including temperature, feels-like, humidity, pressure, wind, cloud cover, visibility and a textual condition. Provide either q or both lat and lon. Metered per call via Apiosk (x402, USDC on Base).
GET /forecast $0.07
Returns a 5-day weather forecast in 3-hour steps (up to 40 entries) for a location given by city name (q) or latitude/longitude, with per-step temperature, conditions, wind, cloud cover and probability of precipitation. Provide either q or both lat and lon. Metered per call via Apiosk (x402, USDC on Base).
GET /health Free
Liveness/health check for the OpenWeather integration. Returns the service status, provider name and current server time. Free — no payment required.