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

Authorizations

X-Api-Key
string
header
required

Body

application/json
Adress to forward geocode
streetname
string
required
number
string
required
suffix
string
suburb
string
province
string

Response

200 - application/json
Forward geocode response
suburb_id
string
building_id
string | null
number
string | null
suffix
string | null
streetname
string | null
postcode
string | null
city
string | null
latitude
number
longitude
number