{
"items": [
{
"id": {
"kind": "youtube#video",
"videoId": "string"
},
"snippet": {
"publishedAt": "datetime",
"channelId": "string",
"title": "string",
"description": "string",
"thumbnails": {
"default": {
"url": "string",
"width": 120,
"height": 90
}
},
"channelTitle": "string",
"tags": ["string"]
},
"statistics": {
"viewCount": "number",
"likeCount": "number",
"commentCount": "number"
},
"contentDetails": {
"duration": "string",
"dimension": "2d",
"definition": "hd",
"caption": "true",
"licensedContent": true
}
}
],
"pageInfo": {
"totalResults": "number",
"resultsPerPage": "number"
},
"nextPageToken": "string"
}