Discussions

Ask a Question
Back to all

API endpoint for trip departure dates

We are currently building a custom booking calendar for our website that displays available departure dates with real-time spot availability. We have the infrastructure ready (Cloudflare Worker + frontend calendar), but we are blocked because the current API does not expose departure dates at the trip level.

The /v2/draft_trips endpoint returns trips without start_date when dates are managed as departures inside the trip. We need an endpoint that returns the list of departures per trip, including:

departure_date
spots_available (or group_max minus active bookings)
waiting_list_enabled
trip_uuid

This would allow operators like us to build fully dynamic, real-time availability calendars that improve conversion; which is ultimately good for WeTravel too.

Is this endpoint planned or available in a version we may have missed?