Youtube most popular videos response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "youtube#videoListResponse", | |
"etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/a9uqFOLoQ7Hp9KM0nih0UvRFLjk\"", | |
"nextPageToken": "CAUQAA", | |
"pageInfo": { | |
"totalResults": 197, | |
"resultsPerPage": 5 | |
}, | |
"items": [ | |
{ | |
"kind": "youtube#video", | |
"etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/jlclVHcZy4NDgrrwXgceB0q564s\"", | |
"id": "Wf1A_4G-ISo", | |
"snippet": { | |
"publishedAt": "2018-10-15T10:00:08.000Z", | |
"channelId": "UCzpCc5n9hqiVC7HhPwcIKEg", | |
"title": "Mystery Soda Marshmallow Taste Test", | |
"description": "...", | |
"thumbnails": { | |
"default": { | |
"url": "https://i.ytimg.com/vi/Wf1A_4G-ISo/default.jpg", | |
"width": 120, | |
"height": 90 | |
}, | |
"medium": { | |
"url": "https://i.ytimg.com/vi/Wf1A_4G-ISo/mqdefault.jpg", | |
"width": 320, | |
"height": 180 | |
}, | |
}, | |
"channelTitle": "Good Mythical MORE", | |
"tags": [ | |
"gmm", | |
"good mythical morning", | |
], | |
"categoryId": "24", | |
"liveBroadcastContent": "none", | |
"localized": { | |
"title": "Mystery Soda Marshmallow Taste Test", | |
"description": "..." | |
}, | |
"defaultAudioLanguage": "en" | |
}, | |
"contentDetails": { | |
"duration": "PT11M25S", | |
}, | |
"statistics": { | |
"viewCount": "323608", | |
"likeCount": "9461", | |
"dislikeCount": "180", | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment