Create attractions_data.json
Browse files- attractions_data.json +23 -0
attractions_data.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Kigali": [
|
| 3 |
+
{"name": "Kigali Genocide Memorial", "type": "historical", "entry_fee": "free", "duration_hours": 2, "best_weather": "any"},
|
| 4 |
+
{"name": "Inema Arts Center", "type": "art", "entry_fee": "free", "duration_hours": 1.5, "best_weather": "any"},
|
| 5 |
+
{"name": "Mount Kigali", "type": "nature", "entry_fee": "free", "duration_hours": 3, "best_weather": "sunny"},
|
| 6 |
+
{"name": "Nyamirambo Women's Center", "type": "cultural", "entry_fee": "free", "duration_hours": 2, "best_weather": "any"},
|
| 7 |
+
{"name": "Camp Kigali Memorial", "type": "historical", "entry_fee": "free", "duration_hours": 1, "best_weather": "any"}
|
| 8 |
+
],
|
| 9 |
+
"Kampala": [
|
| 10 |
+
{"name": "Uganda Museum", "type": "museum", "entry_fee": 5000, "currency": "UGX", "duration_hours": 2, "best_weather": "any"},
|
| 11 |
+
{"name": "Kasubi Tombs", "type": "cultural", "entry_fee": 10000, "currency": "UGX", "duration_hours": 1.5, "best_weather": "any"},
|
| 12 |
+
{"name": "Lake Victoria", "type": "nature", "entry_fee": "free", "duration_hours": 2, "best_weather": "sunny"},
|
| 13 |
+
{"name": "Ndere Cultural Centre", "type": "cultural", "entry_fee": 15000, "currency": "UGX", "duration_hours": 3, "best_weather": "any"},
|
| 14 |
+
{"name": "Mabira Forest", "type": "nature", "entry_fee": 10000, "currency": "UGX", "duration_hours": 4, "best_weather": "sunny"}
|
| 15 |
+
],
|
| 16 |
+
"Nairobi": [
|
| 17 |
+
{"name": "Nairobi National Park", "type": "nature", "entry_fee": 43, "currency": "USD", "duration_hours": 4, "best_weather": "sunny"},
|
| 18 |
+
{"name": "David Sheldrick Elephant Orphanage", "type": "wildlife", "entry_fee": 7, "currency": "USD", "duration_hours": 1.5, "best_weather": "any"},
|
| 19 |
+
{"name": "Giraffe Centre", "type": "wildlife", "entry_fee": 15, "currency": "USD", "duration_hours": 1.5, "best_weather": "any"},
|
| 20 |
+
{"name": "Kazuri Beads Factory", "type": "shopping", "entry_fee": "free", "duration_hours": 1, "best_weather": "any"},
|
| 21 |
+
{"name": "Nairobi National Museum", "type": "museum", "entry_fee": 12, "currency": "USD", "duration_hours": 2, "best_weather": "any"}
|
| 22 |
+
]
|
| 23 |
+
}
|