Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

Developers

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

436 results found

  1. Currently, using https://api.twitch.tv/helix/channel_points/custom_rewards to DELETE a reward will mark any UNFULFILLED rewards as FULFILLED.

    While this already feels wrong, it would be nice to be able to send an optional parameter that can set the status to CANCELED instead. This should help reduce the number of requests to Twitch and make it more manageable when having to delete more than 50 pending redemptions.

    The current way we manage this is to get a list of all pending redemptions on the reward and then send a status update for 50 of them at a time before deleting, but if the goal…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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 a broadcaster_id and outcome_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.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Due to the removal of the stream tags_id a few weeks ago, it is no longer possible to tell from the tags whether the stream is a "sub-only" stream.

    Maybe, so that the JSON is not unnecessarily extended by another point, the information could be added to the new custom-tags. Preferably as a fixed string without localization.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. The API has no way to initiate an export, and there's no bulk export in the video producer ui, so you're stuck doing vods one at a time which is error-prone and annoying. Please add an export API!

    Thanks,
    Chris

    PS. Related forums thread: https://discuss.dev.twitch.tv/t/twitch-api-exporting-videos/33902

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. The endpoints announced earlier today ( https://discuss.dev.twitch.tv/t/announcing-apis-and-eventsub-for-polls-and-predictions/31539 ) should be usable by channel moderators so that third-party apps like Chatty can make use of them without the broadcaster needing to authenticate.

    243 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Deferred  ·  10 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Emotes with the type "twitch" has the attributes 'start' and 'end' that specifies where in the raw text it starts and ends.

    But emotes with the type "emoji" lacks these values. The type "emoji" also lacks the exact character as text as well. The emoji "🐇" has the values name and id both being "1f407" and none being "🐇".

    My goal is to go through from the end to the start of the text and replace each entry. Apparently emotes of the type twitch are also sorted before emotes of the type emoji, which means I can't go through the…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Add a new endpoint to Entitlements that will allow devs to pass in the game id. The endpoint will return data on active, completed or upcoming drops. The data is already available on the Twitch site on the drops campaign page https://www.twitch.tv/drops/campaigns.

    Having this data would be useful to use on fan made websites so that visitors can get reminders of available drops.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Given the fact that Twitch had to take down the follow/unfollow api's due to bot programs that are out there - my suggestion would be to have an approved set of developers that propose and showcase their applications.

    This way Twitch could bring back the follow/unfollow API and any service or developer that was in violation of Twitch's TOS regarding the API could be warned and ultimately have their access and credentials removed.

    Twitch Developers could review the logs of which applications were connected with BOT services and immediately shut those down rather then removing the api in its entirety…

    110 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Deferred  ·  10 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. This already exists with the videos endpoint. Clips already have a created_at value so sorting by it should be easy to implement. You could actually reduce API calls if you allowed sorting by date.

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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 subscribers

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Twitch supports two categories of notifications for users on their site: My Channel and My Twitch. My Channel provides updates related to broadcasts, such as subscriptions or donations. My Twitch provides updates mainly about game drops and other loot related activities.

    I propose extending the My Twitch notifications so developers can send custom notifications to users directly on the Twitch platform. These notifications would act similar to drop notifications and would appear in the My Twitch feed. Users would have to agree to receiving notifications via oAuth when signing in or connecting their Twitch account to another application, similar to…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Add subscriber start date to get broadcaster subscriptions endpoint

    25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. With more Information on the "Shared Bans" feature now being available, it would be nice to have information about them available to third Parties, specifically in 2 Locations:

    1. When a user from a shared List joins and is marked as restricted or flagged, this should be returned on IRC - it probably already is, but the relevant tags should be documented and usable for third parties providing chat integrations / moderator tooling
    2. An API endpoint to GET which streamers a mutual sharing has been made with or a way to query a user's "flagging" status in a channel to allow…
    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Bro please make this **** easier/more understandable.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. There's currently no way to view the games/chapters on a video. This would be very useful for an application I'm building

    28 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Add a "/users"-like API method that supports display names. This will let bot commands which have a username parameter support Asian-family character display names to be passed the same as Roman-alphabet channel names. It will also let systems verify that a provided name (channel or display) exists on Twitch, and merge any information for a user's display name with the information for that user's channel name, to prevent "duplicate" sets of data: one for the display name; one for the channel name.

    19 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?