geo.address.reverse
Convert geographic coordinates to structured addresses including street, city, country, and postal code using Geoapify/OSM data.
Instructions
Convert geographic coordinates (lat/lon) to a structured address — street, city, country, postal code (Geoapify/OSM)
Input Schema
TableJSON 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. |