Weatherbit integration (Location, Data). Imported from open-connector.
https://api.weatherbit.io/v2.0/current
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | optional | Latitude in decimal degrees. |
| longitude | number | optional | Longitude in decimal degrees. |
| city | string | optional | City name accepted by Weatherbit. |
| state | string | optional | State or province name used with a city query. |
| country | string | optional | Country code used with a city or postal code query, such as US. |
| postal_code | string | optional | Postal or ZIP code accepted by Weatherbit. |
| city_id | integer | optional | Weatherbit city identifier. |
| language | string | optional | Language code used by Weatherbit to localize text fields. |
| units | string | optional | Units system for Weatherbit measurements. |
| include | array | optional | Additional current weather response sections to include. |
/v2.0/forecast/daily
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | optional | Latitude in decimal degrees. |
| longitude | number | optional | Longitude in decimal degrees. |
| city | string | optional | City name accepted by Weatherbit. |
| state | string | optional | State or province name used with a city query. |
| country | string | optional | Country code used with a city or postal code query, such as US. |
| postal_code | string | optional | Postal or ZIP code accepted by Weatherbit. |
| city_id | integer | optional | Weatherbit city identifier. |
| language | string | optional | Language code used by Weatherbit to localize text fields. |
| units | string | optional | Units system for Weatherbit measurements. |
| days | integer | optional | Number of forecast days to return, from 1 to 16. |
/v2.0/forecast/hourly
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | optional | Latitude in decimal degrees. |
| longitude | number | optional | Longitude in decimal degrees. |
| city | string | optional | City name accepted by Weatherbit. |
| state | string | optional | State or province name used with a city query. |
| country | string | optional | Country code used with a city or postal code query, such as US. |
| postal_code | string | optional | Postal or ZIP code accepted by Weatherbit. |
| city_id | integer | optional | Weatherbit city identifier. |
| language | string | optional | Language code used by Weatherbit to localize text fields. |
| units | string | optional | Units system for Weatherbit measurements. |
| hours | integer | optional | Number of forecast hours to return, from 1 to 240. |