NAiOS IconNAiOS Logo
Volver al catálogo

Ambee

ambee

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

Acciones
16
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • citystringObligatorio

    Name of the city to search.

  • limitinteger

    Number of records to return (default is 1).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Air Quality by Latitude and LongitudeAMBEE_AMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcción

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.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location, must be between -90 and 90 degrees

  • lngnumberObligatorio

    Longitude of the search location, must be between -180 and 180 degrees

Parámetros de salida

  • dataobject[]Obligatorio

    List of air quality measurements for the given coordinates

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from Ambee API

  • successfulbooleanObligatorio

    Whether 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ón

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.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location. Must be between -90 and 90 degrees.

  • lngnumberObligatorio

    Longitude of the search location. Must be between -180 and 180 degrees.

Parámetros de salida

  • dataobject[]Obligatorio

    List of air quality forecast measurements for the given coordinates

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from Ambee API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Wildfire Risk Forecast by PlaceAMBEE_AMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcción

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.

Parámetros de entrada

  • placestringObligatorio

    Name of the location to be searched, e.g., 'Leon, Mexico'

Parámetros de salida

  • dataobject[]Obligatorio

    List of weekly wildfire risk forecast entries

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Status message indicating success or failure of the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Geocode by PlaceAMBEE_GEOCODE_BY_PLACEAcción

Tool 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

  • placestringObligatorio

    Name of the location to be searched.

Parámetros de salida

  • dataobject[]Obligatorio

    List of geocoded entries with coordinates and formatted address.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Air Quality by CityAMBEE_GET_AIR_QUALITY_BY_CITYAcción

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.

Parámetros de entrada

  • citystringObligatorio

    Name of the city to search.

  • limitinteger

    Number of records to return. Must be >=1. Defaults to 1.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Air Quality by Country CodeAMBEE_GET_AIR_QUALITY_BY_COUNTRY_CODEAcción

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.

Parámetros de entrada

  • limitinteger

    Number of records to return. Must be >=1. Defaults to 1.

  • countryCodestringObligatorio

    3-letter ISO country code. E.g., 'GBR', 'USA', 'IND'.

Parámetros de salida

  • dataobjectObligatorio

    Complete JSON response returned by the Ambee API

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Air Quality by Latitude and LongitudeAMBEE_GET_AIR_QUALITY_BY_LAT_LNGAcción

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.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location. Must be between -90 and 90 degrees.

  • lngnumberObligatorio

    Longitude of the search location. Must be between -180 and 180 degrees.

Parámetros de salida

  • dataobject[]Obligatorio

    List of air quality measurements for the given coordinates

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response message from Ambee API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Air Quality by Postal CodeAMBEE_GET_AIR_QUALITY_BY_POSTAL_CODEAcción

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.

Parámetros de entrada

  • postalCodestringObligatorio

    Postal code of the place to search.

  • countryCodestringObligatorio

    3-letter ISO country code (e.g., 'IND').

Parámetros de salida

  • dataobject[]Obligatorio

    List of air quality data records for the requested postal code.

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Status message from Ambee API.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve latest natural disasters by continentAMBEE_GET_DISASTERS_BY_CONTINENT_LATESTAcción

Tool 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

  • pageinteger

    Page number to retrieve

  • limitinteger

    Number of results per page

  • continentstringObligatorioenum

    Three-letter continent code (e.g., NAR for North America)

    AFRANTASIEURNARSAROCE
  • eventTypestringenum

    Optional disaster event type code to filter results

    TNEQTCWFFLETDRSWSIVOLSMisc

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Elevation by Latitude and LongitudeAMBEE_GET_ELEVATION_BY_LAT_LNGAcción

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.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location. Must be between -90 and 90 degrees.

  • lngnumberObligatorio

    Longitude of the search location. Must be between -180 and 180 degrees.

Parámetros de salida

  • dataobjectObligatorio

    Elevation statistics for the requested location.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status indicating success or failure.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Elevation by PlaceAMBEE_GET_ELEVATION_BY_PLACEAcción

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.

Parámetros de entrada

  • placestringObligatorio

    Name of the location to be searched.

Parámetros de salida

  • dataobjectObligatorio

    Elevation information for the queried place.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ILI Forecast by Latitude and LongitudeAMBEE_GET_ILI_FORECAST_BY_LAT_LNGAcción

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.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location, must be between -90 and 90 degrees

  • lngnumberObligatorio

    Longitude of the search location, must be between -180 and 180 degrees

  • detailsboolean

    If 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[]Obligatorio

    List of daily ILI forecast entries for the given coordinates

  • errorstring

    Error if any occurred during the execution of the action

  • messagestring

    Response status message from Ambee API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Wildfire Data by Latitude and LongitudeAMBEE_GET_WILDFIRE_BY_LAT_LNGAcción

Tool to retrieve real-time wildfire data for a specific latitude and longitude. use when detailed geospatial wildfire monitoring is required.

Parámetros de entrada

  • latnumberObligatorio

    Latitude of the search location, must be between -90 and 90 degrees

  • lngnumberObligatorio

    Longitude of the search location, must be between -180 and 180 degrees

  • typestringenum

    Optional filter for type of fire: 'reported' or 'detected'

    reporteddetected

Parámetros de salida

  • dataobject[]Obligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • httpCodeinteger

    HTTP status code returned by the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • successfullbooleanObligatorio

    Indicates if the API call was successful

Get Wildfire Data by PlaceAMBEE_GET_WILDFIRE_BY_PLACEAcción

Tool to retrieve real-time wildfire data for a specific place. use after confirming the place name.

Parámetros de entrada

  • typestringenum

    Optional filter for type of fire: 'reported' or 'detected'

    reporteddetected
  • placestringObligatorio

    Name of the location to be searched, e.g., 'San Francisco, CA'

Parámetros de salida

  • dataobjectObligatorio

    Wrapper for the nested 'data' field in API response.

  • errorstring

    Error if any occurred during the execution of the action

  • httpCodeinteger

    HTTP status code returned by the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • successfullbooleanObligatorio

    Indicates if the API call was successful

Get Wildfire Risk Forecast by PlaceAMBEE_GET_WILDFIRE_RISK_FORECAST_BY_PLACEAcción

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.

Parámetros de entrada

  • placestringObligatorio

    Name of the location to be searched, e.g., 'Leon, Mexico'

Parámetros de salida

  • dataobject[]Obligatorio

    List of weekly wildfire risk forecast entries

  • errorstring

    Error if any occurred during the execution of the action

  • messagestringObligatorio

    Status message indicating success or failure of the request

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not