Weather APIs
Get daily, and hourly forecasts for a particular zip code in the US. Weather alerts by area (State) also included. The forecasts, and alerts are up to date for each request.
92 subscribers
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Weather APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| Weather | ||
| GET |
Daily Forecast /weather |
Weather daily forecast by zip code. Zip code needs to be supplied as a URL query parameter. |
| GET |
Hourly Forecast /weather/hourly |
Weather hourly forecast by zip code. Zip code needs to be supplied as a URL query parameter. |
| GET |
Weather Alerts /alerts |
Weather alerts by area. area needs to be supplied as a URL query parameter in terms of a US state abbreviation such as CA for California. |
Weather APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $4.99 / month | 5 / second |
|
| ULTRA | $8.99 / month | 5 / second |
|
| MEGA | $12.99 / month | 10 / second |
|