373 results found
-
Inconsistency between Channel Points API and PubSub Redemption Topic
When PubSub returns rewards, it references
channel_id
whilst the Beta API Endpoints call itbroadcaster_id
.As a Developer, i prefer to be able to parse the same object from different sources in the same way. The discrepancy in naming prevents this / makes it slightly less performant as a distinction needs to be made.
2 votes -
Twitch Connect - app ids shared in api
At the moment I have not found any way to get users app id (in my case Riot Account ID) which would allow me to authenticate user using Twitch API and at the same time make sure that user owns this Riot Account. Currently Riot does not support their own way of authentication for third-party developers, therefore Twitch would be great in this case if they shared app ids connected to the Twitch accounts.
2 votes -
Add GET https://api.twitch.tv/extensions/<client ID> as a documented endpoint
If you call GET https://api.twitch.tv/extensions/<client ID> you get a JSON back with the information about the extension. This is currently undocumented, but it would be a real useful took for discoverability and management, but being undocumented, it wouldn't be wise to use in a production environment. If this endpoint is planned to be kept, can it be added to the documentation for our use?
2 votes -
page has no download link
This page says "The Twitch Authorization SDK is a library that provides access to Twitch Authentication through an API targeted at applications used by Twitch broadcasters." But it has no instruction on how or where to DOWNLOAD THE SDK!!!!!!
1 vote -
Adding a Request Query Parameter for creator_id in the Get Clips API
Currently in the Get Clips API (https://dev.twitch.tv/docs/api/reference/#get-clips) there isn't a way to set one of the request query parameters to include the creator_id, but you can see this in the response body. This would be useful for filtering clips from just 1 user. The only way to filter right now is by requesting every clip from a channel and filtering the clips yourself. I don't like doing this, because it takes a long time, and is prone to missing clips. It also creates a ton of useless API calls that could be avoided by allowing this filtering during…
1 vote -
Allow streamer access token to modify redemption status without reward creator client ID
In the web UI, moderators are able to complete/reject redemptions. However, the PATCH https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions API endpoint requires the reward to be created with the same client ID that is used to update the redemption, or it returns a 403.
This restriction is needless when considering the aforementioned leniency on the web UI.
1 vote -
API Endpoint to get all predictors for a given outcome.
Currently the Prediction endpoints (and EventSub data) only contains the top predictors for outcomes in a prediction. I propose a new endpoint, located at something like:
helix/predictions/predictors
that takes as input abroadcaster_id
andoutcome_id
, and returns a paginated list of all users who have contributed to a given prediction outcome, along with the details of their prediction (essentially the "top predictors" array, but containing all predictors).This could make predictions even more interactive- a streamer could, for example, draw two word clouds showing all predictors for each option "battling" each other.
1 vote -
Add Tag to USERNOTICE subgift if Part of a submysterygift
Rarely, a race condition in which a USERNOTICE with a msg-id of subgift will come in before the submysterygift it shares a msg-param-origin-id with. This can cause unexpected behavior in multiple situations. Rather than try to force the submysterygift to always be sent first, I suggest adding a tag that marks a subgift as part of a random or bulk gifting in some manner. Even a boolean value would be enough for software to know to wait for the submysterygift to come in before processing the subgift. Otherwise, a forced delay is required on all subgifts, even if they're actually…
1 vote -
asdfqwer
Bro please make this **** easier/more understandable.
1 vote -
Improvements on Teamfunctions
I would like to see a better handling of teams inside of the api.
The following functions i would like to see.- adding and removing teammembers
- query who is currently online of the team
- subscribe (eventsub) to get notifications when a team member goes online or offline
I think query and subscribe is needed cause sometimes you just need the current state for example to implement a reply in an 3rd party tool who can be raided and raise this way the interaction between team members. Subscription based is good if you for example want to let discord post informations…
1 vote -
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.
1 voteWe are planning to provide APIs for Guest Star.
-
Allow adding single character blocked terms via the API
Twitch's UI allows you to add terms that have only a single character to them. This is good because it allows us to block some characters that are usually used on ascii copy pastes (like "⣿", for example).
Unfortunately, the API imposes a limit of a minimum of 2 characters per blocked term, as seen on the docs:
"The word or phrase to block from being used in the broadcaster’s chat room. The term must contain a minimum of 2 characters and may contain up to a maximum of 500 characters."
This creates a weird behaviour where users can add…
1 vote -
alt+t plus full screen mode better support wide screen and ultrawide screen
i dont know which classification is right, forgive me plz.
when i use wide screen or ultrawide screen. i want watch stream full screen and with chat. need press alt+t then f11.
u guys can option a new key to press when identify user used wide screen or ultrawide screen.
and if it could be updated. i want saw following channels at lefe, stream on mid, chat in right when user used ultrawide screen.
ty.1 vote -
Show bot chat messages in the users chosen language
Many channels I watch regularly communicate at least in two languages, and therefore send out chatbot messages in multiple languages as a long message.
For example, "Follow my Instagram at ig.com/username // Folgt meinem Instagram at ig.com/username".
It would be great if there was the option for chat messages sent via API to provide a default message with translations. Users would see bot messages in their native language or the broadcaster's selected language if no matching translation was provided. This could be extended for other functions, such as shoutouts.
1 vote -
Extend Clips response with video_name and game_name
The clip response already include both id and name -fields for some data -- broadcaster_id/broadcaster_name and creator_id/creator_name.
It would be helpful if the same was true for game_id and video_id, so we wouldn't have to resolve these by making additional requests.
game_name: the title of the game being played.
video_name: the title of the video (stream) that the clip came from.1 vote -
[Charity] API to get donations of a recently ended Run
The API for "Get Donations" currently only supports being able to get the donations of the currently running goal.
It is a common use case for when an eventsub charity.stop occurs that you would then go to the API can fetch the donations incompleteness for that charity drive.
And since it stopped the API will not return anything.
Please extend Get Charity Donations to support a campaign_id parameter.
This may required "Get Charity Campaign" to be extended to return recently closed Campaigns. This is similar to how Hype Trains API's work where the Get Hype Trains API will return recent…1 vote -
[Charity] Update Goal
This superseeds https://twitch.uservoice.com/forums/310213-developers/suggestions/45445489-please-provide-an-api-to-manage-donations
which covers kitchen sink
Please provide an API that allows authorised parties to increase/modify the goal on the channel.
The primary reason for this is to allow a moderator to update the goal whilst the streamer is busy streaming/reading donations/playing the game.
This could also be used for tiered targetting/target goals in an automated fashion "hey chat we met goal one of 100 dollars, lets get to goal two of 1000 dollars" and the control bot can auto update the goal when the first goal is met
1 vote -
Conflict between docs and reality on refresh tokens expiration
I became to have an expired refresh token and the API answered with a code 400 Bad Request. May updating the docs be a good idea.
1 vote -
Predicts extension
You Could allow more options on predicts , currently only 2 can be ativated. you could use the poll system on predicts only diference on predicts viewers would get rewards.
1 vote -
Regarding API rate limit..
Hello, I have a question
It provides a service that provides users with search results and filter functions on various platforms.
Is there a way to increase the limit of the rate limit of the API currently being provided?
Please check. Thank you!
1 vote
- Don't see your idea?