Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

Address

Where the flat is.

Fields

FieldTypeDescription
street string | null
postalCode string | null
city string
country stringISO 3166-1 alpha-2.
area string | nullThe neighbourhood, as the operator names it.
latitude number | null
longitude number | null

Used by

Example

{
  "street": "Prinsengracht 123",
  "postalCode": "1015 DX",
  "city": "Amsterdam",
  "country": "NL",
  "area": "Jordaan",
  "latitude": 52.3731,
  "longitude": 4.8837
}