APIs
Browse into our OpenData
Get Air Quality (AQ) of location with given coordinates
Call this method to get informations about the air quality in a specific location identified by its coordinates.
GET https://airhive.it/api/getCurrentAQ.php?lat=YOUR_COORDINATES_LATITUDE&lon=YOUR_COORDINATES_LONGITUDE
Get Air Quality (AQ) of location with given coordinates and radius
Call this method to get informations about the air quality in a specific location identified by a the area of a circular shape with center in coordinates YOUR_COORDINATES_LATITUDE and YOUR_COORDINATES_LONGITUDE and with radius YOUR_COORDINATES_RADIUS.
GET https://airhive.it/api/getCurrentAQ.php?lat=YOUR_COORDINATES_LATITUDE&lon=YOUR_COORDINATES_LONGITUDE&radius=YOUR_COORDINATES_RADIUS
Get WeatherBees with locations given coordinates and radius
Call this method to get data about WeatherBees location and distribution inside a specific area identified by a the circular shape with center in coordinates YOUR_COORDINATES_LATITUDE and YOUR_COORDINATES_LONGITUDE and with radius YOUR_COORDINATES_RADIUS.
GET https://airhive.it/api/getWeatherBees.php?lat=YOUR_COORDINATES_LATITUDE&lon=YOUR_COORDINATES_LONGITUDE&radius=YOUR_COORDINATES_RADIUS