-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.json
56 lines (56 loc) · 1.15 KB
/
location.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"_id" : "geo-association-4288639",
"type" : "location",
"address" : {
"house_number" : "30",
"street" : "Baslerstrasse",
"zipcode" : "8048",
"city" : "Zürich",
"region" : "ZH",
"country" : "CH"
},
"location_name" : {
"de" : "Mediacampus"
},
"geo_area" : {
"zipcode" : [
{
"id" : "area-10902",
"type" : "geoarea",
"geo_area_data" : {
"geoarea_type" : "zipcode",
"zipcode_number" : "8048"
},
"name" : {
"de" : "Zürich"
},
"default_language" : "de",
"description" : "Zürich",
"alternative_names" : [
"Zurich 48"
]
}
],
"country" : [
{
"id" : "area-150",
"type" : "geoarea",
"geo_area_data" : {
"geoarea_type" : "country",
"iso_code" : "CH"
},
"name" : {
"rm" : "Svizra",
"it" : "Svizzera",
"fr" : "Suisse",
"de" : "Schweiz",
"en" : "Switzerland"
},
"description" : "Schweiz/Suisse",
"alternative_names" : [
"CH"
]
}
]
}
}