This page explains how to use the get events endpoint to create an event stream or an event map.
Define your filters
categories
= [‘musique’, ‘spectacle’]sources
= [‘dice’, ‘shotgun’]locationFilter.circle.lat
= 48.864716locationFilter.circle.lng
= 2.349014locationFilter.circle.maxDistance
= 10000datesFilter.minDate
= 2025-01-01T08:00:00.000ZdatesFilter.maxDate
= 2025-01-07T23:00:00.000ZpricesFilter.lowestPrice
= 0pricesFilter.highestPrice
= 0Use the results
data
to show events in your stream or map.You can see the number of events corresponding to your filters in pagination.totalItems
.
If you want to show more than the limit
number of events, you can increment pageNumber
as long as it is less than totalPages
.Information about the partners selling the event are available in data.sources
.
data.sources.link
to redirect your users to the site of the partner selling the event and generate sales.