Ambee (Independent Publisher)
Ambee fuses the power of thousands of on-ground sensor data and hundreds of remote imagery from satellites. Our state-of-the-art AI and ML techniques with proprietary models analyze environmental factors such as air quality, soil, micro weather, pollen, and more to help millions worldwide say safe and protect themselves.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor, Hitachi Solutions |
Website | https://www.getambee.com/ |
Privacy policy | http://blog.getambee.com/privacy-policy/ |
Categories | Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get current air quality by city search |
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any city by passing the name of the city. |
Get current air quality by country search |
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any country by passing the ISO country code. |
Get current air quality by postal code search |
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the postal code of the respective area. |
Get current air quality current by geospatial search |
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the geographic coordinates. |
Get current fires by geospatial search |
Ambee’s Fire API gives access to real-time local active fires data by latitude and longitude for any location in the world. |
Get current soil by geospatial search |
Ambee Soil API gives access to real-time soil moisture and soil temperature levels of any given location in the world by latitude and longitude. |
Get current water vapor by geospatial search |
Ambee Water Vapor API gives access to real-time water vapor level of any given location in the world by latitude and longitude. |
Get current weather by geospatial search |
Ambee Weather API gives access to real-time local weather updates for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude. |
Get historical air quality by geospatial search |
Ambee Air Quality API helps you to get historical hyper local air quality data for any for any location by passing the geographic coordinates along with period for which the data is required. |
Get historical air quality by postal code search |
Ambee Air Quality API helps you to get historical hyper local air quality data for any for any location by passing the geographic coordinates along with period for which the data is required. |
Get historical pollen by geospatial search |
Ambee Pollen API gives access to get historical pollen count - tree, grass and weed, by passing the geographic coordinates along with period for which the data is required. |
Get historical pollen by place search |
Ambee Pollen API gives access to get historical pollen count - tree, grass and weed, by passing the place name along with period for which the data is required. |
Get historical soil by geospatial search |
Ambee Soil API gives access to historical soil moisture and soil temperature levels of any given location in the world by latitude and longitude. |
Get historical water vapor by geospatial search |
Ambee Water Vapor API gives access to historical water vapor level of any given location in the world by latitude and longitude. |
Get historical weather by geospatial search |
Ambee Weather API gives access to historical data for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude. |
Get latest pollen by geospatial search |
Ambee Pollen API gives access to real-time pollen count - tree, grass and weed, by latitude and longitude. |
Get latest pollen by place search |
Ambee Pollen API gives access to get realtime pollen count - tree, grass and weed, by passing the place name along with period for which the data is required. |
Get least polluted places by air quality |
Ambee Air Quality API helps you to get least polluted places calculated from among various countries. The API also provides location information about the postal code passed like country code, division, latitude, longitude, placename, state, city, etc. |
Get most polluted places by air quality |
Ambee Air Quality API helps you to get most polluted places calculated from among various countries. The API also provides location information about the postal code passed like country code, division, latitude, longitude, placename, state, city, etc. |
Get pollen forecast by geospatial search |
Ambee Pollen API gives access to get forecast of pollen count - tree, grass and weed, by passing the geographic coordinates. |
Get weather forecast by geospatial search |
Ambee Weather API gives access to daily, hourly and even minutely forecasts for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude. |
Get current air quality by city search
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any city by passing the name of the city.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
City
|
city | string |
The city to search for. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get current air quality by country search
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any country by passing the ISO country code.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Country Code
|
countryCode | string |
The ISO country code of the postal code entered. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get current air quality by postal code search
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the postal code of the respective area.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Postal Code
|
postalCode | integer |
The postal code of the place to search. |
|
Country Code
|
countryCode | string |
The ISO country code of the postal code entered. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get current air quality current by geospatial search
Ambee Air Quality API helps you to get real-time, hyper local air quality data for any location by passing the geographic coordinates.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get current fires by geospatial search
Ambee’s Fire API gives access to real-time local active fires data by latitude and longitude for any location in the world.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Latitude
|
data.lat | float |
The latitude. |
Longitude
|
data.lon | float |
The longitude. |
Confidence
|
data.confidence | string |
The confidence. |
FRP
|
data.frp | float |
The fire radiative power in MW. |
Day/night
|
data.daynight | string |
The time event was detected. |
Detection Time
|
data.detection_time | string |
The detection time. |
Distance
|
data.distance | float |
The distance. |
Get current soil by geospatial search
Ambee Soil API gives access to real-time soil moisture and soil temperature levels of any given location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
ID
|
data._id | string |
The unique identifier. |
Scan Time
|
data.scantime | string |
The time of scan. |
Soil Temperature
|
data.soil_temperature | integer |
The soil temperature. |
Soil Moisture
|
data.soil_moisture | integer |
The soil moisture. |
Get current water vapor by geospatial search
Ambee Water Vapor API gives access to real-time water vapor level of any given location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
ID
|
data._id | string |
The unique identifier. |
Created At
|
data.createdAt | string |
When created at. |
Water Vapor
|
data.water_vapor | float |
The water vapor. |
Get current weather by geospatial search
Ambee Weather API gives access to real-time local weather updates for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Time
|
data.time | integer |
The time. |
Temperature
|
data.temperature | float |
The temperature. |
Apparent Temperature
|
data.apparentTemperature | float |
The apparent temperature. |
Summary
|
data.summary | string |
The summary. |
Icon
|
data.icon | string |
The icon. |
Dew Point
|
data.dewPoint | float |
The dew point. |
Humidity
|
data.humidity | float |
The humidity. |
Pressure
|
data.pressure | float |
The pressure. |
Wind Speed
|
data.windSpeed | float |
The wind speed. |
Wind Gust
|
data.windGust | float |
The wind gust. |
Wind Bearing
|
data.windBearing | integer |
The wind bearing. |
Cloud Cover
|
data.cloudCover | float |
The cloud cover. |
Visibility
|
data.visibility | integer |
The visibility. |
Ozone
|
data.ozone | float |
The ozone. |
Latitude
|
data.lat | string |
The latitude. |
Longitude
|
data.lng | string |
The longitude. |
Get historical air quality by geospatial search
Ambee Air Quality API helps you to get historical hyper local air quality data for any for any location by passing the geographic coordinates along with period for which the data is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
NO2
|
data.NO2 | float |
The nitrogen dioxide conc (ppb). |
PM10
|
data.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
data.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
CO
|
data.CO | float |
The carbon monoxide conc (ppm). |
SO2
|
data.SO2 | float |
The sulphur dioxide conc (ppb). |
OZONE
|
data.OZONE | float |
The OZONE conc (ppb). |
AQI
|
data.AQI | integer |
The air quality index. |
Latitude
|
data.lat | float |
The latitude. |
Longitude
|
data.lng | float |
The longitude. |
Created At
|
data.createdAt | string |
When created at. |
Postal Code
|
data.postalCode | string |
The postal code. |
Major Pollutant
|
data.majorPollutant | string |
The major pollutant. |
Get historical air quality by postal code search
Ambee Air Quality API helps you to get historical hyper local air quality data for any for any location by passing the geographic coordinates along with period for which the data is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Postal Code
|
postalCode | integer |
The postal code of the place to search. |
|
Country Code
|
countryCode | string |
The ISO country code of the postal code entered. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get historical pollen by geospatial search
Ambee Pollen API gives access to get historical pollen count - tree, grass and weed, by passing the geographic coordinates along with period for which the data is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Grass Pollen
|
data.Count.grass_pollen | integer |
The grass pollen. |
Tree Pollen
|
data.Count.tree_pollen | integer |
The tree pollen. |
Weed Pollen
|
data.Count.weed_pollen | integer |
The weed pollen. |
Grass Pollen
|
data.Risk.grass_pollen | string |
The grass pollen. |
Tree Pollen
|
data.Risk.tree_pollen | string |
The tree pollen. |
Weed Pollen
|
data.Risk.weed_pollen | string |
The weed pollen. |
Time
|
data.time | integer |
The time. |
Created At
|
data.createdAt | string |
When created at. |
Get historical pollen by place search
Ambee Pollen API gives access to get historical pollen count - tree, grass and weed, by passing the place name along with period for which the data is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Place
|
place | string |
The name of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Grass Pollen
|
data.Count.grass_pollen | integer |
The grass pollen. |
Tree Pollen
|
data.Count.tree_pollen | integer |
The tree pollen. |
Weed Pollen
|
data.Count.weed_pollen | integer |
The weed pollen. |
Grass Pollen
|
data.Risk.grass_pollen | string |
The grass pollen. |
Tree Pollen
|
data.Risk.tree_pollen | string |
The tree pollen. |
Weed Pollen
|
data.Risk.weed_pollen | string |
The weed pollen. |
Time
|
data.time | integer |
The time. |
Created At
|
data.createdAt | string |
When created at. |
Get historical soil by geospatial search
Ambee Soil API gives access to historical soil moisture and soil temperature levels of any given location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
ID
|
data._id | string |
The unique identifier. |
Scan Time
|
data.scantime | string |
The time of scan. |
Soil Temperature
|
data.soil_temperature | integer |
The soil temperature. |
Soil Moisture
|
data.soil_moisture | integer |
The soil moisture. |
Get historical water vapor by geospatial search
Ambee Water Vapor API gives access to historical water vapor level of any given location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
ID
|
data._id | string |
The unique identifier. |
Created At
|
data.createdAt | string |
When created at. |
Water Vapor
|
data.water_vapor | float |
The water vapor. |
Get historical weather by geospatial search
Ambee Weather API gives access to historical data for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
From
|
from | string |
The tarting timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
|
To
|
to | string |
The ending timestamp of the period to search for in the format YYYY-MM-DD hh:mm:ss. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The status type. |
Latitude
|
data.lat | float |
The latitude. |
Longitude
|
data.lng | float |
The longitude. |
History
|
data.history | array of object | |
Time
|
data.history.time | integer |
The time. |
Temperature
|
data.history.temperature | float |
The temperature. |
Apparent Temperature
|
data.history.apparentTemperature | float |
The apparent temperature. |
Summary
|
data.history.summary | string |
The summary. |
Icon
|
data.history.icon | string |
The icon. |
Dew Point
|
data.history.dewPoint | float |
The dew point. |
Humidity
|
data.history.humidity | float |
The humidity. |
Pressure
|
data.history.pressure | float |
The pressure. |
Wind Speed
|
data.history.windSpeed | float |
The wind speed. |
Wind Gust
|
data.history.windGust | float |
The wind gust. |
Wind Bearing
|
data.history.windBearing | integer |
The wind bearing. |
Cloud Cover
|
data.history.cloudCover | integer |
The cloud cover. |
Visibility
|
data.history.visibility | float |
The visibility. |
Ozone
|
data.history.ozone | float |
The ozone. |
Get latest pollen by geospatial search
Ambee Pollen API gives access to real-time pollen count - tree, grass and weed, by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Grass Pollen
|
data.Count.grass_pollen | integer |
The grass pollen. |
Tree Pollen
|
data.Count.tree_pollen | integer |
The tree pollen. |
Weed Pollen
|
data.Count.weed_pollen | integer |
The weed pollen. |
Grass Pollen
|
data.Risk.grass_pollen | string |
The grass pollen. |
Tree Pollen
|
data.Risk.tree_pollen | string |
The tree pollen. |
Weed Pollen
|
data.Risk.weed_pollen | string |
The weed pollen. |
Get latest pollen by place search
Ambee Pollen API gives access to get realtime pollen count - tree, grass and weed, by passing the place name along with period for which the data is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Place
|
place | string |
The name of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Grass Pollen
|
data.Count.grass_pollen | integer |
The grass pollen. |
Tree Pollen
|
data.Count.tree_pollen | integer |
The tree pollen. |
Weed Pollen
|
data.Count.weed_pollen | integer |
The weed pollen. |
Grass Pollen
|
data.Risk.grass_pollen | string |
The grass pollen. |
Tree Pollen
|
data.Risk.tree_pollen | string |
The tree pollen. |
Weed Pollen
|
data.Risk.weed_pollen | string |
The weed pollen. |
Get least polluted places by air quality
Ambee Air Quality API helps you to get least polluted places calculated from among various countries. The API also provides location information about the postal code passed like country code, division, latitude, longitude, placename, state, city, etc.
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Stations
|
stations | array of object | |
CO
|
stations.CO | float |
The carbon monoxide conc (ppm). |
NO2
|
stations.NO2 | float |
The nitrogen dioxide conc (ppb). |
OZONE
|
stations.OZONE | float |
The OZONE conc (ppb). |
PM10
|
stations.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
stations.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
SO2
|
stations.SO2 | float |
The sulphur dioxide conc (ppb). |
City
|
stations.city | string |
The city. |
Country Code
|
stations.countryCode | string |
The country code. |
Division
|
stations.division | string |
The division. |
Latitude
|
stations.lat | float |
The latitude. |
Longitude
|
stations.lng | float |
The longitude. |
Place Name
|
stations.placeName | string |
The name of the place. |
Postal Code
|
stations.postalCode | string |
The postal code. |
State
|
stations.state | string |
The state. |
Updated At
|
stations.updatedAt | string |
The ISO timestamp of event in UTC. |
AQI
|
stations.AQI | integer |
The air quality index. |
Pollutant
|
stations.aqiInfo.pollutant | string |
The pollutant. |
Concentration
|
stations.aqiInfo.concentration | float |
The concentration. |
Category
|
stations.aqiInfo.category | string |
The category. |
Get most polluted places by air quality
Ambee Air Quality API helps you to get most polluted places calculated from among various countries. The API also provides location information about the postal code passed like country code, division, latitude, longitude, placename, state, city, etc.
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
NO2
|
data.NO2 | float |
The nitrogen dioxide conc (ppb). |
PM10
|
data.PM10 | float |
The particulate matter < 10um (ug/m3). |
PM25
|
data.PM25 | float |
The particulate matter < 2.5um (ug/m3). |
CO
|
data.CO | float |
The carbon monoxide conc (ppm). |
SO2
|
data.SO2 | float |
The sulphur dioxide conc (ppb). |
OZONE
|
data.OZONE | float |
The OZONE conc (ppb). |
AQI
|
data.AQI | integer |
The air quality index. |
Latitude
|
data.lat | float |
The latitude. |
Longitude
|
data.lng | float |
The longitude. |
Created At
|
data.createdAt | string |
When created at. |
Postal Code
|
data.postalCode | string |
The postal code. |
Major Pollutant
|
data.majorPollutant | string |
The major pollutant. |
Get pollen forecast by geospatial search
Ambee Pollen API gives access to get forecast of pollen count - tree, grass and weed, by passing the geographic coordinates.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Data
|
data | array of object | |
Time
|
data.time | integer |
The time. |
Latitude
|
data.lat | integer |
The latitude. |
Longitude
|
data.lng | integer |
The longitude. |
Grass Pollen
|
data.Count.grass_pollen | integer |
The grass pollen. |
Tree Pollen
|
data.Count.tree_pollen | integer |
The tree pollen. |
Weed Pollen
|
data.Count.weed_pollen | integer |
The weed pollen. |
Grass Pollen
|
data.Risk.grass_pollen | string |
The grass pollen. |
Tree Pollen
|
data.Risk.tree_pollen | string |
The tree pollen. |
Weed Pollen
|
data.Risk.weed_pollen | string |
The weed pollen. |
Get weather forecast by geospatial search
Ambee Weather API gives access to daily, hourly and even minutely forecasts for temperature, pressure, humidity, wind, cloud coverage, visibility, and dew point of any location in the world by latitude and longitude.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | integer |
The latitude of the place to search. |
|
Longitude
|
lng | integer |
The longitude of the place to search. |
|
Filter
|
filter | string |
Can be any of the three averaging intervals 'minutely' or 'hourly' or 'daily'. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
The response message. |
Latitude
|
data.lat | string |
The latitude. |
Longitude
|
data.lng | string |
The longitude. |
forecast
|
data.forecast | array of object |
forecast |
Time
|
data.forecast.time | integer |
The time. |
Precip Intensity
|
data.forecast.precipIntensity | float |
The precipitation intensity. |
Precip Probability
|
data.forecast.precipProbability | float |
The precipitation probability. |
Precip Type
|
data.forecast.precipType | string |
The precipitation type. |
Temperature
|
data.forecast.temperature | float |
The temperature. |
Apparent Temperature
|
data.forecast.apparentTemperature | float |
The apparent temperature. |
Summary
|
data.forecast.summary | string |
The summary. |
Icon
|
data.forecast.icon | string |
The icon. |
Dew Point
|
data.forecast.dewPoint | float |
The dew point. |
Humidity
|
data.forecast.humidity | float |
The humidity. |
Pressure
|
data.forecast.pressure | float |
The pressure. |
Wind Speed
|
data.forecast.windSpeed | float |
The wind speed. |
Wind Gust
|
data.forecast.windGust | float |
The wind gust. |
Wind Bearing
|
data.forecast.windBearing | integer |
The wind bearing. |
Cloud Cover
|
data.forecast.cloudCover | float |
The cloud cover. |
UV Index
|
data.forecast.uvIndex | integer |
The UV index. |
Visibility
|
data.forecast.visibility | float |
The visibility. |
Ozone
|
data.forecast.ozone | integer |
The ozone. |