369 results found
-
Provide way to download Channel Analytics CSV Export I would like a way to programatically download the data that is in the Channel Analytics "Export Data" CSV.
3 votes -
Need filter by language in game clips Helix don’t have for game clip by laguage param filter.
Helix api must need it for the other country.
Thank you.
2 votes -
Viewer Data Storage for Extension Overlays/Components/Panels In the context of a Twitch Extension Overlay, the API needs a way to set key value pairs for viewers of a channel not using cookies. Chroma incognito blocks setting local storage and cookies. This would be used to store overlay settings like widget sizes and positions. That way when the page refreshes, the overlay elements would persist their placements. As the great BarryCarylon said "... like Redis for Twitch Extensions".
2 votes -
get game followers or check if a user follow a game get game followers or check if a user follows a game
5 votes -
Clone Custom Reward The ability to specify an existing reward that exists as a basis on creating a new reward would be useful. (This would clone the image/other set parameters as well to the new reward)
Use case:
Channel points to pick a "team" the user would be in.
Today there are three teams, so clone the pre set (disabled) one three times.
Tomorrow there will be four, so clone four times.Image would be the same for all four.
2 votes -
Subs Tenure in Helix We would like subs tenure in Helix in order to use this for merch extensions providing tenure-based merch options.
111 votes -
Video Tutorial I am confused about this site. Please provide a video and explain more.
1 vote -
Include follow count in /helix/users Add follow count to /helix/users endpoint. This data is accessible via /helix/users/follows, but would require an additional call.
137 votes -
Unfollow category/game from API There's currently no way to unfollow a game from the API, in any of the existing APIs (helix, v5, v3). You can follow a game in v5, but not unfollow. Helix has nothing related to games/category. The website itself uses GQL.
4 votes -
PubSub cheer emote placement The cheers topic of PubSub doesn't give emote placement like the Subscribers topic does.
Please extend cheers topic to include the Emote placement like Subscriptions does
For example
"sub_message": { "message": "A Twitch baby is born! KappaHD", "emotes": [ { "start": 23, "end": 7, "id": 2867 } ] }
Should be included with Cheers on PubSub
4 votes -
Was wondering if the dev team would consider adding a language filter for clips. Similar to the one implemented in the TwitchV5 API Old API allowed you to only get clips with a specified language. Since this is not in the new API, sorting clips through language, ends up eating through your requests. Since you have a limit of 100, about 1/3 of clips gathered will NOT be English, meaning you have roughly 66 clips. Would be nice if that could be added to allow requests to return more clips.
3 votes -
Error 500 with update reward (is_max_per_user_per_stream_enabled) When I try to update "ismaxperuserperstreamenabled" of a reward, I get an Internal Server Error.
1 vote -
Team Managment We'd like to be able to, CRUD on Teams
Caster -> Team
- Accept/decline invitesTeam -> Caster
- Create an Invite
- Set A Streamers primary/displayed team
- Edit a team description
- Remove Team Members- Fetch Team information
- Fetch who in a given team
- Webhook for ^^
- Fetch who in a given team that is live
- Webhook for ^^
11 votes -
Allow Unicode characters for Oauth Client / Application Names Currently, when a non-Englisch Character is entered into the "Name" Field of the Application Settings (https://dev.twitch.tv/console/apps/<CLIENTID>), it is denied with the Error Message saying that the word "Twitch" is not allowed, even if that is not entered.
1) This Error Message is confusing as it is incorrectly describing the situation.
2) For some usecases, Non-English Characters would help for Names - such as German Companies with umlauts (öäü) in their name.I acknowledge that allowing the entire Unicde / UTF-8 subset can pose issues, but It makes it so an Application Name may not be 100% identifying of…
1 vote -
Channel Points for bots without API Hey. I know that people are requesting API for Channel Points. But I came up with better and easier idea.
When streamer creates new reward in dashboard, there should be option to "run a link" in background after reward is redeemed. This type of button will trigger bot with GET-request and bot will run specific action.
Why I think this approach is better than API:
1. No API on Twitch side, obviosly.
2. Bots won't be abble to control Channel Points directly.
3. This will work with any bot who will support this kind of triggers.
4. Easier to use…18 votes -
Hosting API Allow developers to update autohost lists and set the current host via REST-based API.
5 votes -
Denote Watch Party as a Stream Type in Get Streams Given the site shows Watch Parties as an alternative "type" to Live content (similar to Reruns), it should be denoted as such in the Get Streams API.
1 vote -
Provide a Helix endpoint to list reward templates created by user, and eventually see the (done, claimed, refunded) I would like to have a way to access a list of CHANNEL REWARDS available for a given channel. Without authentication would be nice, as anyone can see it in the website regardless.
Another additional data provided if the API call is authenticated with the said channel, would be to see the status of the claims (Accepted, pending, refunded) so that the projects based on those can know if it was accepted or if it can be safely removed, in case of a refund.
2 votes -
Add where user left off in VOD (video bookmark) to Get Videos If the request (Get Videos) is authenticated by a user, return a response field video_bookmark which returns, in seconds, where the user left off in watching the video. Or it could be requested at a different endpoint by video ID or something.
1 vote -
Streams sort by viewer count ascending Currently, supporting small streamers is costly, requiring pagination through large streamers. Grant Streams api functionality already present in internal gql api:
options: {..., sort: VIEWER_COUNT_ASC,…}
4 votes
- Don't see your idea?