Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created October 27, 2018 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/688360befff2394c5cfde102112c045a to your computer and use it in GitHub Desktop.
Save productioncoder/688360befff2394c5cfde102112c045a to your computer and use it in GitHub Desktop.
Youtube most popular videos by id
{
"kind": "youtube#videoListResponse",
"nextPageToken": "CAUQAA",
"pageInfo": {
"totalResults": 200,
"resultsPerPage": 5
},
"items": [
{
"kind": "youtube#video",
"id": "2vWp2spX4FU",
"snippet": {
"publishedAt": "2018-10-22T16:12:23.000Z",
"channelId": "UCKuHFYu3smtrl2AwwMOXOlg",
"title": "Jada Finally Broke Me.",
"channelTitle": "Will Smith",
"categoryId": "24"
},
"contentDetails": "..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment