Weather API
In Simple terms. This Flask application provides a simple and user-friendly way to retrieve weather data for a specified city using the OpenWeatherMap API. In Detailed terms. This is a Flask application that serves as a simple interface for the OpenWeatherMap API, allowing users to retrieve weather data for a specified city. The application listens for HTTP GET requests to the /weather endpoint…
Weather API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
weather /weather |
Weather |
Weather API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $39.99 / month | — |
|
| MEGA | $99.99 / month | — |
|