Welcome Home 2012 Ok.ru -
| | | |---|---| | Top countries | Russia 78 %, Kazakhstan 7 %, United States 5 % | | Age | 18‑24 45 %, 25‑34 35 %, 35‑44 15 % | | Gender | Male 62 %, Female 38 % | | Traffic sources | Direct OK.ru feed 71 %, external embeds 19 %, search 10 % |
url = 'https://api.ok.ru/fb.do' params = 'method': 'video.get', 'access_token': API_TOKEN, 'video_id': VIDEO_ID, 'format': 'json' welcome home 2012 ok.ru
# ---- Extract what we need ---- views = data.get('view_count') likes = data.get('like_count') shares = data.get('repost_count') comments = data.get('comment_count') duration = data.get('duration') title = data.get('title') description= data.get('description') upload_ts = data.get('created_time') author = data.get('owner_name') tags = data.get('tags', []) | | | |---|---| | Top countries |
resp = requests.get(url, params=params) data = resp.json() Kazakhstan 7 %