Verified

WeatherAPI.com

Current and forecast weather from WeatherAPI.com.

Real-time and forecast weather in JSON. GET /current?q=London and GET /forecast?q=London&days=7.

Base URL
https://gateway.apiosk.com/weatherapi
Endpoints
GET /current $0.10
Returns real-time current weather for a location (city name, decimal lat,lon, US/UK/Canada postal code, IATA airport code such as iata:DXB, or auto:ip), including temperature, wind, humidity, pressure, visibility, UV index, and optional air-quality data. Each call is metered and paid per request through Apiosk via x402 (USDC on Base).
GET /forecast $0.12
Returns a daily and hourly weather forecast for a location (1 to 14 days), with per-day min/max/avg temperatures, astro data (sunrise/sunset/moon phase), hourly conditions, plus the current weather and optional air-quality and weather-alert blocks. Each call is metered and paid per request through Apiosk via x402 (USDC on Base).
GET /health Free
Liveness/health check for the WeatherAPI.com integration. Returns the service status, provider name and current server time. Free — no payment required.