-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
196 lines (196 loc) · 6.21 KB
/
data.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"countries": [
{
"id": "1",
"name": "Australia",
"description": "Australia is a country in the southern hemisphere between the Pacific Ocean and the Indian Ocean. Its official name is the Commonwealth of Australia. Australia is the sixth biggest country in the world by landmass, and is part of the Oceanic and Australasian regions. The Australian emblem is a flower called the Golden Wattle.",
"slug": "au",
"coverImageUrl": "/i/australia.jpg",
"cities": [
{
"id": "11",
"name": "Brisbane",
"population": 2274460,
"images": [
"/i/brisbane/1.jpg",
"/i/brisbane/2.jpg",
"/i/brisbane/3.jpg"
],
"hotels": [
{
"id": "111",
"name": "The Capitol Apartments",
"stars": 4,
"address": "35 Peel St, South Brisbane, South Brisbane, 4101 Brisbane, Australia"
},
{
"id": "112",
"name": "South Central",
"stars": 4,
"address": "43 Peel Street, South Brisbane, 4101 Brisbane, Australia"
},
{
"id": "113",
"name": "Arena Apartments",
"stars": 4,
"address": "9 Edmondstone Street, South Brisbane, 4101 Brisbane, Australia"
}
]
},
{
"id": "12",
"name": "Sydney",
"population": 4840628,
"images": [
"/i/sydney/1.jpg",
"/i/sydney/2.jpg",
"/i/sydney/3.jpg"
],
"hotels": [
{
"id": "121",
"name": "Meriton Serviced Apartments Kent Street",
"stars": 5,
"address": "528 Kent Street, Sydney CBD, 2000 Sydney, Australia"
},
{
"id": "122",
"name": "Macleay Hotel",
"stars": 4,
"address": "28 Macleay Street, Potts Point, Potts Point, 2011 Sydney, Australia"
},
{
"id": "123",
"name": "Hotel Challis",
"stars": 3,
"address": "21-23 Challis Avenue, Potts Point, Potts Point, 2011 Sydney, Australia"
}
]
},
{
"id": "13",
"name": "Melbourne",
"population": 4440328,
"images": [
"/i/melbourne/1.jpg",
"/i/melbourne/2.jpg",
"/i/melbourne/3.jpg"
],
"hotels": [
{
"id": "131",
"stars": 4,
"name": "Cosmopolitan Hotel Melbourne",
"address": "2 - 8 Carlisle Street, 3182 Melbourne, Australia"
},
{
"id": "132",
"stars": 4,
"name": "Grand Hyatt Melbourne",
"address": "123 Collins Street, Melbourne CBD, 3000 Melbourne, Australia"
}
]
}
]
},
{
"id": "2",
"name": "Canada",
"description": "Canada is a country in the northern part of North America. It is bordered by Denmark (Greenland), the United States of America both to the south and to the west (Alaska). By area, Canada is the second largest country in the world. Canada consists of ten provinces and three territories. Ottawa is the capital of Canada.[7] Canada became a country in 1867, but only got its constitution back from the United Kingdom in 1982. It used to be called the Dominion of Canada.",
"slug": "ca",
"coverImageUrl": "/i/canada.jpg",
"cities": [
{
"id": "21",
"name": "Toronto",
"population": 2615060,
"images": [
"/i/toronto/1.jpg",
"/i/toronto/2.jpg",
"/i/toronto/3.jpg"
],
"hotels": [
{
"id": "211",
"stars": 4,
"name": "One King West Hotel and Residence",
"address": "1 King Street West, M5H 1A1 Toronto, Canada"
},
{
"id": "212",
"stars": 3,
"name": "The Strathcona Hotel",
"address": "60 York Street, M5J 1S8 Toronto, Canada"
},
{
"id": "213",
"stars": 4,
"name": "Grand Hotel & Suites",
"address": "225 Jarvis Street, M5B 2C1 Toronto, Canada"
},
{
"id": "214",
"stars": 4,
"name": "The Westin Harbour Castle Toronto",
"address": "1 Harbour Square, M5J 1A6 Toronto, Canada"
}
]
},
{
"id": "22",
"name": "Montreal",
"population": 1620693,
"images": [
"/i/montreal/1.jpg",
"/i/montreal/2.jpg",
"/i/montreal/3.jpg"
],
"hotels": [
{
"id": "221",
"stars": 4,
"name": "Hotel Bonaventure Montreal",
"address": "900 de La Gauchetiere West, H5A 1E4 Montréal, Canada"
},
{
"id": "222",
"stars": 4,
"name": "InterContinental Montreal",
"address": "360 Saint-Antoine Street Ouest, H2Y 3X4 Montréal, Canada"
},
{
"id": "223",
"stars": 3,
"name": "Hotel Travelodge Montreal Centre",
"address": "50 Boul Rene Levesque Ouest, H2Z 1A2 Montréal, Canada"
}
]
},
{
"id": "23",
"name": "Ottawa",
"images": [
"/i/ottawa/1.jpg",
"/i/ottawa/2.jpg",
"/i/ottawa/3.jpg"
],
"population": 812129,
"hotels": [
{
"id": "231",
"stars": 3,
"name": "Les Suites Hotel",
"address": "130 Besserer Street, K1N 9M9 Ottawa, Canada"
},
{
"id": "232",
"stars": 4,
"name": "Novotel Ottawa",
"address": "33 Nicholas Street, K1N 9M7 Ottawa, Canada"
}
]
}
]
}
]
}