857 results found
-
New Twitch API: Get Top Clips Endpoint Old Twitch v5 API has an endpoint called "Get Top Clips" (https://dev.twitch.tv/docs/v5/reference/clips#get-top-clips)
I think the new API should also include this endpoint because the current way of getting the top clips is not exactly the most user friendly one. Currently if you want to get top clips, you need to get all clips using the "Get Clips" endpoint and then sort them out manually on our side. This works if you know exactly what you want. For example if you want top clips for a game you can use the game parameter.
Unfortunately this isn't the most optimal…
5 votes -
Unify data that is returned by various API endpoints concerning channels Specifically talking about:
- Get Channel Information: helix/channels
- Search Channel: helix/search/channels
- Get Users: helix/usersThose endpoints all return data concerning a specific channel, but all of the JSON responses are different and no single endpoint contains all the data you need.
Say I have a user id and want to get the profile picture of that channel, whether it is live and the title of the broadcast.
For the profile picture I have to hit the 'Get Users' endpoint.
For the 'isLive' info I need to hit the 'Search Channels' endpoint, and then find the correct user from…3 votes -
Asymmetric JWT Signing Can we have the option for asymmetric JWT signing? I want to validate JWTs sent by twitch on publicly accessible software.
2 votes -
More information about 'id' uniqueness More information is required about the uniqueness of id. Is it unique forever (i.e. there will never be two messages with the same id) or is it just guaranteed unique within a timeframe?
2 votes -
embeds should not require a webserver parent only works for webservers. not everyone wants or needs to run a webserver to embed videos on a localhost page using file:/// this change benefits no users at all. it may help with 3rd party sites, but file:/// is NEVER a 3rd party but is now blocked from being used due to the parent requirement. this is affecting moderation bots and other tools people use on their local computer that isn't served from a webserver.
8 votes -
"Search Docs' displays duplicate results Screenshot: https://i.gyazo.com/bbb8b10afa1fb779baa31d711b610620.png
The 2 results only differ by a trailing slash in the link url.
1 vote -
List all clips It is impossible to get all clips for a channel.
Please provide a way to get all clips for a channel
14 votes -
Clips EventSub subscription type (retitled) Please provide a Webhook topic for when a Clip is created, edited or deleted
Also provide a notification for when a Clip reaches certain view milestones.
334 votes -
Delete clips There is no API methods for deleting a Clip
Please provide a method
137 votes -
Streams sort by viewer count ascending Currently, supporting small streamers is costly, requiring pagination through large streamers. Grant Streams api functionality already present in internal gql api:
options: {..., sort: VIEWER_COUNT_ASC,…}
5 votes -
get game followers or check if a user follow a game get game followers or check if a user follows a game
5 votes -
error in documetation msgid:"usageuntimeout" states:'Usage: “/raid <username>” - Removes a timeout on a user.' and not /untimeout
2 votes -
Channel banners made available through the API? Could the channel banners for each user be made available through the API
4 votes -
Nsjsns اريد الدخول بدون تسجيل
1 vote -
Hosting API Allow developers to update autohost lists and set the current host via REST-based API.
5 votes -
Introduce a new live chat interface based on PubSub Having written one and a half client libraries for IRC now, I wish Twitch Chat was exposed over a more consistent protocol.
- Allow read-only access to chat messages (and other related live data and events) via PubSub, with clean re-designed JSON Chat message payloads
- No longer identify channels and users by their login name, use user IDs for all purposes
- Send messages via an API call
Most importantly, I would expect a redesigned API to think of edge-cases in a better way than IRC currently does. For example, what happens on IRC if a channel gets suspended, or a channel…
10 votes -
inmediatly send the the drop to the inventary after you watch the stream for 2 hours for example the valorant beta
2 votes -
Notification when a user streams our game Hi,
I'm a game developer/publisher and I would really like to be able to get a notification (email and/or in-browser) when someone plays one of my game(s)!
Currently it's possible to follow a game but you don't get any notification when someone streams it.
If possible, I would like this implemented directly from the web GUI.
NB : I would also love this feature as a regular user, there are several niche games I would really like to get notified when someone streams them…
6 votes -
Chat Extension Type I would like to develop extensions to the chat box directly, that can fundamentally alter how it functions.
2 votes -
Kanallar için Moobot uzantısı Merhaba kullandığımız yan site adreslerinde örnek verecek olursam Moobot için bir uzantı yapma şansınız varsa gayet kullanışlı olabilir.
1 vote
- Don't see your idea?