74 results found
-
Extend get clips endpoint with featured flag May we get an extension for the "Get Clips" endpoint so we can see in the response which clip had been featured?
Also an optional filter for request query that returns all, non-featured or featured clips depending on the passed parameter. By default it would return all clips.3 votesis_featured has been added to the return payload as well as an optional query parameter to get all featured or all non-featured Clips.
-
Channel Guest Star Slot Update Notification - slot_count should be slot_id as per the reference
slotcount should be slotid in the example event
2 votes -
Docs errors for push live for guests There doesn't seem to be an API function to (for a slot) "show on stream"
2 votes -
Get Guest stars endpoint to allow show/remove specific guests, including disable their video/mic Target streamers: Coworking & costudying
Use case: We've been using discord voice rooms or apps like studyverse to share people's cameras while focusing on their tasks, having an endpoint like this would allow a bot to automatically show affiliates/partners' camera, and mute subscribers as example.
4 votesThis is possible with the Guest Star APIs in open beta now. If a guest is sharing audio/video, you can choose to disable those from coming through Guest Star.
-
Shields up/down trigger via API and eventsub announcements Please provide an API to enable/disable shields
Manly for things like streamdecks.
And need a "current status" so don't try to off whilst it's already off/etc
21 votesOur Shield Mode Twitch API endpoints and subscription types are generally available now.
-
Provide an API to trigger a shoutout Please provide an API for shoutouts to be triggered from the API
163 votesThe Create Shoutout API is available in open beta now.
-
Set custom tags to stream info Hello :)
We can now add custom tags to our stream infos but the API does allow us to do the same for now.
Also, if we edit the tags from the new form, we don't get them back with the API.Is this API update planed ?
25 votesWe recently added updated Helix with support for custom tags. You can use the Modify Channel Info endpoint to add tags.
-
Please provide an API to manage Donations Please provide an API to manage donations
including but not limited to
- starting
- stopping
- goal(s) management
- donations made
- information about active goals
- information about active donations on the channel (started/stopped scheduled for x)
26 votesOur Charity APIs and EventSub subscription types move to general availability this week.
-
ADDING MORE OPTION TO POLL As we all know, we are betting on polls to win more points. But there is only 2 option in it. We should add one more option to extend it to 3.
So basically, so many viewers watching CS:GO and in this game, you can not always win or lose it also there is a draw option in game. It is just an example there are so many games like this: Fifa, Pes, NBA etc.
So we should add one more option to predict the draw option also for winning more points.
1 voteChannel Points Predictions allow up to 10 options and the Twitch API also supports this many options as of a couple months ago. For more information on selecting multiple options as a broadcaster, see the help article below. If you are third-party developer, the second link will provide information regarding how to create a Channel Points Prediction programmatically with up to 10 options.
https://help.twitch.tv/s/article/channel-points-predictions#create
-
User ban timestamp A user's banned timestamp when fetching this route https://dev.twitch.tv/docs/api/reference#get-banned-users (When did the user got banned precisely).
3 votes -
Examples without depending on unofficial libraries/websites You should describe how to work with chat without using an unofficial library that is not owned by Twitch.
At the same time you should explain how to get the Oauth Token not using a website that is also not owned by Twitch but uses "Twitch" in it's name, going against the TOS.1 vote -
Please Provide an API to CRUD /announce Please provide an API to
- Create
- Replace
- Update
- Delete
For the new announcements feature.
Additionally this should work with a broadcasters token or a moderators token
Usecase: much easier to automate and manage announcemtns externally.
We could for example auto update the "message of the day" and/or change the message based on timers or external factors.
We could also use it for the "Death Counter" of the game the streamer is playing on Stream
32 votesWe released the Send Chat Announcement API last summer.
-
Twitch is best platform As we all know that twitch is one of the best platforms for gamers. I want to embed it with my website https://routerinsider.com/best-router-under-150/ so that every person can get benefit from it. How can I embed it?
1 vote -
Require Authentication for the Get Chatters Endpoint Currently, this endpoint: https://tmi.twitch.tv/group/user/<CHANNEL>/chatters
Can be used freely without any authentication or scope.
This is definitely being abused with the hate raids. It's been abused by malicious actors for a long time now. Why has this endpoint been created in such a way that there is zero barrier for a malicious actor to obtain user data?
Even the Get Polls endpoint (https://dev.twitch.tv/docs/api/reference#get-polls) requires both authentication and a scope!
How has that Get Chatters endpoint not yet been removed an replaced with a secure Helix endpoint, as stated here: https://twitch.uservoice.com/forums/310213-developers/suggestions/39145294-chatters-viewers-helix-api-endpoint
This is not ok.
13 votesThe Twitch API Chatters endpoint is generally available now.
-
Fixing an error There's an error in Section "Using cURL to get the information".
curl command needs param -X if you want to specify the method, for example GET in this case:
curl -X GET "<url>"...1 vote -
1 vote
-
Add the date/time of the ban to the moderationg/banned Similar to https://twitch.uservoice.com/forums/310213/suggestions/38203978
But include the date/time of when the ban record is for.
So for example
{ "user_id": "SomeID", "user_login": "SOMElogin", "user_name": "SOMEdisplay", "expires_at": "", "reason": "", "moderator_id": "15185913", "moderator_login": "barrycarlyon", "moderator_name": "BarryCarlyon" }
I have no idea when this ban happened.
UseCase: For considering unbans when reviewing data in an external tool, the date/time of the ban will be considered to determine if the user who is banned has "served" their time or not
6 votes -
broken example example doesn't work "error":"Unauthorized","status":401,"message":"OAuth token is missing"}curl: (3) URL using bad/illegal format or missing URL
2 votes -
Bans/Banned events who did it Similar to https://twitch.uservoice.com/forums/310213-developers/suggestions/42562003-bans-who-did-the-action
But extended to the Helix API.
It would be useful to add who did a given "Ban Event" to the Get Banned Events for "service restart catchup" when using eventsub.
And useful to add it to the main "get banned users" for determining as a moderator using a tool the history or a user and to check with that moderator why that user was banned, but can't since the API doesnt' report who did it.
3 votes -
Allow access to the "Get Channel Chat Badges" endpoint using an App Access Token All of the new emote and badge endpoints can be accessed using an App Access Token except for /chat/badges which needs a User OAuth Token.
I don't see why this endpoint needs a user token since the badges can be viewed publicly on the subs page and It doesn't reveal any private info about a user.3 votesThank you for reporting this issue. This endpoint now supports access with an App Access Token.
- Don't see your idea?