C/2/videos/play source/biz-en

跳转到: 导航, 搜索

videos/play_source/biz

get the play source of an authorized video.

URL

https://c.api.weibo.com/2/videos/play_source/biz.json

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

true
See Login and Authorization for details.

Authorized Access Limitation

Request for all the business API:

    • 50000 times per hour per IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.
access_token false string This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.
oid true string object id that needs to be searched

Notes

  • Only calculate the data of a video since it is published within 7 days.

Response

JSON Example

//interest,return the first ten tags.
{ 
     oid: 2017607:0ba63227ed8b1009eade05f9e0b86956,
     result: 
        {  
            total: "1602",  //play counts of the video
            sources:{
                      信息流: "288151|87.13",      //news feed          Play counts | Percentage
                      视频推荐流: "11403|3.45",   //recommendation feed
                      发现页视频流: "510|0.15",   //video feed in discover tab
                      热门微博: "14562|4.4",        //Hot Weibo
                      搜索页: "1492|0.45",            //Search
                      PC端: "4029|1.22",              //PC
                      其他: "10577|3.2"                 //Other
           }
        }
}


Please see Error Code Description for details of error information.

Field Description

None

Others

None

Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2017-12-27
api评价