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

跳转到: 导航, 搜索

videos/play_count/biz

get the play count and number of audience of an authorized video.

URL

https://c.api.weibo.com/2/videos/play_count/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
starttime true string format:yyyy-MM-dd
endtime true string format:yyyy-MM-dd

Notes

None

Response

JSON Example

{
    "oid": 12432140,
    "result": [
        {
            "day_key": "2016-06-01",
            " play": "987",//play count
            "play_cnt": "41"//number of audience
        }
    ]
}

Please see Error Code Description for details of error information.

Field Description

None

Others

None

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


api评价