369 results found
-
Bot is known/verfied Endpoint to check if userID has a known bot or verified bot flag.
Which currently exists as a undocumented v5/kraken endpoint.
usercase: what rate limit does my bot have? I can check if my bot has mod but I can't check if my bot has verified bot.
11 votes -
Add a new body value to the "Create Custom Rewards" endpoint to hide the chat highlights generated when a user buys a custom reward The problem occurred after the release of an extension game i developed, where the viewers could spend channel points to obtain in-game currency. With over 6000 viewers, the chat became impossible to moderate as there were so many messages per second. This very simple option would greatly relieve the chat in such situations.
E.g.: "is_highlighted" (defaults to true)
14 votes -
Add sortby and direction query parameters to Get Users Follows Kraken equivalent[1] of Get Users Follows offers a way to sort query results by either creation date, last broadcast or login name. There's also a way to sort results in either ascending or descending order. Helix however doesn't offer any ways of sorting results of your query and results are always shown descending without giving you the option to get those in ascending order.
In case you need to fetch exactly the first follow or get followers that have been live last, it becomes problematic if your query has lots of results - you'd need to paginate through all of…8 votes -
"Get Emote Sets" enhancements It would be useful if the following values could be added to each emote:
- Channel Name (e.g. "owner name") - Obviously the name can be retrieved from the "owner id" by doing another API request, but it would be nicer to require fewer API requests
- Tier - The "Get Channel Emotes" endpoint already contains a "tier" value, it would be nice if this one would also have it
Additionally, not all emote sets appear to be supported by the endpoint. For example the following emote sets (from the "emote-sets" tag and also valid emote sets in the v5 "Get User…
11 votes -
Add "is_live" field in /channels endpoint response Currently, the only API endpoint which can return the current status of the channel is /search/channels, which contains a "is_live" boolean attribute.
So when I want to know if a channel (knowing its ID) is live through the API, the only way is by calling /channels first to get the channel name, then by calling /search/channels with the channel name, and finally sort the results to find the correct channel.
This is excessively time and ressources consuming, for both developpers and Twitch servers (two API call instead of just one). Would be great to add a "is_live" field in /channels…
2 votes -
Get Video in the new API include "animated_preview_url" I would really like if "animatedpreviewurl" could get included in the new API.
Previously/currently it was return from the old API endpoint Get Video (https://dev.twitch.tv/docs/v5/reference/videos#get-video).4 votes -
Ads status endpoint Please provide an endpoint that returns the following information
- adverts last run
- adverts can run next (retry_after)
- adverts max duration
It would be useful to provide better tooling for streamers whom have a contract requiring ads to be run.
15 votes -
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 -
Add subscription date to subscription APIs Both of the APIs for getting subscriptions for a broadcaster don't include the actual date of the subscription with the data:
https://dev.twitch.tv/docs/api/reference#get-broadcaster-subscriptions
https://dev.twitch.tv/docs/api/reference#check-user-subscriptionThis makes it impossible to compute things such as subscription length dynamically as the only way to get subscriptions dates now is to be listening for the subscription event itself when it occurs. The V5 version of these APIs have this data point in them:
https://dev.twitch.tv/docs/v5/reference/channels#get-channel-subscribers
https://dev.twitch.tv/docs/v5/reference/channels#check-channel-subscription-by-user7 votes -
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 -
Delete clips There is no API methods for deleting a Clip
Please provide a method
126 votes -
Create endpoint to return list of all emote sets In V5, it is possible to get all emotes that existed on the platform via both
"get-all-chat-emoticons"
and
"get-chat-emoticons-by-set" (when no sets are provided)This currently has no equivalence in Helix, and also has no listed migration path.
This request is to create an endpoint that returns the list of all emote sets (and ideally their last update time) such as "get-all-emote-sets". This would allow a user to then get all emotes via the "helix get-emote-sets" endpoint that currently exists.
7 votes -
Add an endpoint to provide a user's chat rate limits Currently, the only way for a bot to know its chat limits is by hard-coding them. Even using the (undocumented?) user chat info endpoint isn't sufficient to determine what hard-coded limits to apply today, since whisper limits depend on when an account was verified.
It would be much better for a bot to query a (documented) endpoint and retrieve its rate limits in that way.
2 votes -
Add Support for Channel Points Community Challenges Add support to access/query and maybe even create/edit/delete community challenges.
For example to unlock a big "something" in a game, when the community goal has been reached.
42 votes -
IRC USERSTATE emote-sets should include bit emotes etc When a user connects to IRC, the USERSTATE command gives a emote-sets list, this does not contain unlocked bit emotes and I'm guessing it also doesn't include follower emotes and animated emotes. This should be fixed.
8 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,
Chris1 vote -
Add "ended_at" in /helix/videos for finished streams Currently, there’s no way to separate between live streams and past broadcasts.
3 votes -
Channel Analytics API There needs to be an API that allows for the return of channal analytics.
This would have the reqiured query parameters of: broadcaster_idOnly stating the broadcaster_id could return the following results:
- Average viewers
- Total views
- Average new followers per stream
- Total followers
- Average subscribers per stream
- Total subscribers
- Average minutes watched per stream
- Total minutes watchedIt could also return:
- Best performing catagories
- Best performing tagsThere would idealy also be some optional query parameters: start-date, end-date, time.
Adding the optional query parameters would also add the result:
-…42 votes
- Don't see your idea?