Hello,
I try to get metadata of a specific channel.
I used get streams endpoint with a specific name but I always have twenty channels and not the channel I search.
Moreover, in these channels the channel I search appears but when it is in live but it diseapears too while it always is in live.
So my question is how to get data of a specific channel?
I tried:
https://api.twitch.tv/helix/streams?channel=froggedtv&language=fr&game=Dota2 (return 20 channels)
https://api.twitch.tv/froggedtv (return null)
https://twitch.tv/froggedtv (return null)
The correct parameter you are looking for is user_login
. Ex: https://api.twitch.tv/helix/streams?user_login=froggedtv.
Also you cannot combine filters (language, game, etc.) to narrow your search so only one can be used at a time.
Reference: https://dev.twitch.tv/docs/api/reference/#get-streams
Gre
Thank you george, it works very well.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.