Reverse Geocode
geo.address.reverseConvert geographic coordinates to a structured address with street, city, country, and postal code using Geoapify/OSM.
Instructions
Convert geographic coordinates (lat/lon) to a structured address — street, city, country, postal code (Geoapify/OSM)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point to reverse geocode. | |
| lon | Yes | Longitude of the point to reverse geocode. | |
| lang | No | Result language code (e.g. "en", "de", "ru"). Default: English. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |