Get Streams
get_streamsGet live Twitch streams, optionally filtered by game name and/or language. Returns streamer name, title, current viewer count, and thumbnail for each live stream. Omit game for the overall top live streams across Twitch. Example: get_streams({ game: "Just Chatting", first: 20, language: "en" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Game NAME to filter by (e.g. "Fortnite", "Just Chatting"). Resolved to a game id automatically. | |
| first | No | Number of streams to return (default 20, max 100) | |
| _apiKey | No | Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key. | |
| language | No | Optional ISO-639-1 language code to filter by, e.g. "en", "es", "ja". |