Skip to main content
POST
/
geocode
/
reverse
/geocode/reverse
curl --request POST \
  --url https://api.geocoders.io/geocode/reverse \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "latitude": 51.92091314785285,
  "longitude": 4.470474881149264
}
'
{
  "suburb_id": "d24c1500-3e37-461e-98f6-ef54713928e4",
  "building_id": "2bc27c19-bc93-4526-b096-c2a8203c1386",
  "number": "1",
  "suffix": "A",
  "streetname": "West-Kruiskade",
  "postcode": "3014AJ",
  "city": "Rotterdam"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Latitude/longitude pair to reverse Geocode

latitude
number<float>
required
longitude
number<float>
required

Response

200 - application/json

Reverse geocode response

suburb_id
string<uuid>
building_id
string<uuid> | null
number
string | null
suffix
string | null
streetname
string | null
postcode
string | null
city
string | null