PluginProbe
Yatra – Travel Booking & Tour Operator Software / 3.0.7
Yatra – Travel Booking & Tour Operator Software v3.0.7
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / sample-data / destinations.json

destinations.json in Yatra – Travel Booking & Tour Operator Software 3.0.7, at sample-data/destinations.json

123 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "destination",
4 "name": "Swiss Alps",
5 "slug": "swiss-alps",
6 "description": "Majestic mountain ranges and pristine alpine landscapes",
7 "metadata": {
8 "country": "Switzerland",
9 "latitude": 46.5197,
10 "longitude": 8.2543
11 },
12 "status": "publish"
13 },
14 {
15 "type": "destination",
16 "name": "Maldives",
17 "slug": "maldives",
18 "description": "Tropical paradise islands with crystal-clear waters",
19 "metadata": {
20 "country": "Maldives",
21 "latitude": 3.2028,
22 "longitude": 73.2207
23 },
24 "status": "publish"
25 },
26 {
27 "type": "destination",
28 "name": "Kyoto, Japan",
29 "slug": "kyoto-japan",
30 "description": "Ancient temples and traditional Japanese culture",
31 "metadata": {
32 "country": "Japan",
33 "latitude": 35.0116,
34 "longitude": 135.7681
35 },
36 "status": "publish"
37 },
38 {
39 "type": "destination",
40 "name": "Serengeti, Tanzania",
41 "slug": "serengeti-tanzania",
42 "description": "Wildlife safari paradise with vast savannas",
43 "metadata": {
44 "country": "Tanzania",
45 "latitude": -2.3333,
46 "longitude": 34.8333
47 },
48 "status": "publish"
49 },
50 {
51 "type": "destination",
52 "name": "Paris, France",
53 "slug": "paris-france",
54 "description": "City of lights and romance",
55 "metadata": {
56 "country": "France",
57 "latitude": 48.8566,
58 "longitude": 2.3522
59 },
60 "status": "publish"
61 },
62 {
63 "type": "destination",
64 "name": "Bali, Indonesia",
65 "slug": "bali-indonesia",
66 "description": "Island of gods with beaches and temples",
67 "metadata": {
68 "country": "Indonesia",
69 "latitude": -8.3405,
70 "longitude": 115.092
71 },
72 "status": "publish"
73 },
74 {
75 "type": "destination",
76 "name": "Iceland",
77 "slug": "iceland",
78 "description": "Land of fire and ice with glaciers and volcanoes",
79 "metadata": {
80 "country": "Iceland",
81 "latitude": 64.9631,
82 "longitude": -19.0208
83 },
84 "status": "publish"
85 },
86 {
87 "type": "destination",
88 "name": "New Zealand",
89 "slug": "new-zealand",
90 "description": "Adventure capital with stunning landscapes",
91 "metadata": {
92 "country": "New Zealand",
93 "latitude": -40.9006,
94 "longitude": 174.886
95 },
96 "status": "publish"
97 },
98 {
99 "type": "destination",
100 "name": "Peru",
101 "slug": "peru",
102 "description": "Machu Picchu and ancient Inca civilization",
103 "metadata": {
104 "country": "Peru",
105 "latitude": -9.19,
106 "longitude": -75.0152
107 },
108 "status": "publish"
109 },
110 {
111 "type": "destination",
112 "name": "Norway",
113 "slug": "norway",
114 "description": "Fjords and northern lights",
115 "metadata": {
116 "country": "Norway",
117 "latitude": 60.472,
118 "longitude": 8.4689
119 },
120 "status": "publish"
121 }
122 ]
123