List of videos from a specific channel and specific game

Hello,

Can i get a list of videos from specific channel and specific game ?
something like this
https://api.twitch.tv/kraken/channels/mychannel/videos?limit=10&offset=0&game=CS:GO

Thanks ^^

You can get the channel-specific videos at this endpoint: https://github.com/justintv/Twitch-API/blob/master/v3_resources/videos.md#get-channelschannelvideos and then filter that result set. I’m not sure there is a combined way to do it.

Thanks Dallas.

I tried to do that, but this way, I could not use the twitch api pagination.

I made my own application to do this, but I would like to simplify using only api twitch.

Any ideias ?

There isn’t a way to filter by game on this endpoint using just the API. You’ll have to grab the data from the endpoint and then apply filtering on it after the fact.

Does Twitch has any plans do add the query parameter?

We generally don’t speak about future plans for the API. We’ll keep you posted as we add new features.

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