Example for twitch streams online with game

Hi i have problem because api was changed and i want streamers list from specific game
for example twitch api v3
https://api.twitch.tv/kraken/streams/?broadcaster_language=pl&game=Minecraft&limit=99&offset=0&client_id=xxxx
{“error”:“Gone”,“status”:410,“message”:“War. War never changes… but APIs do. See https://dev.twitch.tv/docs”}
this is working but now is error
can you give for example new api twitch?

v3 has been deprecated for over 2 years now, and is currently going through a process of scheduled outages in the lead up for complete removal on Septermber 12th at which point v3 will no longer work at all.

To use the new API, simply check out the docs page on how to Get Streams https://dev.twitch.tv/docs/api/reference/#get-streams

https://api.twitch.tv/helix/streams?game_id=417752&client_id=xxx
something like that but this not working
{“error”:“Unauthorized”,“status”:401,“message”:“Must provide a valid Client-ID or OAuth token”}
I don’t know how to do this

You have to send your Client ID or an OAuth token as a header, you can’t send it as a querystring param in the new API.

You may also wish to read the migration guide:

https://dev.twitch.tv/docs/v5/guides/migration/

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