Address details for Switzerland
Swiss address "getDetails" response example
{ "language": "de-CH", "address": { "country": "Switzerland", "locality": "St. Gallen", "street": "Paradiesstrasse", "postcode": "9000", "building": "2 a", "buildingNumber": 2, "buildingNumberAddition": "a" }, "mailLines": [ "Paradiesstrasse 2 a", "9000 St. Gallen" ], "location": { "latitude": 47.419063, "longitude": 9.363453, "precision": "Address" }, "isPoBox": false, "country": { "name": "Switzerland", "iso3Code": "CHE", "iso2Code": "CH" }, "details": { "cheBuilding": { "number": 2, "addition": "a", "validated": false }, "cheStreet": { "name": "Paradiesstrasse" }, "cheCity": { "name": "St. Gallen" }, "cheMunicipality": { "name": "St. Gallen" }, "cheCanton": { "code": "SG", "name": "St. Gallen" } } }
Response property "details" for country code "CHE"
-
cheBuilding:
struct
-
Switzerland building details.
- Hide child parameters
-
number:
int or null
-
The number for the building, null if not available.
-
addition:
string or null
-
The number addition for the building if available, null otherwise.
-
validated:
boolean
-
Indication whether the building could be validated. When true it means that the combination of building number and building number addition exists.
- Hide child parameters
-
cheStreet:
struct
-
Switzerland street details.
- Hide child parameters
-
name:
string
-
Name of the street
- Hide child parameters
-
cheCity:
struct
-
Switzerland city details. (German: Ortschaft, French localité, Italian: località, Romansh: localitad)
- Hide child parameters
-
name:
string
-
Name of the city
- Hide child parameters
-
cheMunicipality:
struct
-
Switzerland municipality details. (German: Gemeinde, French commune, Italian: comune, Romansh: vischnanca)
- Hide child parameters
-
name:
string
-
Name of the municipality.
- Hide child parameters
-
cheCanton:
struct
-
Switzerland canton details. (German: Kanton, French canton, Italian: cantone, Romansh: chantun)
- Hide child parameters
-
code:
string
-
Code of the canton.
-
name:
string
-
Name of the canton.
- Hide child parameters