Reverse Geocode
reverse_geocodeReverse geocoding: convert latitude/longitude coordinates into the nearest street address. Returns formatted address, country, city, street, house number, and postcode. Example: reverse_geocode({ lat: 48.8584, lon: 2.2945 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees, e.g. 48.8584 | |
| lon | Yes | Longitude in decimal degrees, e.g. 2.2945 | |
| _apiKey | No | Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key. |