Weather API
## **Weather API Overview** The **Weather API** provides comprehensive weather information to help users make informed decisions based on the current, forecasted, and historical weather conditions for any location. With endpoints covering current conditions, daily forecasts, hourly forecasts, and historical weather data, this API allows developers to integrate up-to-date weather data into their…
Weather API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Current conditions /current-conditions |
The currentConditions endpoint provides information about the current weather conditions at a specific location. |
| GET |
Daily forecast /daily_forecast |
The endpoint returns up to 10 days of forecast information for a specific location |
| GET |
Hourly forecast /hourly_forecast |
By default, the endpoint returns `240` hours of data, starting from the current hour. You can scope your request to a particular time period using the hours parameter. |
| GET |
Hourly history /hourly_history |
The endpoint returns up to 24 hours of hourly historical weather data at a given location. |
Weather API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $99 / month | — |
|