C/2/statuses/article statistic-en

跳转到: 导航, 搜索

statuses/article_statistic

返回某用户近90天长微博的每天的统计数据。

URL

https://c.api.weibo.com/2/statuses/article_statistic.json

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement


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.
uid false int 用户ID。
starttime true string 开始时间,格式为XXXX-XX-XX。
endtime true string 结束时间,格式为XXXX-XX-XX。

Notes

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {  
            "day": "2011-12-12", 
            "explosure": 31216,    // 该条微博阅读数
            "read": 22129    //长微博展开阅读量
        },
        ...
    ]
}





Please see Error Code Description for details of error information.

Field Description

Others



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


api评价