397 results found
-
Charity Donation - Unique Donation ID
For both the API and EventSub please provide some sort of unique Identifier for each donation.
If a user
foo
were to donate10
monies to channelbar
There is no way to distingish the two apart to correctly deduplicate.
Use case: read from the API to catch up, then connect to eventsub, then be sent a donation of
10
monies to channelbar
byfoo
foo
did this a moment ago so it was in the API and we connect to eventsub at the same time and get the same message. We don't know if it is a duplicate…2 votes -
"last live"
A public API call to look up when accounts were last live would really help for many reasons - such as those of us at the follow limit and need to unfollow some accounts...
2 votes -
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 -
Filter GET Clips by language
Suggestion!!!
It would be interesting for the API to offer a filter by language, in GET Clips.
2 votes -
API to manage "suggested streamers/Categories/authost list"
Please provide an API to manage
- suggested streamers
- auto host list
- recenty streamed categories
Basically
https://dashboard.twitch.tv/settings/channel/featured-content as API endpoints
2 votes -
Goal Endpoint
Currently the /goal command opens a dialog screen allowing the broadcaster to set a channel goal.
Params would be:
type - MUST be Followers, or Subscribers (if the channel is able to have subs)
goal: number of followers/subs for goal
description - optional string
color - one of Twitchs preset color optionsResponse would be either an error, or success along with the URL for the browser source.
2 votes -
Moment Endpoint
Currently Moments are still in beta, but there is a /moment chat command so this UserVoice is for that to be implemented as an endpoint when it's out of beta.
Since moments are essentially clips with some extra bells and whistles, it could be almost a copy/paste of the Create Clip endpoint, and having the option of using 3rd party tooling could result in increased usage of the Moments product.
2 votes -
Include "total" field for Get Videos, as with Kraken previously
Previously a call to "https://api.twitch.tv/kraken/channels/123456/videos" included "_total" (The total number of videos).
This was removed in Helix.
As a replacement, you need to iterate through every 100 videos for a channel and count manually. This results in thousands of extra API calls.2 votes -
Get last clip
It would be important to get the latest clip of a channel, with the link, title, category and description.
2 votes -
Allow for an event to occur once an embedded clip has ended
I was thinking that some kind of listener in embedded clips that would run a function once the clip had ended.
For example, in my case, I wanted to run an array of clips one after in an iframe (HTML). Within twitch's API there is no way to do this and I think it would be very beneficial to twitch developers to have an ".onEnded()" function in some way for embeded clips.
2 votes -
Collects all user subscriptions
There is no way to retrieve a list of all the user's subscriptions.
The idea is to create a query similar to this.
https://api.twitch.tv/helix/subscriptions/user?&user_id=1419817642 votes -
Extend automod endpoint to report if a user is suspicious
The AutoMod API lets you test/validate text
Extend the AutoMod API to test a username/userID so a user passed in from tip/extension platforms can be tested to see if should be flagged/skipped/held for manual moderation
https://dev.twitch.tv/docs/api/reference#check-automod-status
2 votes -
search archived videos by stream id
The get-videos API (https://dev.twitch.tv/docs/api/reference#get-videos) takes either a video id, user_id, or game_id, but does not take a stream_id, so if you want to find the VOD from a stream ID you captured while the stream was live, you have to search back through a user's videos and match them up, which is not super efficient, especially if the stream is old. Could you add stream_id as a possible query parameter please?
Thanks,
Chris2 votes -
how can I add twitch with my website
Hi
I hope you are all doing good
I need some help. I am looking for a developer who can easily integrate twitch with my website https://cloptoncapital.com/. I tried a lot by myself but nothing happened. So if you have any information about it then please do let me know. Thank You2 votes -
Stop asking for mobile 2fa to register applications.
Stop asking for my mobile number to register applications or for any reason at all.
You already get 2fa by sending the verification code through email. Sending it through mobile is an added security risk. It only makes it easier to compromise the account when hackers can just contact the mobile operator to be able to clone our mobile number.
The verification code through email is plenty. I have secure passwords on both email and twitch accounts, I can make sure they are safe, I can control that. I can't control what my mobile operator does with my SIM ID.…
2 votes -
Is email/phone banned from chat in the API
If a user is banned from chat due to email or phone "cross ban" as per:
…Curbing Ban Evasion We know there are many reasons someone may need to manage more than one account, so you can verify up to five accounts per phone number. That said, to help prevent ban evasion, if one phone-verified account is suspended site-wide, all accounts tied to that number will also be suspended site-wide. Users won’t be able to verify additional accounts using a phone number that is already tied to an actively suspended account. At the channel-level, if one phone-verified or email-verified account
2 votes -
Add Social links in response on endpoint "Get users"
Add Social links in response on endpoint "Get users"
2 votes -
Lista vip in php da un sito
inserire una funzione di chiamata all'api per ritornare la lista dei vip di un determinato canale per poi fare un login riservato ai vip, non trovo funzioni nell'api e questa cosa mi rallenta i lavori. [LINGUAGE ITALIAN]
2 votes -
Show available resolutions (transcoding options) in Get Videos API
The Kraken API for querying videos lists the available resolutions for archived broadcasts and current streams. The new API does not.
2 votes -
Audio only API for embedding in audio players like Mopidy
So I'm trying to do a multi-room audio solution with Mopidy (https://mopidy.com/) and Snapcast (https://mjaggard.github.io/snapcast/), and I'm following many DJs on Twitch, and tune in for the music. I'd like to be able to have a Mopidy extension to be able to receive and listen to Twitch streams from the server, without having to use my phone or anything.
I don't mind if I need to login/OAuth token, I don't mind for the usual occasional audio ads, I just want to be able to access the AUDIO stream so I can listen to it more conveniently.
2 votes
- Don't see your idea?