Lookup
Lookup Postcode
Lookup
Lookup Postcode
Address lookup for given postcode
POST
/
lookup
/
postcode
curl --request POST \
--url https://api.geocoders.io/lookup/postcode \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"postcode": "3014AJ",
"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": "Rotterdam",
"longitude": 4.470474881149264,
"latitude": 51.92091314785285
}
Authorizations
Body
application/json
Postcode to convert to address
The body is of type object
.
Response
200 - application/json
Lookup Postcode response
The response is of type object
.
curl --request POST \
--url https://api.geocoders.io/lookup/postcode \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"postcode": "3014AJ",
"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": "Rotterdam",
"longitude": 4.470474881149264,
"latitude": 51.92091314785285
}