-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravel_recommendation_api.json
81 lines (80 loc) · 3.22 KB
/
travel_recommendation_api.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
{
"countries": [
{
"id": 1,
"name": "Australia",
"cities": [
{
"name": "Sydney, Australia",
"imageUrl": "https://i.natgeofe.com/n/bd48279e-be5a-4f28-9551-5cb917c6766e/GettyImages-103455489cropped.jpg",
"description": "A vibrant city known for its iconic landmarks like the Sydney Opera House and Sydney Harbour Bridge."
},
{
"name": "Melbourne, Australia",
"imageUrl": "https://i.natgeofe.com/n/266ce018-c09f-4fc5-ab00-479f99c6c707/beach-melbourne-australia.jpg",
"description": "A cultural hub famous for its art, food, and diverse neighborhoods."
}
]
},
{
"id": 2,
"name": "Japan",
"cities": [
{
"name": "Tokyo, Japan",
"imageUrl": "https://wanderlustcrew.com/wp-content/uploads/2018/10/What-to-do-in-Tokyo-Japan-Itinerary-1100x597.jpg",
"description": "A bustling metropolis blending tradition and modernity, famous for its cherry blossoms and rich culture."
},
{
"name": "Kyoto, Japan",
"imageUrl": "https://media.shermanstravel.com/952x460_kyoto_istock.jpg",
"description": "Known for its historic temples, gardens, and traditional tea houses."
}
]
},
{
"id": 3,
"name": "Brazil",
"cities": [
{
"name": "Rio de Janeiro, Brazil",
"imageUrl": "https://i.natgeofe.com/n/560b293d-80b2-4449-ad6c-036a249d46f8/rio-de-janeiro-travel_square.jpg",
"description": "A lively city known for its stunning beaches, vibrant carnival celebrations, and iconic landmarks."
},
{
"name": "São Paulo, Brazil",
"imageUrl": "https://i.natgeofe.com/n/c4e193b2-a612-4e00-9e4b-026f33bf8ad6/skyline-sao-paulo-brazil_4x3.jpg",
"description": "The financial hub with diverse culture, arts, and a vibrant nightlife."
}
]
}
],
"temples": [
{
"id": 1,
"name": "Angkor Wat, Cambodia",
"imageUrl": "https://i.natgeofe.com/n/33aea450-9f28-4594-9149-398ef5c16c17/3293.jpg",
"description": "A UNESCO World Heritage site and the largest religious monument in the world."
},
{
"id": 2,
"name": "Taj Mahal, India",
"imageUrl": "https://i.natgeofe.com/n/a95542a2-c8e3-4817-91a9-ba9d89cec383/00000161-7323-d279-ad6f-f7ff7a2a0000.jpg",
"description": "An iconic symbol of love and a masterpiece of Mughal architecture."
}
],
"beaches": [
{
"id": 1,
"name": "Bora Bora, French Polynesia",
"imageUrl": "https://cache.marriott.com/content/dam/marriott-renditions/BOBXR/bobxr-exterior-aerialview-1580-hor-wide.jpg",
"description": "An island known for its stunning turquoise waters and luxurious overwater bungalows."
},
{
"id": 2,
"name": "Copacabana Beach, Brazil",
"imageUrl": "https://lp-cms-production.imgix.net/2019-06/GettyImages-547005343_super.jpg",
"description": "A famous beach in Rio de Janeiro, Brazil, with a vibrant atmosphere and scenic views."
}
]
}