Map/

Top Destination Search Response Json

Top Destination Search Response Json
The  Top Destination Search Response Json is an example response of an API which provides access to information and data related to cities around the world.

JSON Data:

1{ 2 "popular_search_cities": [ 3 { 4 "city": "Mumbai", 5 "cityObject": { 6 "description": "Mumbai, Maharashtra", 7 "id": "2e66c82c2e8d7149bd7e026089ff5dedb8346bd5", 8 "matched_substrings": [ 9 { 10 "length": 6, 11 "offset": 0 12 } 13 ], 14 "place_id": "ChIJwe1EZjDG5zsRaYxkjY_tpF0", 15 "reference": "ChIJwe1EZjDG5zsRaYxkjY_tpF0", 16 "structured_formatting": { 17 "main_text": "Mumbai", 18 "main_text_matched_substrings": [ 19 { 20 "length": 6, 21 "offset": 0 22 } 23 ], 24 "secondary_text": "Maharashtra" 25 }, 26 "terms": [ 27 { 28 "offset": 0, 29 "value": "Mumbai" 30 }, 31 { 32 "offset": 8, 33 "value": "Maharashtra" 34 } 35 ], 36 "types": [ 37 "locality", 38 "political", 39 "geocode" 40 ], 41 "CityCode": "WGM", 42 "CityName": "Weekend Getaways Around Mumbai", 43 "CountryCode": "IN", 44 "Location": { 45 "latitude": "19.07598", 46 "longitude": "72.87766" 47 }, 48 "Type": "POI" 49 } 50 }, 51 { 52 "city": "Delhi", 53 "cityObject": { 54 "description": "Delhi", 55 "id": "9e280bae198a170435c5dff3faa5ef5e29328bc8", 56 "matched_substrings": [ 57 { 58 "length": 5, 59 "offset": 0 60 } 61 ], 62 "place_id": "ChIJL_P_CXMEDTkRw0ZdG-0GVvw", 63 "reference": "ChIJL_P_CXMEDTkRw0ZdG-0GVvw", 64 "structured_formatting": { 65 "main_text": "Delhi", 66 "main_text_matched_substrings": [ 67 { 68 "length": 5, 69 "offset": 0 70 } 71 ] 72 }, 73 "terms": [ 74 { 75 "offset": 0, 76 "value": "Delhi" 77 } 78 ], 79 "types": [ 80 "locality", 81 "political", 82 "geocode" 83 ], 84 "CityCode": "DEL", 85 "CityName": "New Delhi And NCR", 86 "CountryCode": "IN", 87 "Location": { 88 "latitude": "28.6619", 89 "longitude": "77.2274" 90 }, 91 "Type": "POI" 92 } 93 }, 94 { 95 "city": "Bangalore", 96 "cityObject": { 97 "description": "Bangalore, Karnataka", 98 "id": "0862832923832bfb1e46cbe843cdaa03a9ee8aa1", 99 "matched_substrings": [ 100 { 101 "length": 6, 102 "offset": 0 103 } 104 ], 105 "place_id": "ChIJbU60yXAWrjsR4E9-UejD3_g", 106 "reference": "ChIJbU60yXAWrjsR4E9-UejD3_g", 107 "structured_formatting": { 108 "main_text": "Bangalore", 109 "main_text_matched_substrings": [ 110 { 111 "length": 6, 112 "offset": 0 113 } 114 ], 115 "secondary_text": "Karnataka" 116 }, 117 "terms": [ 118 { 119 "offset": 0, 120 "value": "Bangalore" 121 }, 122 { 123 "offset": 11, 124 "value": "Karnataka" 125 } 126 ], 127 "types": [ 128 "locality", 129 "political", 130 "geocode" 131 ], 132 "CityCode": "BLR", 133 "CityName": "Bangalore", 134 "CountryCode": "IN", 135 "Location": { 136 "latitude": "12.9716", 137 "longitude": "77.59456" 138 }, 139 "Type": "POI" 140 } 141 }, 142 { 143 "city": "Pune", 144 "cityObject": { 145 "description": "Pune, Maharashtra", 146 "id": "b53b6db33aaf3aa06dc661e9b2631735f3d484f1", 147 "matched_substrings": [ 148 { 149 "length": 4, 150 "offset": 0 151 } 152 ], 153 "place_id": "ChIJARFGZy6_wjsRQ-Oenb9DjYI", 154 "reference": "ChIJARFGZy6_wjsRQ-Oenb9DjYI", 155 "structured_formatting": { 156 "main_text": "Pune", 157 "main_text_matched_substrings": [ 158 { 159 "length": 4, 160 "offset": 0 161 } 162 ], 163 "secondary_text": "Maharashtra" 164 }, 165 "terms": [ 166 { 167 "offset": 0, 168 "value": "Pune" 169 }, 170 { 171 "offset": 6, 172 "value": "Maharashtra" 173 } 174 ], 175 "types": [ 176 "locality", 177 "political", 178 "geocode" 179 ], 180 "CityCode": "PNQ", 181 "CityName": "Pune", 182 "CountryCode": "IN", 183 "Location": { 184 "latitude": "18.52043", 185 "longitude": "73.85674" 186 }, 187 "Type": "POI" 188 } 189 }, 190 { 191 "city": "Hyderabad", 192 "cityObject": { 193 "description": "Hyderabad, Telangana", 194 "id": "ef5aa289432a57b6d718e98ddd5107b7d46b068e", 195 "matched_substrings": [ 196 { 197 "length": 5, 198 "offset": 0 199 } 200 ], 201 "place_id": "ChIJx9Lr6tqZyzsRwvu6koO3k64", 202 "reference": "ChIJx9Lr6tqZyzsRwvu6koO3k64", 203 "structured_formatting": { 204 "main_text": "Hyderabad", 205 "main_text_matched_substrings": [ 206 { 207 "length": 5, 208 "offset": 0 209 } 210 ], 211 "secondary_text": "Telangana" 212 }, 213 "terms": [ 214 { 215 "offset": 0, 216 "value": "Hyderabad" 217 }, 218 { 219 "offset": 11, 220 "value": "Telangana" 221 } 222 ], 223 "types": [ 224 "locality", 225 "political", 226 "geocode" 227 ], 228 "CityCode": "HYD", 229 "CityName": "Hyderabad", 230 "CountryCode": "IN", 231 "Location": { 232 "latitude": "17.38504", 233 "longitude": "78.48667" 234 }, 235 "Type": "POI" 236 } 237 }, 238 { 239 "city": "Kolkata", 240 "cityObject": { 241 "description": "Kolkata, West Bengal", 242 "id": "91bee68c9d494105b3fedcf4dddf78deeb8061e8", 243 "matched_substrings": [ 244 { 245 "length": 5, 246 "offset": 0 247 } 248 ], 249 "place_id": "ChIJZ_YISduC-DkRvCxsj-Yw40M", 250 "reference": "ChIJZ_YISduC-DkRvCxsj-Yw40M", 251 "structured_formatting": { 252 "main_text": "Kolkata", 253 "main_text_matched_substrings": [ 254 { 255 "length": 5, 256 "offset": 0 257 } 258 ], 259 "secondary_text": "West Bengal" 260 }, 261 "terms": [ 262 { 263 "offset": 0, 264 "value": "Kolkata" 265 }, 266 { 267 "offset": 9, 268 "value": "West Bengal" 269 } 270 ], 271 "types": [ 272 "locality", 273 "political", 274 "geocode" 275 ], 276 "CityCode": "CCU", 277 "CityName": "Kolkata", 278 "CountryCode": "IN", 279 "Location": { 280 "latitude": "22.57265", 281 "longitude": "88.3639" 282 }, 283 "Type": "POI" 284 } 285 }, 286 { 287 "city": "Goa", 288 "cityObject": { 289 "description": "Goa", 290 "id": "4feba7109facd9457fd9ce33458367e1f9818f21", 291 "matched_substrings": [ 292 { 293 "length": 3, 294 "offset": 0 295 } 296 ], 297 "place_id": "ChIJQbc2YxC6vzsRkkDzYv-H-Oo", 298 "reference": "ChIJQbc2YxC6vzsRkkDzYv-H-Oo", 299 "structured_formatting": { 300 "main_text": "Goa", 301 "main_text_matched_substrings": [ 302 { 303 "length": 3, 304 "offset": 0 305 } 306 ] 307 }, 308 "terms": [ 309 { 310 "offset": 0, 311 "value": "Goa" 312 } 313 ], 314 "types": [ 315 "administrative_area_level_1", 316 "political", 317 "geocode" 318 ], 319 "CityCode": "GOI", 320 "CityName": "Goa", 321 "CountryCode": "IN", 322 "Location": { 323 "latitude": "15.29933", 324 "longitude": "74.124" 325 }, 326 "Type": "POI" 327 } 328 } 329 ], 330 "popular_search_airports": [ 331 { 332 "city": "Kempegowda International Airport, Bengaluru", 333 "cityObject": { 334 "mmt_city": true, 335 "airport_id": 10, 336 "secondary_text": "Bangalore International Airport", 337 "name": "Bangalore International Airport 121", 338 "main_text": "Kempegowda International Airport, Bengaluru", 339 "place_id": "ChIJBX50kP0crjsRfXqVbeqYrmo", 340 "Location": { 341 "latitude": 13.198635, 342 "longitude": 77.706593 343 } 344 } 345 }, 346 { 347 "city": "Rajiv Gandhi International Airport, Hyderabad", 348 "cityObject": { 349 "mmt_city": true, 350 "airport_id": 560, 351 "secondary_text": "Hyderabad Airport", 352 "name": "Hyderabad Airport", 353 "main_text": "Rajiv Gandhi International Airport, Hyderabad", 354 "place_id": "ChIJRRvZsX-7yzsRUajqM-wpIFM", 355 "Location": { 356 "latitude": 17.240263, 357 "longitude": 78.429385 358 } 359 } 360 }, 361 { 362 "city": "Terminal 1 C - Arrival, Indira Gandhi International Airport, Delhi", 363 "cityObject": { 364 "mmt_city": true, 365 "airport_id": 142, 366 "secondary_text": "Delhi Domestic Airport", 367 "name": "Delhi Domestic Airport", 368 "main_text": "Terminal 1 C - Arrival, Indira Gandhi International Airport, Delhi", 369 "place_id": "EjFUZXJtaW5hbCAxQyBBcnJpdmFsIFJvYWQsIE5ldyBEZWxoaSwgRGVsaGksIEluZGlhIi4qLAoUChIJ4-HlD2EcDTkR8dAlJhRMMsUSFAoSCS22fjRb_Qw5Ec5NIE5Jt8JS", 370 "Location": { 371 "latitude": 28.5644788, 372 "longitude": 77.1212151 373 } 374 } 375 }, 376 { 377 "city": "Terminal 1 D - Departure, Indira Gandhi International Airport, Delhi", 378 "cityObject": { 379 "mmt_city": true, 380 "airport_id": 198, 381 "secondary_text": "Delhi Domestic Airport", 382 "name": "Delhi Domestic Airport", 383 "main_text": "Terminal 1 D - Departure, Indira Gandhi International Airport, Delhi", 384 "place_id": "EjFUZXJtaW5hbCAxQyBBcnJpdmFsIFJvYWQsIE5ldyBEZWxoaSwgRGVsaGksIEluZGlhIi4qLAoUChIJ4-HlD2EcDTkR8dAlJhRMMsUSFAoSCS22fjRb_Qw5Ec5NIE5Jt8JS", 385 "Location": { 386 "latitude": 28.5644788, 387 "longitude": 77.1212151 388 } 389 } 390 }, 391 { 392 "city": "Terminal 2, Indira Gandhi International Airport, Delhi", 393 "cityObject": { 394 "mmt_city": true, 395 "airport_id": 254, 396 "secondary_text": "Delhi Domestic Airport", 397 "name": "Delhi Domestic Airport", 398 "main_text": "Terminal 2, Indira Gandhi International Airport, Delhi", 399 "place_id": "ChIJixL5hZsbDTkRfSDHoGB-6VU", 400 "Location": { 401 "latitude": 28.5589704, 402 "longitude": 77.087638 403 } 404 } 405 }, 406 { 407 "city": "Terminal 3, Indira Gandhi International Airport, Delhi", 408 "cityObject": { 409 "mmt_city": true, 410 "airport_id": 286, 411 "secondary_text": "Delhi International Airport", 412 "name": "Delhi International Airport", 413 "main_text": "Terminal 3, Indira Gandhi International Airport, Delhi", 414 "place_id": "ChIJ30iik5kbDTkRZ_0X9stU-Sg", 415 "Location": { 416 "latitude": 28.555084, 417 "longitude": 77.084401 418 } 419 } 420 } 421 ] 422}

Description :

The  Top Destination Search Response Json is an example response of an API which provides access to information and data related to cities around the world. With this API, users can retrieve data such as population, location, climate, demographics, and more for any city.

The Json API is designed to be user-friendly and easy to use, with a simple interface that allows users to search and retrieve city data quickly and efficiently. It is also highly customizable, with a range of options for configuring user access, permissions, and data integration.

The Top Destination Search Response Json API is particularly useful for businesses and organizations that need to access city data for market research, real estate development, travel planning, and more. With the ability to access and analyze data for a wide range of cities in real-time, users can make informed decisions about business strategy and planning.

The Json API is supported by comprehensive documentation and support resources, making it easy for users to get started and troubleshoot any issues that may arise. Whether you are a small business owner or a large enterprise with complex data requirements, the Top Destination Search Response API can provide the tools and insights you need to succeed.

episyche logo

Developed by

Episyche Technologies

Copyright © 2022-2024 Episyche Technologies. All rights reserved.

twitter
linkedin