| 1 |
[ |
| 2 |
{ |
| 3 |
"type": "activity", |
| 4 |
"name": "Hiking", |
| 5 |
"slug": "hiking", |
| 6 |
"description": "Mountain and trail hiking", |
| 7 |
"icon": "hiking", |
| 8 |
"status": "publish" |
| 9 |
}, |
| 10 |
{ |
| 11 |
"type": "activity", |
| 12 |
"name": "Snorkeling", |
| 13 |
"slug": "snorkeling", |
| 14 |
"description": "Underwater exploration", |
| 15 |
"icon": "water", |
| 16 |
"status": "publish" |
| 17 |
}, |
| 18 |
{ |
| 19 |
"type": "activity", |
| 20 |
"name": "City Walking Tour", |
| 21 |
"slug": "city-walking-tour", |
| 22 |
"description": "Guided city walks", |
| 23 |
"icon": "walking", |
| 24 |
"status": "publish" |
| 25 |
}, |
| 26 |
{ |
| 27 |
"type": "activity", |
| 28 |
"name": "Wildlife Viewing", |
| 29 |
"slug": "wildlife-viewing", |
| 30 |
"description": "Safari and animal watching", |
| 31 |
"icon": "binoculars", |
| 32 |
"status": "publish" |
| 33 |
}, |
| 34 |
{ |
| 35 |
"type": "activity", |
| 36 |
"name": "Kayaking", |
| 37 |
"slug": "kayaking", |
| 38 |
"description": "Water kayaking adventures", |
| 39 |
"icon": "water", |
| 40 |
"status": "publish" |
| 41 |
}, |
| 42 |
{ |
| 43 |
"type": "activity", |
| 44 |
"name": "Photography", |
| 45 |
"slug": "photography", |
| 46 |
"description": "Photography tours and workshops", |
| 47 |
"icon": "camera", |
| 48 |
"status": "publish" |
| 49 |
}, |
| 50 |
{ |
| 51 |
"type": "activity", |
| 52 |
"name": "Camping", |
| 53 |
"slug": "camping", |
| 54 |
"description": "Outdoor camping experiences", |
| 55 |
"icon": "campground", |
| 56 |
"status": "publish" |
| 57 |
}, |
| 58 |
{ |
| 59 |
"type": "activity", |
| 60 |
"name": "Rock Climbing", |
| 61 |
"slug": "rock-climbing", |
| 62 |
"description": "Mountain and rock climbing", |
| 63 |
"icon": "mountain", |
| 64 |
"status": "publish" |
| 65 |
}, |
| 66 |
{ |
| 67 |
"type": "activity", |
| 68 |
"name": "Cycling", |
| 69 |
"slug": "cycling", |
| 70 |
"description": "Bike tours and cycling", |
| 71 |
"icon": "bicycle", |
| 72 |
"status": "publish" |
| 73 |
}, |
| 74 |
{ |
| 75 |
"type": "activity", |
| 76 |
"name": "Cooking Class", |
| 77 |
"slug": "cooking-class", |
| 78 |
"description": "Local cooking workshops", |
| 79 |
"icon": "utensils", |
| 80 |
"status": "publish" |
| 81 |
} |
| 82 |
] |
| 83 |
|