> GET /youtube/v3/videos?part=contentDetails,id,recordingDetails,snippet,status,statistics&id=RzR2k8yo4NY HTTP/1.1 > Soup-Debug-Timestamp: 1436524909 > Soup-Debug: SoupSession 1 (0x764270), SoupMessage 24 (0x718380), SoupSocket 10 (0x71f9e0) > Host: www.googleapis.com > Authorization: Bearer ya29.rAH_Q0eNKofaqTAncnAaEB4V0WK9Txs3Z9Flw_euQ39X46jVgKMldLv1uARt2252pTEu > GData-Version: 2 > Accept-Encoding: gzip, deflate > User-Agent: libgdata/0.17.2 - gzip > Connection: Keep-Alive < HTTP/1.1 200 OK < Soup-Debug-Timestamp: 1436524909 < Soup-Debug: SoupMessage 24 (0x718380) < Expires: Fri, 10 Jul 2015 10:41:49 GMT < Date: Fri, 10 Jul 2015 10:41:49 GMT < Cache-Control: private, max-age=0, must-revalidate, no-transform < ETag: "iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/STDGEq5e7aFcUGoWFKAHkuEwOKE" < Vary: Origin < Vary: X-Origin < Content-Type: application/json; charset=UTF-8 < Content-Encoding: gzip < X-Content-Type-Options: nosniff < X-Frame-Options: SAMEORIGIN < X-XSS-Protection: 1; mode=block < Server: GSE < Alternate-Protocol: 443:quic,p=1 < Transfer-Encoding: chunked < < { < "kind": "youtube#videoListResponse", < "etag": "\"iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/STDGEq5e7aFcUGoWFKAHkuEwOKE\"", < "pageInfo": { < "totalResults": 1, < "resultsPerPage": 1 < }, < "items": [ < { < "kind": "youtube#video", < "etag": "\"iDqJ1j7zKs4x3o3ZsFlBOwgWAHU/-d74qUZqsGt8_LxDkk5dfK-KIxg\"", < "id": "RzR2k8yo4NY", < "snippet": { < "publishedAt": "2010-08-02T19:52:59.000Z", < "channelId": "UCHdu7S-LbC8V98jsR_tu6GA", < "title": "Fooish Bar", < "description": "", < "thumbnails": { < "default": { < "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/default.jpg", < "width": 120, < "height": 90 < }, < "medium": { < "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/mqdefault.jpg", < "width": 320, < "height": 180 < }, < "high": { < "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/hqdefault.jpg", < "width": 480, < "height": 360 < } < }, < "channelTitle": "GDataTest", < "categoryId": "22", < "liveBroadcastContent": "none", < "localized": { < "title": "Fooish Bar", < "description": "" < } < }, < "contentDetails": { < "duration": "PT12S", < "dimension": "2d", < "definition": "sd", < "caption": "false", < "licensedContent": false < }, < "status": { < "uploadStatus": "processed", < "privacyStatus": "public", < "license": "youtube", < "embeddable": true, < "publicStatsViewable": true < }, < "statistics": { < "viewCount": "12", < "likeCount": "0", < "dislikeCount": "0", < "favoriteCount": "0", < "commentCount": "593" < } < } < ] < }