Skip to content

Instantly share code, notes, and snippets.

@yuryoparin
Created May 4, 2014 12:23
Show Gist options
  • Save yuryoparin/7b0fca092de5bcd58f53 to your computer and use it in GitHub Desktop.
Save yuryoparin/7b0fca092de5bcd58f53 to your computer and use it in GitHub Desktop.
Youtube API v3 list result example
{
"kind": "youtube#videoListResponse",
"etag": "\"N5Eg36Gl054SUNiWWc-Su3t5O-k/znsgxR5z9807wYDi_7GxzUgNXOc\"",
"pageInfo": {
"totalResults": 1,
"resultsPerPage": 1
},
"items": [
{
"kind": "youtube#video",
"etag": "\"N5Eg36Gl054SUNiWWc-Su3t5O-k/-HyjknwsCWKrYXA2TFkETWw29Ik\"",
"id": "9bZkp7q19f0",
"snippet": {
"publishedAt": "2012-07-15T07:46:32.000Z",
"channelId": "UCrDkAvwZum-UTjHmzDI2iIw",
"title": "PSY - GANGNAM STYLE (강남스타일) M/V",
"description": "PSY - Gangnam Style (강남스타일) \n▶ NOW available on iTunes: http://Smarturl.it/psygangnam\n▶ Official PSY Online Store US & International : http://psy.shop.bravadousa.com/\n▶ About PSY from YG Ent.: http://smarturl.it/YGfamilyAboutPSY\n▶ PSY's Products on eBay: http://stores.ebay.com/ygentertainment\n▶ YG-eShop: http://www.ygeshop.com\n \n===============================\nPSY CONCERT \"HAPPENING\"\n2013.4.13. SAT 6:30PM\nTHE SEOUL WORLD CUP STADIUM\nYouTube LIVE@ http://www.youtube.com/officialpsy\nTickets: http://smarturl.it/PsyHappeningKor\nEnglish Booking: http://smarturl.it/PsyHappeningEng\n===============================\n\nFor More Information @\nhttp://www.facebook.com/officialpsy\nhttp://twitter.com/psy_oppa\nhttp://twitter.com/ygent_official\nhttp://me2day.net/psyfive\nhttp://www.psypark.com\nApp Store: http://goo.gl/l9TU6\nGoogle Play: http://goo.gl/UiEn1\n\n© YG Entertainment Inc. All rights reserved.",
"thumbnails": {
"default": {
"url": "https://i1.ytimg.com/vi/9bZkp7q19f0/default.jpg",
"width": 120,
"height": 90
},
"medium": {
"url": "https://i1.ytimg.com/vi/9bZkp7q19f0/mqdefault.jpg",
"width": 320,
"height": 180
},
"high": {
"url": "https://i1.ytimg.com/vi/9bZkp7q19f0/hqdefault.jpg",
"width": 480,
"height": 360
},
"standard": {
"url": "https://i1.ytimg.com/vi/9bZkp7q19f0/sddefault.jpg",
"width": 640,
"height": 480
},
"maxres": {
"url": "https://i1.ytimg.com/vi/9bZkp7q19f0/maxresdefault.jpg",
"width": 1280,
"height": 720
}
},
"channelTitle": "officialpsy",
"categoryId": "10",
"liveBroadcastContent": "none"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment