WeatherAPI
App Vendor: WeatherAPI
App Category: IT Services
Connector Version: 1.0.0
API Version: 1.0.0
About App
The WeatherAPI app connects to the weatherapi.com api to pull forecast information based on the location provided.
The WeatherAPI app is configured with the Orchestrate application to perform the following actions:
Action Name | Description |
---|---|
Get 3 Day Forecast | This action retrieves the forecast for three days from weatherapi.com. |
Configuration Parameters
The following configuration parameters are required for the WeatherAPI app to communicate with the WeatherAPI enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Base URL | Enter the base URL of the WeatherAPI. Example: "http://api.weatherapi.com" | Text | Required | |
API Key | The API key is used to access the WeatherAPI. | Password | Required |
Action: Get 3 Day Forecast
This action retrieves the forecast for three days from weatherapi.com.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Location | Enter the geographic location name or the latitude and longitude of the location to retrieve the forecast data for three days. Example:
| Text | Required |
Example Request
[ { "location":"London" } ]