Let’s say I want to get all streams active with the tag Charity. The website leads here:
How do I get this list programmatically with the API? I also see these are active streams but how do I get all streams?
Let’s say I want to get all streams active with the tag Charity. The website leads here:
How do I get this list programmatically with the API? I also see these are active streams but how do I get all streams?
The Twitch API doesn’t support “get streams by tag”
People would normally filter by nothing/gameID on Get Streams and then paginate and then look for a given tag being present in the response.
But Get Streams doesn’t accept a tag_id directly.
You may consider a uservoice requesting this functionality: Developers: Top (650 ideas) – Twitch UserVoice
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.