weatherbit.io

This an interactive version of the documentation for the Weatherbit API. The base URL for the API is http://api.weatherbit.io/v2.0/ or https://api.weatherbit.io/v2.0/. Below is the Swagger UI documentation for the API. All API requ

47 endpoints location
πŸ“„ Docs πŸ“‹ OpenAPI spec πŸ”¬ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Download pre-generated bulk datasets
curl \
  /bulk/files/{file}
Returns a group of observations given a list of cities
curl \
  /current?cities={cities}
Returns a group of observations given a list of points in the format (lat1, l…
curl \
  /current?points={points}
Endpoints (47 total)
GET
/bulk/files/{file}
Download pre-generated bulk datasets
GET
/current?cities={cities}
Returns a group of observations given a list of cities
GET
/current?points={points}
Returns a group of observations given a list of points in the format (lat1, l…
GET
/current?city_id={city_id}
Returns a current observation by city id.
GET
/current?station={station}
Returns a Current Observation. - Given a station ID.
GET
/alerts?lat={lat}&lon={lon}
Returns severe weather alerts issued by meteorological agencies - Given a lat…
GET
/current?lat={lat}&lon={lon}
Returns a Current Observation - Given a lat/lon.
GET
/current?stations={stations}
Returns a group of observations given a list of stations
GET
/history/daily?city_id={city_id}
Returns Historical Observations - Given a City ID
GET
/history/daily?station={station}
Returns Historical Observations - Given a station ID.
GET
/forecast/daily?city_id={city_id}
Returns a daily forecast - Given a City ID.
GET
/history/hourly?city_id={city_id}
Returns Historical Observations - Given a City ID
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints47
Categories1