Events API (Past events)

I’m using https://api.twitch.tv/v5/channels/{channelId}/events to call back events, but I can’t seem to find a way to show past events.

I’ve tried ?past_events=true but it still only shows Future events

I’ve googled high and low and have found no one else trying to do this. Is there even a way?

The events APIs aren’t supported for third party use at this time, so there isn’t a way to get current or past events via the API. :slight_smile:

There is current ones… with https://api.twitch.tv/v5/channels/{channelId}/events

Just not past :frowning:

Those APIs aren’t supported for third party use. If an API isn’t documented, it isn’t supported.