C/2/users/behavior trend-en

跳转到: 导航, 搜索

users/behavior_trend

Return daily variation trend of the authorized users’ behaviors data.

URL

https://c.api.weibo.com/2/users/behavior_trend.json

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

true
See Login and Authorization for details.

Authorized Access Limitation


请求所有商业接口:

    • 50000次/小时/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.
starttime true string The format of the starting time is xxxx-xx-xx.
endtime true string The format of the ending time is xxxx-xx-xx.

Notes

• The data can be kept for at most one month. • The start date and the end date can be the same. • This data is only available to users with “blue V”.(blue V users),otherwise no return data. • The returning number of posts, reposts and comments is the same with that produced last day. Others equals to the historical amount until the last day.

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {
            "day_key": "2011-12-12",
            "followers_count": "63",   //followers’ number
            "v_followers_count": "18", //verified followers' number
            "daren_followers_count": "18", //master followers' number
            "friends_count": "58",    //followings' number
            "v_friends_count": "58",  //verified followings’ number
            "receive_comments_count": "53150",  //number of received comments
            "statuses_count": "258",   //number of posted weibo
            "bi_followers_count": "18",  //number of mutual followings
            "repost_count": "115", //number of weibo reposts
            "reposted_count": "111055"  //number of weibo reposted
            "comments_count": "178",   //number of comments
        },
        ...
    ]
}

Please see Error Code Description for details of error information.

Field Description

none

Others

none

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


api评价