DevUser
1
I’m not able to get any streams info to return in the V5 API. Is this still working? It always returns 0 items for me.
Works fine for me
What request are you making?
DevUser
3
I’m trying to get the live streams migrating from V3 to V5.
streams?limit=100&channel=user1,user2,user3
The URL is:
https://api.twitch.tv/kraken/streams/channelID
You cannot load multiple streams by ID/Username at once with v5
DevUser
5
It’s not possible at all or I need to use a different resource? I really liked this ability.
DevUser
7
Ok, I’m trying to resurrect an app I made with V3 to V5 first before going to the new API since it’s so different.
It worked perfect in V3.
I rechecked the docs: (or was stabbed to)
It’s
https://api.twitch.tv/kraken/streams/?channel=43691,103825127
You need to be using the users TwitchID not username
Everything on v5 is userID rather than username
https://dev.twitch.tv/docs/v5/guides/migration#username-versus-user-id
DevUser
9
Thank you for all the help!
system
Closed
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.