422 results found
-
Lock created rewards? When a reward is created by the API, we should be able to prevent the streamer from being able to change values that we set. They should still be able to disable or delete the reward.
By locking the reward, we can offer a similar experience to all users and prevent confusion when one reward is drastically different from the same reward on another stream.
Just some use cases below would benefit from this.
Currently, we can set the max number of users of a reward per stream and our backend could be enforcing the same amount of rewards redeemed.…
3 votes -
Initiate Redemption from the API Add the ability to trigger a reward redemption from the API - similar/same to what happens when clicking the reward in the chat dialog.
For example an extension has added a custom reward XYZ and to trigger a certain action in or for the extension this reward needs to be used.
So instead of the extension telling the viewer "please redeem reward XYZ to do this or that" and then waiting for the redemption, immediately trigger the redemtion via the API - saving the viewer the need to browse and look for the redemtion in question.
Result of this API…
3 votes -
Provide way to download Channel Analytics CSV Export I would like a way to programatically download the data that is in the Channel Analytics "Export Data" CSV.
3 votes -
It's impossible to control the "core" rewards Topic.
Cannot control highlight message/unlock emote rewards to enable/disable/change price or even list them etc via this API
3 votes -
Provide uptime in channel information endpoint channel information endpoint provides "gameid", "gamename" and "title" for live streams, but it doesn't return the stream uptime as displayed below a live stream; would be useful to acquire this via API.
3 votes -
3 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 -
Subscribe to category with wehbooks Currently you can subscribe to a webhook to receive a handful of types of events. The only way to see when a stream goes live is to subscribe to a topic for that particular user. It would be incredibly useful to specify a category and receive a webhook whenever a stream goes live in that category.
3 votes -
Add user profile image and basic game info on /helix/streams for /helix/streams can we add:
profileimageurl from /helix/users
and the game name (and potentially boxarturl) from /helix/gamesThis is very basic info related to the stream and would be really nice to have available in a single call rather than 3 separate calls. This is especially important with bots that are trying to get the status of many streams in a short period quickly racking up api calls
3 votes -
API for Front page globally It has become difficult to obtain whats on the frontpage by region.
Please provide an API to collect/obtain this data, it's useful for moderation to understand if/why we get a influx of viewers/chatters and can allocate additional bot rules/filters and/or moderation staff
3 votes -
Allow filtering the JSON API response For example, the YouTube Data API has the "fields parameter" to accomplish this, an example being: items(userid,username,title)
https://developers.google.com/youtube/v3/getting-started#fields
Thanks!
3 votes -
/helix/moderation/enforcements/status - Return error messages instead of generic 500s When user IDs in the provided data payload do not exists, the endpoint returns a 500 error. Ideally this should return a more detailed error code with an error message related to user IDs.
3 votes -
Issue with v5/bits/extensions/is-eligible/ API There are two scenarios when using this API which return a 500 from the server, but which should return either a 401 or 400 and a meaningful error code to help point out the issue:
If you have set your productSKU's to 'live', but you're testing in 'Hosted testing', you receive this error. A response telling you that you cannot test SKUs in live mode when in hosted testing would be great.
If your extension is live and you are trying to use bits on a channel which doesnt support it, you will receive a 500 from the server. I…
3 votes -
Drops Sandbox Provide a sandbox to test Drops integrations.
3 votes -
Allow API users with mod permissions ability to pull ad schedule Currently the authorized token must be of the broadcaster, but broadcasters often use specific Bot accounts to do any bot interactions instead of their own personal one. The ADs endpoint should be updated to allow mods or editors (who both already have access in the dashboard to see the ad schedule and snooze ads) who are authorized to pull the ad schedule.
2 votes -
thanks thanks but dont understand
2 votes -
Add api endpoint to create / get twitch stories Would be usefull an API endpoint (callable from twitch-cli too) to generate twitch stories and list the twitch stories
2 votes -
Get Channel Point Reward - Proposed Changes/Additions There should be a minimal method of getting basic information about a Channel Point Reward e.g. Custom Name, using only its ID.
For example, lets say we listen to the
redeem
event with tmi.js, all we're given (as far as I can see) is the rewardId. I'd want to be able to use this rewardId to fetch more basic,non-private information, such as the Reward's custom name, without the need for a user token from the broadcaster.If we're able to fetch basic stream information (e.g. title, game) without the need for a broadcaster's token, we SHOULD be able to at…
2 votes -
API to unpin a cheer from the pin bar Provide the ability to remove a given cheer from the pin bar without a moderation action/timeout
Logically this should work for the user that cheered (self unpin) or a moderator of the channel
2 votes -
Make things easier. The new API changes are way too complicated. I can't use my new followers api add-on now and it tells me I can still use it with the new changes but does a ton of techno babble about api, which I don't even know what that is or how to change it. Now my entire ability to track who new followers are is completely gone and there's zero way to track it, it's way too complicated and hard. Make it so it's easy and you can just click a single button to re-enable it.
2 votes
- Don't see your idea?