Ratings
The Stream Ratings endpoint retrieves user ratings on streams and episodes.
Parameters
The items parameter allows you to filter items based on the name or ID of the item. If the item parameter is not provided the endpoint will return the latest 50 items.
Key | Value |
items | Array of Strings Item name or ID |
Examples
Get Ratings For The Latest Streams
The example below retrieves user ratings for the latest streams.
Get Ratings For A Single Stream
The example below retrieves user ratings for a single stream.
Success Response
A successful response will return an array of items with each item containing a stream
and corresponding ratings
data.
Rating Item
Key | Type |
stream | Object. The overall likes and dislikes of a stream |
episodes | Array of episodes |
Episode Item
Key | Type |
name | String |
type | String. audio, podcast, video or youtube |
views | Int. The number of times the episode was viewed. |
icon | String. The episode icon URL |
reviews | Object. The episode likes and dislikes. |
Last updated