View source: R/get_top_games.R
get_top_games | R Documentation |
Get Top Games Gets games sorted by number of current viewers on Twitch, most popular first.
get_top_games(first = 20, after = NULL, before = NULL)
first |
Maximum number of objects to return. Maximum: 100. Default: 20. |
after |
Cursor for forward pagination: tells the server where to start fetching the next set of results, in a multi-page response. |
before |
Cursor for backward pagination: tells the server where to start fetching the next set of results, in a multi-page response. (Do not use, not working due to API issue last checked on 27/12/2017) |
If you need information about how pagination works, see the details of get_streams.
A list with with "data" and a "pagination" cursor.
https://dev.twitch.tv/docs/api/reference/#get-top-games
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.