Actually, i wanna fetch upcoming events data for our varsity website because our varsity Mozilla club member will get the news automatically. That’s why I need upcoming events API but I don’t know Mozilla does contain or not this kind of API
i’ve filed a bug for this already but no updates on this one.
If a rep upload the event on that website with the rest api you can have all the events.
Check the website
@Mte90 actually i got it but i wanna know upcoming event list from reps.mozilla.org in my website that’s how can possible ? have another way to make it ?
With an AJAX call with javascript you can do it without problems
There is no existing way to fetch upcoming events. you can always hack things together but it would better if there is a parameter we can pass to fetch only the upcoming events.
enlighten me…
@rcmainak see the output https://reps.mozilla.org/api/v1/event/?country=bangladesh&limit=0&offset=331, i think you can got it
The output includes past events which are the things I don’t want to parse…