Attraction Content API

The Attraction Content API is designed to retrieve all details of the attraction and activities.

1 - Attraction List API

This Endpoint will return the list of all the attractions available through our API. Response data includes only the the necessary data of an attraction including attraction id, and title.

2 - Attraction Detail API (optional)

If you need complete information about the attraction including image, description etc, you can use this API endpoint to retrieve it. Please note this endpoint response may have a lot of data since it have more fields. You need to pass the "AttractionId (upto 10 attractions per request)" in the body that you received in the response of "Attraction List API".

3 - Attraction MinRate (optional)

If you need to store and display the minimum rate of an attraction, you can retrieve it through this API.

4 - Activity availability(optional)

This endpoint will return the activity details. You can store it as masters or request as real-time booking. If you are creating masters for activity, you have to reload the activity details occasionally to get new activities and update changes to the current activity in a attraction.

Last updated