857 results found
-
Add the Go live message of a channel within the channel online eventsub event It would be really cool if the Go live message of a channel was present within the user online event.
4 votes -
[BUG] API does not allow to remove custom tags According to the recently updated documentation (https://dev.twitch.tv/docs/api/reference/#modify-channel-information ):
To remove all tags from the channel, set tags to an empty array.
However that does not work at all, as the API returns:
{"error":"Bad Request","status":400,"message":"The request must update at least one channel property field."}
When receiving the following payload:
{"tags": []}
If you send the following the title gets updated and the tags remain untouched:
{"title": "Test ing the API", "tags": []}
6 votes -
There's one thing I would like to ask about why can't you make the following live channel listing changeable So you don't restrict it to jus There's one thing I would like to ask about why can't you make the following live channel listing changeable So you don't restrict it to just views numbers And it be nice to go alphabetically follower numbers Or the title Of what they're streaming I'm put it here since the other way is too hard to post It's not the bar on the left it's the main page of the following
1 vote -
TOP SUB GIFTERS (Leaderboard API) Similar to the Bits Leaderboard, please add a gifted subs leaderboard API, so we can see everyone who has gifted a sub in the channel.
So People can show in their overlay who is the top sub gifter (or the top sub gifters). This will make people see that when gifting subs they will show up in the stream and that streamers appreciate them.
Consequently there will be more people subscribe logically to be appreciated and that would make them and others gift more subs to the streamers.(I saw there was a request / an idea for that too…
7 votes -
Allow subscription to channel.prediction read events with no scope required I don't see why a scope is necessary when the event is always readable by a third party
2 votes -
404 on linked endpoint https://id.twitch.tv/oauth2/token returns a 404
2 votes -
Include Tags on channel.update This would allow things to happen if only a certain tag is set.
That of course would require channel.update to fire for tags being edited as wellExample: If a streamer wants to have an automated tweet sent out when they start a Giveaway, they could add the tag "Giveaway", which triggers channel.update and then the receiver can process and send a tweet on their behalf.
13 votes -
Add/Remove Channel Editor via API Please add the ability to add/remove channel editors via the API. This was requested previously and marked completed but as far as I can tell it's not completed.
14 votes -
Upcoming & Active Drops via API for Devs Why is there not currently an api that allows for regular developers to access the current upcoming/active drops?
There are a couple of usecases for this (off the top of my head), for example;
- displaying all active drops for specific games on a website like a fandom.
- announcing upcoming drops via a discord bot.Currently some games are creating drop campaigns with no official notices or schedules and with a short turn around. Drops go live within 2-3 hours of creation and last 2-3hours, if you're not sitting refreshing the drops page every hour you're likely to miss…
8 votes -
Followed list to indicate subscription In your list of followed streamers, you can see which ones you have a gift subscription to. It would be great to see which channels you subscribe to in this list as well.
2 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 -
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…2 votes -
[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
2 votes -
Allow bots joining Guest Star, capturing, and sending audio I have a Discord bot that can read audio from participants and individually transcribe their speech to text and display it on the stream. I have another Discord bot that can synthesize Twitch chat messages (TTS) and send the utterance to voice channel participants. Would like to be able to do the same through Guest Star, especially since Guest Star has alledgedly better audio quality.
Thank you!
9 votes -
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 subscribers2 votes -
отключение Рейдов Добавьте возможность для зрителей отключать участие в рейдах. Невозможно смотреть в фоне, просто мерзость эти рейды. Я не хочу чтобы меня перебрасывало на левые каналы.
1 vote -
Add "Do not ban moderators" to Shield Mode Add "Do not ban moderators " or "Do not ban usernames" that are trusted. So that Shield Mode does not defeat its own purpose by banning human moderators to leave the channel vulnerable to chat abuse vandalism, which could shut down the channel. Another setback discovered in testing, is that when a moderator unbans a Shield Mode banned moderator, the moderator sword is not restored by the unban. So that moderator is unable to protect the channel from chat abuse vandals. There are workarounds, but they take precious time. AutoMod should be checked that it is not getting Shield Mode…
4 votes -
Add "Profile Picture" to "Update User" endpoint Can we please have a way to update the user's profile picture via the Update User endpoint? This would be very helpful. I don't quite understand why it's only locked down to description only. Thanks!
2 votes -
EventSub for added/removed moderator status, but for self EventSub exists for channels adding/removing moderator status to a user. I'd like the other way around. I'd like to receive an EventSub notification if I have been added/removed as a moderator.
Why:
In order to receive a notification whether my bot has been added/removed as a moderator in a channel, I have to subscribe to every streamer I support onchannel.moderator.(add|remove)
, with the condition ofbroadcaster_user_id
= streamer ID. If I could set a condition ofuser_id
= my bot ID, I would only need ONE eventsub subscription each for add and remove, instead of 75000+ each. Win-win for…5 votes
- Don't see your idea?