Addresses
Get Address
Addresses
Get Address
Get Address
GET
/
addresses
/
{id}
curl --request GET \
--url https://api.geocoders.io/addresses/{id} \
--header 'X-Api-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"suburb_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"building_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"suffix": "<string>",
"streetname": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"postcode": "<string>",
"city": "<string>"
}
Authorizations
Path Parameters
ID of Address to get
Response
200 - application/json
Get Address response
The response is of type object
.
curl --request GET \
--url https://api.geocoders.io/addresses/{id} \
--header 'X-Api-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"suburb_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"building_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"suffix": "<string>",
"streetname": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"postcode": "<string>",
"city": "<string>"
}