369 results found
-
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 -
Can I stream my game on your platform? Hello everyone. I made my game, it is connected to the twitch API. People can vote for different topics, etc.A vote is created, people put their points on a prediction, in turn, the Streamer spins the wheel, tosses a coin or spins the roulette wheel. Some kind of passion. The question is, is this allowed on twitch?
1 vote -
access collections using the deep link feature Hi, I'm a viewer.
I want to access a collection smoothly using deep link via ios shortcuts.Is it possible to implement collections in the deep link feature?
1 vote -
Improvements to vod_offset in clips I recently noticed that the videoid and vodoffset of the clip data are lost when a channel's VOD is changed to private.
The lost information does not come back even if the private video is changed to the public status again.
This is a problem because Twitch recently switched the default VOD set to private due to copyright issues.
My suggestion is to make the videoid and vodoffset visible again when the private VOD is made public.
thank.
1 vote -
API to retrieve a user's last *several* played games, not just the most recent Currently, an extension I've made can help show off a channel, including showing off their last played game. As this is one of the main reasons a person may be interested in following that streamer (based on the information that can be gathered by the API), the main way to improve upon that is to show more of these games.
It seems strange that there is a list of the user's last several played games freely available on their channel, but not to be retrieved via an API.1 vote -
Disable autoplay on iframes Currently, the Twitch stream embedded inside the iframe autoplay without user consent. This behavior allows bad actors to abuse hidden video players to inflate their view count without the permission of the person on the website. As well this hurts users with limited data.
To fix this please disable autoplay inside the twitch iframe embed.
THIS IS NOT TO BE A "DEVELOPER" DECISION BUT A USER TO TURN IT ON/OFF.1 vote -
Allow Check AutoMod Status to work with Moderator Tokens I would like my token to work for checking automod status against partner channels I mod for.
Given:
* All other Helix AutoMod endpoints work with mod token: manage held message, get settings, update settings
* New restrictions are incoming such that non-partners have a very low limit: https://discuss.dev.twitch.tv/t/upcoming-changes-to-the-check-automod-status-api-endpoint/38512Currently, I just use this endpoint against my own channel out of ease of not requiring every broadcaster to engage in an oauth flow for me to best moderate their channels. With the incoming limits, I won't be able to keep up with demand, so it would be nice to use…
1 vote -
Get Streams Endpoint returning the number of live channel and the total viewcount Get Streams Endpoint returning the number of live chanels and the total viewer count
Exemple : ?language=en&game_id=54321&first=100
totallivechanels : 265
totalviewerscount : 542361 vote -
API Endpoint /getUserStats We should have an API endpoint like
/getUserStats
or something, that returns all their stats, like followers, view count, subscribers, total streams, etc.1 vote -
API Endpoint for searching tags by names Currently, you can use https://dev.twitch.tv/docs/api/reference#get-all-stream-tags to get all tags, and then manually iterate through to find tags with given names, but this can be slow (2-3 seconds to search for 8 tags in my test using twurple). It would be better to have an endpoint similar to https://dev.twitch.tv/docs/api/reference#get-games, which allows for a name query parameter. Of course, for tags, this would require also including a language parameter for the IETF language tag.
1 vote -
PubSub topics documentation lacking Further documentation of the topics would be greatly appreciated!
The examples in this documentation don't cover enough conditions, some topics aren't even included in the examples at all!
I'm sure it wouldn't take more than an afternoon for a small knowledgeable team to write up the data structures.Thanks!
1 vote -
how to embed twitch with my website I am facing issue while embedding twitch through Api on my website. I tried a lot by myself but nothing happened. I am looking for a developer who can easily embed twitch with my website https://www.d-store.co/gothic-pants.html So if you have any information about it then please do let me know. Thank You
1 vote -
how can I integrate twitch with my website I am facing issue while integrate twitch with my website. I tried a lot by myself but nothing happened. I am looking for a developer who can easily integrate twitch with my website https://www.edenderma.com So if you have any information about it then please do let me know. Thank You
1 vote -
watch parties in VODs I wish you could activate watch parties in VODs the same way you do when it's live
1 vote -
Follow relationships between broadcaster and a list of users At the moment we can either page through all followers of a specified user or check the follow relationship between two specified users. What we can't do is to provide a broadcaster and a list of users to get the follow relationships between the given broadcaster and the specified list of users. There is an endpoint for broadcaster subscriptions (Get Broadcaster Subscriptions). It takes a broadcaster id and a list of user ids. Please provide a similar endpoint for broadcaster follows (Get Broadcaster Follows). It would be very helpful and could reduce the amount of requests against the Get Users…
1 vote -
Add Category and Game(s) to Get (Released) Extensions The API response for
https://dev.twitch.tv/docs/api/reference#get-extensions
https://dev.twitch.tv/docs/api/reference#get-released-extensionsOmits Category and Games entries
Please add this information.
Part of my operational work flow will involve asking the API for the dev console held settings and checking that the dev console matches what I think it should be
1 vote -
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,
Chris1 vote -
Soundtrack: recently played Please provide an API to obtain the recently played songs on a channel (including the timestamp when played)
This will allow bots to catch up if they restart and/or provide a recently played function without having to store that internally.
1 vote -
Extend Soundtrack Current Track to include when the song started playing on the channel An extension/follow up to https://twitch.uservoice.com/forums/310213-developers/suggestions/41519041-provide-soundtrack-now-playing-information-for-a-s
Please extend the response to include when the song started playing on the channel.
This will allow developers to reduce spamming the endpoint by only loading/requesting when the song is predicted to end. (Start time + duration)
This could also be solved with EventSub (https://twitch.uservoice.com/forums/310213-developers/suggestions/44672968-add-a-soundtrack-topic-to-eventsub)
1 vote -
PubSub documentation for "low-trust-users" thingies at is missing The documentation for the new user monitoring thingy in PubSub has not been added yet.
https://dev.twitch.tv/docs/pubsub
So that it can be used to detect these messages and do certain events, just like the automod messages when it catches filtered messages.
1 vote
- Don't see your idea?