API Endpoint to get all predictors for a given outcome.
Currently the Prediction endpoints (and EventSub data) only contains the top predictors for outcomes in a prediction. I propose a new endpoint, located at something like: helix/predictions/predictors
that takes as input a broadcaster_id
and outcome_id
, and returns a paginated list of all users who have contributed to a given prediction outcome, along with the details of their prediction (essentially the "top predictors" array, but containing all predictors).
This could make predictions even more interactive- a streamer could, for example, draw two word clouds showing all predictors for each option "battling" each other.
2
votes
FiniteSingularity
shared this idea