Skip to main content

Reverse Geocoding

Get address from coordinates.

Endpoint

GET /v1/reverse

Parameters

ParameterTypeRequiredDescription
latfloatYesLatitude
lngfloatYesLongitude

Example

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://map.arohon.co/v1/reverse?lat=23.81&lng=90.41"