Ambee

Learn how to use Ambee with Composio

Overview

Enum

AMBEE

Description

Ambee provides real-time, hyperlocal environmental data through APIs, offering insights into air quality, weather, pollen, and more.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve real-time air quality data for a specific latitude and longitude. use when you need hyper-local air quality readings for given coordinates.

Action Parameters

lat
numberRequired
lng
numberRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to retrieve real-time air quality data for a specific city. use when you have a valid city name and need current aqi and pollutant levels.

Action Parameters

city
stringRequired
limit
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve wildfire risk forecast for a specific place. use when you need weekly wildfire risk predictions for a location over the next four weeks.

Action Parameters

place
stringRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to transform a place name or address into geographic coordinates. use after confirming the location name to get precise latitude and longitude.

Action Parameters

place
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve real-time air quality data for a specific city. use after obtaining a valid city name when current aqi and pollutant levels are needed.

Action Parameters

city
stringRequired
limit
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve real-time air quality data for a specific country using a 3-letter iso code. use after acquiring the country code and when you want a national overview of air quality.

Action Parameters

countryCode
stringRequired
limit
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve real-time air quality data for a specific latitude and longitude. use when you need hyper-local air quality readings for given coordinates.

Action Parameters

lat
numberRequired
lng
numberRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to retrieve real-time air quality data for a specific postal code and country. use when you need hyper-local air quality insights by postal code.

Action Parameters

countryCode
stringRequired
postalCode
stringRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to retrieve air quality forecast for a specific latitude and longitude. use when you need predicted air quality data up to 48 hours in advance based on geographic coordinates.

Action Parameters

lat
numberRequired
lng
numberRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to retrieve latest natural disaster data for a specific continent. use when you need up-to-date disaster information by continent code.

Action Parameters

continent
stringRequired
eventType
string
limit
integerDefaults to 10
page
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve elevation statistics (min, max, mean) for a specific latitude and longitude. use when you need geospatial elevation data for a location within north america.

Action Parameters

lat
numberRequired
lng
numberRequired

Action Response

data
object
error
string
status
string
successful
boolean
Tool to retrieve elevation or altitude data for a specific location by place name. use when you have a textual place name and need its elevation in meters.

Action Parameters

place
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve 30-day forecast of influenza-like illness (ili) risk using latitude and longitude. use when you need daily ili risk levels for a specific location, optionally including pollen and weather details.

Action Parameters

details
boolean
lat
numberRequired
lng
numberRequired

Action Response

data
array
error
string
message
string
successful
boolean
Tool to retrieve real-time wildfire data for a specific latitude and longitude. use when detailed geospatial wildfire monitoring is required.

Action Parameters

lat
numberRequired
lng
numberRequired
type
string

Action Response

data
array
error
string
httpCode
integer
successful
boolean
successfull
boolean
Tool to retrieve real-time wildfire data for a specific place. use after confirming the place name.

Action Parameters

place
stringRequired
type
string

Action Response

data
object
error
string
httpCode
integer
successful
boolean
successfull
boolean
Tool to retrieve wildfire risk forecast for a specific place. use when you need weekly wildfire risk predictions for a location over the next four weeks.

Action Parameters

place
stringRequired

Action Response

data
array
error
string
message
string
successful
boolean