Download OpenAPI specification:
Contrat API des services ZipZap.
Search activities based on various criteria such as location, date, price range, and activity type. This endpoint is optimized for mobile applications, providing a streamlined response format for efficient data retrieval and display on mobile devices.
required | object (GetActivities) Search query for activities on mobile applications, including filters such as location, date, price range, and activity type. |
{- "total_items": 0,
- "has_more_results": true,
- "total_pages": 0,
- "items": [
- {
- "id": "string",
- "name": "string",
- "address": "string",
- "image_url": "string",
- "likes": 0
}
]
}Search activities step context for mobile application. Provides the data to be displayed in the search step of the activity on mobile devices.
{- "step": "string",
- "error": {
- "code": 0,
- "type": "string",
- "message": "string"
}, - "context": {
- "title": "string",
- "segments_labels": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "search_placeholder": "string",
- "history_title": "string",
- "no_results_label": "string",
- "filter_options": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "localisation_filter_context": {
- "title": "string",
- "search_placeholder": "string",
- "around_me_option_label": "string",
- "distance_filter_label": "string",
- "save_button_label": "string",
- "clear_button_label": "string"
}, - "activity_type_filter_context": {
- "title": "string",
- "options": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "clear_button_label": "string",
- "save_button_label": "string"
}, - "filter_by_context": {
- "title": "string",
- "options": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "clear_button_label": "string",
- "save_button_label": "string"
}
}
}Retrieve the activity's details for mobile applications. This endpoint provides a context response format for efficient data retrieval and display on mobile devices.
| activity_id required | string Activity ID |
{- "step": "string",
- "error": {
- "code": 0,
- "type": "string",
- "message": "string"
}, - "context": {
- "title": "string",
- "labels": {
- "tabs": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "showMoreButton": "string",
- "showLessButton": "string",
- "location": "string",
- "information": "string",
- "equipment": "string",
- "parking": "string"
}, - "preset": {
- "id": "string",
- "isFavorite": true,
- "name": "string",
- "difficulty": "string",
- "duration": "string",
- "distance": "string",
- "denivellation": "string",
- "description": "string",
- "quote": "string",
- "location": {
- "address": "string",
- "latitude": "string",
- "longitude": "string",
- "distancePlaceholder": "string"
}, - "accessibility": {
- "value": true,
- "label": "string",
- "image_url": "string"
}, - "equipment": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "parking": [
- {
- "value": "string",
- "label": "string",
- "image_url": "string"
}
], - "coverImageUrl": "string",
- "galleryImageUrls": [
- "string"
], - "reviews": [
- {
- "userName": "string",
- "rating": 0,
- "comment": "string",
- "date": "string"
}
]
}
}
}