--- title: 'OpenWeatherMap' description: '' --- # OpenWeatherMap undefined | Detail | Value | |---|---| | Category | Data | | Base URL | `https://api.openweathermap.org` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `openweather` | ## Using OpenWeatherMap in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **OpenWeatherMap** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_current_weather_0) | Current Weather | | [GET ](./get_5_day_forecast_1) | 5-Day Forecast | | [GET ](./get_one_call_2) | One Call | | [GET ](./get_historical_3) | Historical | | [GET ](./get_geocoding_4) | Geocoding | | [GET ](./get_air_pollution_5) | Air Pollution | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.