Recently Streamed Categories

I want to get recently streamed categories data from the following screenshots. Just tell me which api provides that data.

There isn’t one.

The only way to collect it, at time of writing, is in real time from Get Streams API or using Channel Update EventSub to collect when it happens

I have used https://api.twitch.tv/helix/streams API. In the API document of twitch ‘type’ paramas possible values are:

  • all
  • live

but it only return live stream videos details not all. So please suggest me from which API I will get Recently Streamed Categories lists .
Thank you.

You collect the games streamed in real time.

So when a stream starts you record the game.
When the stream changes games you record the game.

IE you capure the game the stream is playing whilst the stream is streaming.

The API doesn’t have “historical” data so you have to collect it in real time.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.