Skip to main content
GET
/
address
/
{id}
Lookup address
curl --request GET \
  --url https://api.geoscale.io/v1/address/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "25p8hdho2ucpbSc6g1QSythIGj3dzN",
  "type": "nl_street_address",
  "street": "Dam",
  "house_number": "1",
  "postal_code": "1012 JS",
  "locality": "Amsterdam",
  "municipality": "Amsterdam",
  "province": "Noord-Holland",
  "country": "Nederland",
  "location": {
    "latitude": 52.373293,
    "longitude": 4.893718
  },
  "single_line": "Dam 1, Amsterdam",
  "lines": [
    "Dam 1",
    "1012 JS Amsterdam",
    "Nederland"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.geoscale.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Stable GeoScale address identifier.

Query Parameters

lang
string

BCP 47 language tag used for localization of the response.

Response

Address returned successfully.

Structured Belgian street address.

id
string
required

Stable GeoScale address identifier.

type
string
required

Address subtype discriminator.

Allowed value: "be_street_address"
single_line
string
required

Compact, single-line address formatted for display.

lines
string[]
required

Multi-line, locale-correct formatted address suitable for display or printing.

street
string
required
house_number
string
required
postal_code
string
required
municipality
string
required
arrondissement
string
required
region
string
required
country
string
required
location
object

Geographic coordinates in WGS84.

box_number
string
province
string