← Tools Reference

Ambee

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

API key5 toolshttps://api.ambeedata.com
GET
ambee_geocode_by_place
Convert a place name or address into latitude and longitude with Ambee.

/geocode/by-place

1 parameter
ParamTypeRequiredDescription
placestringoptionalThe place name or address to geocode.
GET
ambee_reverse_geocode_by_lat_lng
Convert latitude and longitude into location details with Ambee.

/geocode/reverse/by-lat-lng

2 parameters
ParamTypeRequiredDescription
latnumberoptionalThe latitude of the target location.
lngnumberoptionalThe longitude of the target location.
GET
ambee_get_air_quality_by_lat_lng
Get the latest air quality station readings for one coordinate from Ambee.

/latest/by-lat-lng

2 parameters
ParamTypeRequiredDescription
latnumberoptionalThe latitude of the target location.
lngnumberoptionalThe longitude of the target location.
GET
ambee_get_air_quality_forecast_by_lat_lng
Get the air quality forecast for one coordinate from Ambee.

/forecast/by-lat-lng

2 parameters
ParamTypeRequiredDescription
latnumberoptionalThe latitude of the target location.
lngnumberoptionalThe longitude of the target location.
GET
ambee_get_air_quality_history_by_lat_lng
Get historical air quality readings for one coordinate from Ambee.

/history/by-lat-lng

4 parameters
ParamTypeRequiredDescription
latnumberoptionalThe latitude of the target location.
lngnumberoptionalThe longitude of the target location.
fromstringoptionalThe timestamp in `YYYY-MM-DD hh:mm:ss` format required by the Ambee history end…
tostringoptionalThe timestamp in `YYYY-MM-DD hh:mm:ss` format required by the Ambee history end…