366 results found
-
Endpoint to fetch scheduled ads Let us fetch the scheduled ads of a streamer so we can know when ads will be played
This should be scoped for safety
3 votes -
Vod chat for helix Currently twitch embed does not support vod chat and neither does the helix api.
Twitch only allows vod chat to be seen directly on the website.
This data could be used in a great number of ways by third-parties particularly video editors.
Please add a way to retrieve chat for vods
No? ok. Sadge
47 votes -
API Costs Add column "costs" for each Subscription Type summary.
3 votes -
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 -
Who I'm watching endpoint "Who I'm watching" endpoint
Add an Helix API endpoint to get "Who I'm watching" if the right scopes where provided
With this we could be able to import this data for other apps, like "Discord events to invite other users to watch the same stream"
6 votes -
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 -
Expose Games/Chapters on the Videos API There's currently no way to view the games/chapters on a video. This would be very useful for an application I'm building
16 votes -
Extend API to be able to Ban/Unban up to 100 ID's similar to blocking For managing Bans without having to create an IRC connection and to remove the issue of running into the global message limit when banning large numbers of users or cleaning out a large banlist
51 votes -
[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 -
recognize videos which are reserved only for subscribers I would like to get informations about videos which are available only for subscribers.
something like add an attribute in the response indicating if the video is reserved for subscribers1 vote -
Get Banned Users should work for all channels authenticated user is moderator of I feel like I’ve seen this suggested before, but I’m unable to find another suggestion for this currently.
Anyway, right now Get Banned Users (https://dev.twitch.tv/docs/api/reference#get-banned-users) only works for the user that is authenticated, regardless of them being a moderator for other channels.
It would be very useful if the restriction on
broadcaster_id
matching the auth token’suser_id
was softened and instead just require thatuser_id
is a moderator forbroadcaster_id
.3 votes -
App Scoped UserIds This is an unpopular idea, because it would significantly change the developer experience and make cross app tracking of users 'more difficult, but not impossible'.. and also, it would increase security and improve user privacy.
Return only Opaque User Ids. Do not have the UserID returned by the API to be the same one that other user data is indexed by. If you want to take it a step further, make the UserIDs returned to an app, 'app scoped'. What that would mean is if App A, asked for the UserId of user 'Xemdo', the API could return 72078039. If…
1 vote -
Add "first-time chatters" filter to chat settings endpoint The following endpoint allows to get/set the chat un emote/sub/follow-only....
https://dev.twitch.tv/docs/api/reference#get-chat-settings
https://dev.twitch.tv/docs/api/reference#update-chat-settingsI believe it would make sens to add the new "first-time chatter" filter brought by shield mode to it so external tools can get or set this value.
1 vote -
Unvip doesn't trigger chat moderators actions pubsub topic reliably This should be cross checked to ensure the workflows trigger the expected/correct things across other parts of Twitch.
3 votes -
Retrieve moderation actions such as banned users with a channel moderator's OAuth token As far as I understand, for now, it is possible to ban/unban an user with a channel moderator's OAuth token, but it is still impossible to retrieve the channel's banned users list. It must be done with the broadcaster's OAuth token. Even though moderators have access to this information with the /user chat command.
If I want to check if an user is banned as a moderator via the API, here's what I currently need to do:
- perform a ban/unban request on the user
- check if it returned HTTP 200 or HTTP 400 (respectively meaning successful or user…3 votes -
Provide an endpoint for recent raids Or as a minimum "Raids this stream".
But then you need a sensible reset point. So last x days works. Similar to other "time" based endpoints.
7 votes -
Hidden/Personal Replys for bots Right now, chat bots that post messages in chat from things such as commands. will post the reply in chat, which can become quite spammy. The only solution to this right now is to use whispers, but there is a hard limit on that and doesn't work half of the time anyways. I propose that we should be able to have bots send replies that are hidden to everyone but the person that ran the command.
3 votes -
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 -
Twitch Oauth2 flow should support device authorization grant Twitch Oauth2 flow should support device authorization grant:
https://oauth.net/2/device-flow/This will drastically ease the development of desktop and mobile applications.
2 votes
- Don't see your idea?