Weatherbit
Number of APIs: 25
This is the documentation for the Weatherbit Weather 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 requests require the key
parameter. An Example for a 5 day forecast for London, UK would be http://api.weatherbit.io/v2.0/forecast/3hourly?city=London
&country=UK
. See our Weather API description page for additional documentation.
Contact Support: Name: No Contact Email: email@example.com
-
bulk-history - Returns Historical Observations - Given a station ID. GET {{baseUrl}}/bulk/history/daily?station={{station}}&start_date=<integer>&end_date=<integer>&units=<string>&lang=<string>&callback=<string>&key=<string>
-
forecast - Returns a 3-hourly forecast - Given a Postal Code. GET {{baseUrl}}/forecast/3hourly?postal_code={{postal_code}}&country=<string>&days=<number>&units=<string>&lang=<string>&callback=<string>&key=<string>
-
bulk-history - Returns Historical Observations - Given a station ID. (1 Year/call limit) GET {{baseUrl}}/bulk/history/hourly?station={{station}}&start_date=<integer>&end_date=<integer>&units=<string>&lang=<string>&callback=<string>&key=<string>
-
bulk - Download pre-generated bulk datasets GET {{baseUrl}}/bulk/files/:file?key=<string>
-
forecast - Returns a daily forecast - Given a Postal Code. GET {{baseUrl}}/forecast/daily?postal_code={{postal_code}}&country=<string>&days=<number>&units=<string>&lang=<string>&callback=<string>&key=<string>
-
forecast - Returns a 48 hour (hourly) forecast - Given a Postal Code. GET {{baseUrl}}/forecast/hourly?postal_code={{postal_code}}&country=<string>&units=<string>&lang=<string>&callback=<string>&hours=<integer>&key=<string>
-
forecast - Returns 72 hour (hourly) Air Quality forecast - Given a Postal Code. GET {{baseUrl}}/forecast/airquality?postal_code={{postal_code}}&country=<string>&callback=<string>&hours=<integer>&key=<string>
-
forecast - Returns Energy Forecast API response - Given a single lat/lon. GET {{baseUrl}}/forecast/energy?lat={{lat}}&lon={{lon}}&threshold=<number>&units=<string>&tp=<string>&callback=<string>&key=<string>
-
history - Returns Historical Observations - Given a station ID. GET {{baseUrl}}/history/daily?station={{station}}&start_date=<integer>&end_date=<integer>&units=<string>&lang=<string>&callback=<string>&key=<string>
-
history - Returns multiple locations given a bounding box. GET {{baseUrl}}/history/energy/bbox?lat1={{lat1}}&lon1={{lon1}}&lat2={{lat2}}&lon2={{lon2}}&start_date=<integer>&end_date=<integer>&threshold=<number>&units=<string>&callback=<string>&key=<string>