Current Weather
## Weather API Global weather data — current conditions, daily forecasts up to 16 days, and hourly forecasts up to 48 hours. Powered by licensed data from national weather services. ## Key Features - **Current weather** — Temperature, humidity, wind, visibility, UV index, pressure, and human-readable conditions - **Daily forecasts** — Up to 16-day forecasts with high/low temps, precipitation,…
Current Weather endpoints
| Method | Endpoint | Description |
|---|---|---|
| Weather | ||
| GET |
getDailyForecast /forecast |
Returns a daily weather forecast for a location, up to 16 days ahead. |
| GET |
getHourlyForecast /hourly |
Returns an hourly weather forecast for a location, up to 48 hours ahead. |
| GET |
getCurrentWeather /current |
Returns current weather conditions for a location specified by city name or coordinates. |
| Geocoding | ||
| GET |
geocodeCity /geocode |
Returns geocoding candidates for a city name, sorted by population. |
| Metadata | ||
| GET |
getHealth /health |
Returns service health status. No authentication required. Status is 'degraded' if data has not been refreshed within the last 30 minutes. |
Current Weather pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|