← All integrations

Ambient Weather

Ambient Weather integration (Location, Data). Imported from open-connector.

API key3 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
ambient_weather_list_devices
List Ambient Weather devices linked to the connected account.

/v1/devices

GET
ambient_weather_get_latest_device_data
Get the latest observation record for an Ambient Weather device.

/v1/devices/{macAddress}

1 parameter
ParamTypeRequiredDescription
macAddressstringrequiredThe Ambient Weather device MAC address.
GET
ambient_weather_get_device_history
Get recent historical observation records for an Ambient Weather device.

/v1/devices/{macAddress}

3 parameters
ParamTypeRequiredDescription
macAddressstringrequiredThe Ambient Weather device MAC address.
limitintegeroptionalThe maximum number of historical records to return.
endDatestringoptionalThe history end cursor as an ISO 8601 timestamp or Unix millisecond timestamp.
Request private-beta access