twitch_streams
Find top live Twitch streams for any game using its category slug, ranked by viewer count. Get stream title, viewer count, broadcaster, and tags as clean JSON.
Instructions
Get the top live streams for a Twitch game/category. Returns the top currently-live streams for a Twitch game/category, ranked by viewer count: title, viewer count, broadcaster, and tags. Public data sourced from Twitch's own GraphQL API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Twitch game/category slug (the lowercase URL slug from twitch.tv/directory/category/{slug}) | |
| limit | No | Number of streams to return (default 20, max 100) |