Ambee
ambeeAmbee provides real-time, hyperlocal environmental data through APIs, offering insights into air quality, weather, pollen, and more.
Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Air Quality by CityAMBEE_AMBEE_GET_AIR_QUALITY_BY_CITYAcciónTool 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.
AMBEE_AMBEE_GET_AIR_QUALITY_BY_CITYAcciónTool 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.
Parámetros de entrada
citystringObligatorioName of the city to search.
limitintegerNumber of records to return (default is 1).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality by Latitude and LongitudeAMBEE_AMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcciónTool 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.
AMBEE_AMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcciónTool 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.
Parámetros de entrada
latnumberObligatorioLatitude of the search location, must be between -90 and 90 degrees
lngnumberObligatorioLongitude of the search location, must be between -180 and 180 degrees
Parámetros de salida
dataobject[]ObligatorioList of air quality measurements for the given coordinates
errorstringError if any occurred during the execution of the action
messagestringResponse message from Ambee API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality Forecast by Latitude and LongitudeAMBEE_AMBEE_GET_AIR_QUALITY_FORECAST_BY_LAT_LNGAcciónTool 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.
AMBEE_AMBEE_GET_AIR_QUALITY_FORECAST_BY_LAT_LNGAcciónTool 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.
Parámetros de entrada
latnumberObligatorioLatitude of the search location. Must be between -90 and 90 degrees.
lngnumberObligatorioLongitude of the search location. Must be between -180 and 180 degrees.
Parámetros de salida
dataobject[]ObligatorioList of air quality forecast measurements for the given coordinates
errorstringError if any occurred during the execution of the action
messagestringResponse message from Ambee API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Wildfire Risk Forecast by PlaceAMBEE_AMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcciónTool 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.
AMBEE_AMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcciónTool 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.
Parámetros de entrada
placestringObligatorioName of the location to be searched, e.g., 'Leon, Mexico'
Parámetros de salida
dataobject[]ObligatorioList of weekly wildfire risk forecast entries
errorstringError if any occurred during the execution of the action
messagestringObligatorioStatus message indicating success or failure of the request
successfulbooleanObligatorioWhether or not the action execution was successful or not
Geocode by PlaceAMBEE_GEOCODE_BY_PLACEAcciónTool to transform a place name or address into geographic coordinates. use after confirming the location name to get precise latitude and longitude.
AMBEE_GEOCODE_BY_PLACEAcciónTool to transform a place name or address into geographic coordinates. use after confirming the location name to get precise latitude and longitude.
Parámetros de entrada
placestringObligatorioName of the location to be searched.
Parámetros de salida
dataobject[]ObligatorioList of geocoded entries with coordinates and formatted address.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality by CityAMBEE_GET_AIR_QUALITY_BY_CITYAcciónTool 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.
AMBEE_GET_AIR_QUALITY_BY_CITYAcciónTool 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.
Parámetros de entrada
citystringObligatorioName of the city to search.
limitintegerNumber of records to return. Must be >=1. Defaults to 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality by Country CodeAMBEE_GET_AIR_QUALITY_BY_COUNTRY_CODEAcciónTool 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.
AMBEE_GET_AIR_QUALITY_BY_COUNTRY_CODEAcciónTool 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.
Parámetros de entrada
limitintegerNumber of records to return. Must be >=1. Defaults to 1.
countryCodestringObligatorio3-letter ISO country code. E.g., 'GBR', 'USA', 'IND'.
Parámetros de salida
dataobjectObligatorioComplete JSON response returned by the Ambee API
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality by Latitude and LongitudeAMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcciónTool 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.
AMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcciónTool 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.
Parámetros de entrada
latnumberObligatorioLatitude of the search location. Must be between -90 and 90 degrees.
lngnumberObligatorioLongitude of the search location. Must be between -180 and 180 degrees.
Parámetros de salida
dataobject[]ObligatorioList of air quality measurements for the given coordinates
errorstringError if any occurred during the execution of the action
messagestringResponse message from Ambee API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Air Quality by Postal CodeAMBEE_GET_AIR_QUALITY_BY_POSTAL_CODEAcciónTool 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.
AMBEE_GET_AIR_QUALITY_BY_POSTAL_CODEAcciónTool 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.
Parámetros de entrada
postalCodestringObligatorioPostal code of the place to search.
countryCodestringObligatorio3-letter ISO country code (e.g., 'IND').
Parámetros de salida
dataobject[]ObligatorioList of air quality data records for the requested postal code.
errorstringError if any occurred during the execution of the action
messagestringObligatorioStatus message from Ambee API.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve latest natural disasters by continentAMBEE_GET_DISASTERS_BY_CONTINENT_LATESTAcciónTool to retrieve latest natural disaster data for a specific continent. use when you need up-to-date disaster information by continent code.
AMBEE_GET_DISASTERS_BY_CONTINENT_LATESTAcciónTool to retrieve latest natural disaster data for a specific continent. use when you need up-to-date disaster information by continent code.
Parámetros de entrada
pageintegerPage number to retrieve
limitintegerNumber of results per page
continentstringObligatorioenumThree-letter continent code (e.g., NAR for North America)
AFRANTASIEURNARSAROCEeventTypestringenumOptional disaster event type code to filter results
TNEQTCWFFLETDRSWSIVOLSMisc
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Elevation by Latitude and LongitudeAMBEE_GET_ELEVATION_BY_LAT_LNGAcciónTool 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.
AMBEE_GET_ELEVATION_BY_LAT_LNGAcciónTool 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.
Parámetros de entrada
latnumberObligatorioLatitude of the search location. Must be between -90 and 90 degrees.
lngnumberObligatorioLongitude of the search location. Must be between -180 and 180 degrees.
Parámetros de salida
dataobjectObligatorioElevation statistics for the requested location.
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status indicating success or failure.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Elevation by PlaceAMBEE_GET_ELEVATION_BY_PLACEAcciónTool 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.
AMBEE_GET_ELEVATION_BY_PLACEAcciónTool 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.
Parámetros de entrada
placestringObligatorioName of the location to be searched.
Parámetros de salida
dataobjectObligatorioElevation information for the queried place.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ILI Forecast by Latitude and LongitudeAMBEE_GET_ILI_FORECAST_BY_LAT_LNGAcciónTool 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.
AMBEE_GET_ILI_FORECAST_BY_LAT_LNGAcciónTool 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.
Parámetros de entrada
latnumberObligatorioLatitude of the search location, must be between -90 and 90 degrees
lngnumberObligatorioLongitude of the search location, must be between -180 and 180 degrees
detailsbooleanIf true, includes a 28-day daily forecast of pollen and weather data alongside the 30-day ILI risk. Default is False.
Parámetros de salida
dataobject[]ObligatorioList of daily ILI forecast entries for the given coordinates
errorstringError if any occurred during the execution of the action
messagestringResponse status message from Ambee API
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Wildfire Data by Latitude and LongitudeAMBEE_GET_WILDFIRE_BY_LAT_LNGAcciónTool to retrieve real-time wildfire data for a specific latitude and longitude. use when detailed geospatial wildfire monitoring is required.
AMBEE_GET_WILDFIRE_BY_LAT_LNGAcciónTool to retrieve real-time wildfire data for a specific latitude and longitude. use when detailed geospatial wildfire monitoring is required.
Parámetros de entrada
latnumberObligatorioLatitude of the search location, must be between -90 and 90 degrees
lngnumberObligatorioLongitude of the search location, must be between -180 and 180 degrees
typestringenumOptional filter for type of fire: 'reported' or 'detected'
reporteddetected
Parámetros de salida
dataobject[]ObligatorioerrorstringError if any occurred during the execution of the action
httpCodeintegerHTTP status code returned by the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
successfullbooleanObligatorioIndicates if the API call was successful
Get Wildfire Data by PlaceAMBEE_GET_WILDFIRE_BY_PLACEAcciónTool to retrieve real-time wildfire data for a specific place. use after confirming the place name.
AMBEE_GET_WILDFIRE_BY_PLACEAcciónTool to retrieve real-time wildfire data for a specific place. use after confirming the place name.
Parámetros de entrada
typestringenumOptional filter for type of fire: 'reported' or 'detected'
reporteddetectedplacestringObligatorioName of the location to be searched, e.g., 'San Francisco, CA'
Parámetros de salida
dataobjectObligatorioWrapper for the nested 'data' field in API response.
errorstringError if any occurred during the execution of the action
httpCodeintegerHTTP status code returned by the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
successfullbooleanObligatorioIndicates if the API call was successful
Get Wildfire Risk Forecast by PlaceAMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcciónTool 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.
AMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcciónTool 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.
Parámetros de entrada
placestringObligatorioName of the location to be searched, e.g., 'Leon, Mexico'
Parámetros de salida
dataobject[]ObligatorioList of weekly wildfire risk forecast entries
errorstringError if any occurred during the execution of the action
messagestringObligatorioStatus message indicating success or failure of the request
successfulbooleanObligatorioWhether or not the action execution was successful or not