Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Created November 3, 2018 12:12
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/d030a90386f51c1d8104dc08482fa966 to your computer and use it in GitHub Desktop.
Save productioncoder/d030a90386f51c1d8104dc08482fa966 to your computer and use it in GitHub Desktop.
Youtube watch details response format
[
{
"result": {
"kind": "youtube#videoListResponse",
"items": [
{
"id": "PKYVvPNhRR0",
"snippet": {
"publishedAt": "2018-11-02T19:08:30.000Z",
"channelId": "UClOf1XXinvZsy4wKPAkro2A",
"title": "Overwatch Animated Short | “Reunion”",
"description": "An explosive train robbery gives McCree the chance to settle some unfinished business with a few former associates in our latest animated short: Reunion! \n\nLearn more about McCree: https://playoverwatch.com/en-us/heroes/mccree/\n\nBegin your watch: http://buyoverwatch.com\nLike us on Facebook: http://www.facebook.com/playoverwatch\nFollow us on Twitter: http://www.twitter.com/playoverwatch\nJoin us on Instagram: https://www.instagram.com/playoverwatch",
"thumbnails": {
"medium": {
"url": "https://i.ytimg.com/vi/PKYVvPNhRR0/mqdefault.jpg",
"width": 320,
"height": 180
}
},
"channelTitle": "PlayOverwatch"
},
"contentDetails": {
"duration": "PT8M9S"
},
"statistics": {
"viewCount": "2221089",
"likeCount": "141186",
"dislikeCount": "1524",
"favoriteCount": "0",
"commentCount": "23199"
}
}
]
},
"body": "{\n \"kind\": \"youtube#videoListResponse\",\n \"items\": [\n {\n \"id\": \"PKYVvPNhRR0\",\n \"snippet\": {\n \"publishedAt\": \"2018-11-02T19:08:30.000Z\",\n \"channelId\": \"UClOf1XXinvZsy4wKPAkro2A\",\n \"title\": \"Overwatch Animated Short | “Reunion”\",\n \"description\": \"An explosive train robbery gives McCree the chance to settle some unfinished business with a few former associates in our latest animated short: Reunion! \\n\\nLearn more about McCree: https://playoverwatch.com/en-us/heroes/mccree/\\n\\nBegin your watch: http://buyoverwatch.com\\nLike us on Facebook: http://www.facebook.com/playoverwatch\\nFollow us on Twitter: http://www.twitter.com/playoverwatch\\nJoin us on Instagram: https://www.instagram.com/playoverwatch\",\n \"thumbnails\": {\n \"medium\": {\n \"url\": \"https://i.ytimg.com/vi/PKYVvPNhRR0/mqdefault.jpg\",\n \"width\": 320,\n \"height\": 180\n }\n },\n \"channelTitle\": \"PlayOverwatch\"\n },\n \"contentDetails\": {\n \"duration\": \"PT8M9S\"\n },\n \"statistics\": {\n \"viewCount\": \"2221089\",\n \"likeCount\": \"141186\",\n \"dislikeCount\": \"1524\",\n \"favoriteCount\": \"0\",\n \"commentCount\": \"23199\"\n }\n }\n ]\n}\n",
"headers": {
"date": "Sat, 03 Nov 2018 11:56:34 GMT",
"content-encoding": "gzip",
"server": "GSE",
"etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/Xj9hXBrJD5QFnVGXGts66Ctm5oA\"",
"content-type": "application/json; charset=UTF-8",
"vary": "Origin, X-Origin",
"cache-control": "private, max-age=0, must-revalidate, no-transform",
"content-length": "641",
"expires": "Sat, 03 Nov 2018 11:56:34 GMT"
},
"status": 200,
"statusText": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment