InTouch Hub · Blue Isle Software

Weatherbit

Weatherbit is a weather data API that provides current weather, forecasts, historical weather, and air-quality data.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

alertweather

Weatherbit

Weatherbit is a weather data API that provides current weather, forecasts, historical weather, and air-quality data.

Operations

Inputs

Example

operation: get_alerts_lat_lat_lon_lon
apiKey: <your key>

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
apiKey string yes DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change.
operation string yes One of: get_alerts_lat_lat_lon_lon, get_bulk_files_file, get_current_airquality_city_city_country_country, get_current_airquality_city_id_city_id, get_current_airquality_lat_lat_lon_lon, get_current_airquality_postal_code_postal_code
city string no Path parameter city (required by some operations).
city_id string no Path parameter city_id (required by some operations).
country string no Path parameter country (required by some operations).
file string no Path parameter file (required by some operations).
lat string no Path parameter lat (required by some operations).
lon string no Path parameter lon (required by some operations).
postal_code string no Path parameter postal_code (required by some operations).
query string no Optional query params as a JSON object string, e.g. {"limit": 10}.