Regarding fetching the date

141 views
Skip to first unread message

VB Logix

unread,
May 28, 2021, 2:22:55 AM5/28/21
to Eventbrite Developers
Hello all,
I hope you are doing.

I am using the Eventbrite API for fetching the list of events. I am fetching the events by calling the below URL with our own user_ID and token

URL: https://www.eventbriteapi.com/v3/organizations/USER_ID/events/?order_by=start_asc&status=live&show_series_parent=true&expand=organizer,venue&token=TOKEN

The issue I am facing when I am trying to display the event date of the upcoming event but suppose one event start date is 20-05-2021 and end date 30-05-2021 and suppose the event is being held on 29-05-2021 also, so the issue I am facing is when I get the data using the above URL I am not getting this date as the event date. How do I get the event date of an upcoming event which I get from the above url

If someone can help it would be great.
Thanks

nata...@eventbrite.com

unread,
Jun 9, 2021, 6:11:09 PM6/9/21
to Eventbrite Developers
Hello!

You can insert each of the "series_id" values returned in the following request to fetch the date for each event in the event series: 

If you would like to filter for upcoming events, you can use the `time_filter` parameter and "current_future" value. This is how the request would look:


For more information, check out our API Reference here: List Events by Series

Hope this is helpful!

Best,
Natalie

Phillip Rooney

unread,
Oct 4, 2022, 10:26:06 PM10/4/22
to Eventbrite Developers
Hey Natalie

Im also looking for something similar. Where i want all series_dates to be included in my API call.


but i want to get all events from the organization where they're a parent, and then i want the series dates to be expanded. Its all looking really good but the `expand=series_dates` isn't working :(



Is this even possible

Reply all
Reply to author
Forward
0 new messages