Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3638

Extract youtube stats for nerds through an API

$
0
0

Is there any available youtube API to get stats for nerds?

stats for nerds data

I have looked around for statistics but they point out to viewCount, likeCount etc. I am particularly looking for stats for nerds data available on right click of a video.

   URL: https://www.googleapis.com/youtube/v3/videos?id=7lCDEYXw3mM&key=YOUR_API_KEY&part=snippet,statistics&fields=items(id,snippet,statistics)Description: This example adds the fields parameter to remove all             kind and etag properties from the API response.API response:{"videos": [  {"id": "7lCDEYXw3mM","snippet": {"publishedAt": "2012-06-20T22:45:24.000Z","channelId": "UC_x5XG1OV2P6uZZ5FSM9Ttw","title": "Google I/O 101: Q&A On Using Google APIs","description": "Antonio Fuentes speaks to us and takes questions on working with Google APIs and OAuth 2.0.","thumbnails": {"default": {"url": "https://i.ytimg.com/vi/7lCDEYXw3mM/default.jpg"     },"medium": {"url": "https://i.ytimg.com/vi/7lCDEYXw3mM/mqdefault.jpg"     },"high": {"url": "https://i.ytimg.com/vi/7lCDEYXw3mM/hqdefault.jpg"     }    },"categoryId": "28"   },"statistics": {"viewCount": "3057","likeCount": "25","dislikeCount": "0","favoriteCount": "17","commentCount": "12"   }  } ]}

Viewing all articles
Browse latest Browse all 3638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>