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

X-Api-Key
string
header
required

Path Parameters

id
string
required

ID of Address to get

Response

200 - application/json
Get Address response
id
string
suburb_id
string
building_id
string
number
string
suffix
string
streetname
string
postcode
string
city
string