get_videos | R Documentation |
Get Videos Gets video information by video ID, user ID or game ID
get_videos(video_id = NULL, user_id = NULL, game_id = NULL, first = 20)
video_id |
Returns streams broadcast by one or more specified video IDs. You can specify up to 100 IDs. |
user_id |
Returns streams broadcast by one or more specified user IDs. You can specify up to 100 IDs. |
game_id |
Returns streams broadcasting a specified game ID. You can specify up to 100 IDs. |
first |
Maximum number of objects to return. Maximum: 100. Default: 20. |
A data frame with information about the selected video ids/names.
https://dev.twitch.tv/docs/api/reference#get-videos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.