get
Gets a single page of published videos matching the filter criteria.
Return
Parameters
a list of IDs that identify the videos you want to get. You may specify a maximum of 100 IDs.
the ID of the user whose list of videos you want to get.
a category or game ID.
a filter used to filter the list of videos by the language that the video owner broadcasts in.
a filter used to filter the list of videos by when they were published. Possible values: all, day, month, week. Default: all.
the order to sort the returned videos in. Possible values: time, trending, views. Default: time.
a filter used to filter the list of videos by the video's type. Possible values: all, archive, highlight, upload. Default: all.
the cursor used to get the next page of results.
the maximum number of items to return per page (1-100, default 20). Null uses the API default.