Skip to main content
GET
/
addresses
/
{id}
/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<uuid>
required

ID of Address to get

Response

200 - application/json

Get Address response

id
string<uuid>
suburb_id
string<uuid>
building_id
string<uuid>
number
string
suffix
string
streetname
string<uuid>
postcode
string
city
string