C/2/statuses/article statistic-en

跳转到: 导航, 搜索

statuses/article_statistic

Return articles daily statistics of recent 90 days.

URL

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

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

yes
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 User ID.
starttime true string Begining time, format as XXXX-XX-XX.
endtime true string End time, format as XXXX-XX-XX.

Notes

none

Response

JSON Example

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





Please see Error Code Description for details of error information.

Field Description

none

Others

none

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


api评价