← Tools Reference

Weatherbit

Weatherbit integration (Location, Data). Imported from open-connector.

API key3 toolshttps://api.weatherbit.io
GET
weatherbit_get_current_weather
Get current weather observations from Weatherbit for a location.

/v2.0/current

10 parameters
ParamTypeRequiredDescription
latitudenumberoptionalLatitude in decimal degrees.
longitudenumberoptionalLongitude in decimal degrees.
citystringoptionalCity name accepted by Weatherbit.
statestringoptionalState or province name used with a city query.
countrystringoptionalCountry code used with a city or postal code query, such as US.
postal_codestringoptionalPostal or ZIP code accepted by Weatherbit.
city_idintegeroptionalWeatherbit city identifier.
languagestringoptionalLanguage code used by Weatherbit to localize text fields.
unitsstringoptionalUnits system for Weatherbit measurements.
includearrayoptionalAdditional current weather response sections to include.
GET
weatherbit_get_daily_forecast
Get daily weather forecasts from Weatherbit for a location.

/v2.0/forecast/daily

10 parameters
ParamTypeRequiredDescription
latitudenumberoptionalLatitude in decimal degrees.
longitudenumberoptionalLongitude in decimal degrees.
citystringoptionalCity name accepted by Weatherbit.
statestringoptionalState or province name used with a city query.
countrystringoptionalCountry code used with a city or postal code query, such as US.
postal_codestringoptionalPostal or ZIP code accepted by Weatherbit.
city_idintegeroptionalWeatherbit city identifier.
languagestringoptionalLanguage code used by Weatherbit to localize text fields.
unitsstringoptionalUnits system for Weatherbit measurements.
daysintegeroptionalNumber of forecast days to return, from 1 to 16.
GET
weatherbit_get_hourly_forecast
Get hourly weather forecasts from Weatherbit for a location.

/v2.0/forecast/hourly

10 parameters
ParamTypeRequiredDescription
latitudenumberoptionalLatitude in decimal degrees.
longitudenumberoptionalLongitude in decimal degrees.
citystringoptionalCity name accepted by Weatherbit.
statestringoptionalState or province name used with a city query.
countrystringoptionalCountry code used with a city or postal code query, such as US.
postal_codestringoptionalPostal or ZIP code accepted by Weatherbit.
city_idintegeroptionalWeatherbit city identifier.
languagestringoptionalLanguage code used by Weatherbit to localize text fields.
unitsstringoptionalUnits system for Weatherbit measurements.
hoursintegeroptionalNumber of forecast hours to return, from 1 to 240.