Go to the YouTube quota calculator and calculate the resources needed for the following scenarios:
search videos with the list method
get statistics for videos with the list method
get statistics for playlistItems with the list method
Construct and make an API call (either in your console, your browser
or in R
) to get data with the following parameters:
Get information from the items in the following YouTube playlist: https://www.youtube.com/playlist?list=PLv4AV-dc1b8UaR3BP0ldhTcy9p0ysTEwy
Request a snippet containing information about playlist items
Limit your maximum number of results to 10
It’s probably helpful to go back to the slide explaining the general structure of API calls.
You can look up the names and proper use of different API resources in the documentation on the left side
You need to use the PlaylistItem resource, not the Playlists resource
You can check out the correct parameter names in the documentation of the resource
You can execute your API call:
Do not forget to authenticate your API request by adding your API key at the end