OPENWEATHER.GEO.REVERSE
 This is a premium feature.
Converts a geographical location into names of nearby locations. Please refer to https://openweathermap.org/api/geocoding-api for more information about available options (as of 2021-05-17).
Syntax
=OPENWEATHER.GEO.REVERSE(APIKey, JSON, [ResponseTarget])
Arguments
| Name | Description | 
|---|---|
| APIKey | A unique API key to authorize against openweather service | 
| JSON | JSON containing geographical location to convert and optional parameters | 
| ResponseTarget (optional) | Specify inbox, outbox, cell or cell-range to write response to | 
Return
A unique random request ID which can be used with REQUESTINFO to check the state of the request. In case of an error the corresponding error-code is returned.
Examples
| A | B | |
|---|---|---|
| 1 | lat | 50.38 | 
| 2 | lon | 6.57 | 
| 3 | limit | 2 | 
| Formula | Result | Comment | 
|---|---|---|
 | Request name of specified geographical location and limit result of possible names to 2 |