C/2/users/behavior trend/biz-en

跳转到: 导航, 搜索

users/behavior_trend/biz

Return daily variation trend of other users’ behaviors data.

URL

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

Supported Formats

JSON

HTTP Request Method

GET

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
uid true int64 The ID of searched users.
starttime true string Start time for searching. The format of the start time is xxxx-xx-xx.
endtime true string End time for searching. The format of the end time is xxxx-xx-xx.

Notes

  • Support up to 90 days' data,
  • Start date and end date could be the same day,
  • Only for blue V users, returns null for other types users,
  • Returned numbers of posts, reposts, reposted, comments and commented are only for today, other numbers are historical accumulative till today.

Response

JSON Example

{
    "errno":1,"msg":"\u6210\u529f","code":"B00001",
    "result": [
        {
            "day_key": "2011-12-12",
            "followers_count": "63",   //number of followers
            "v_followers_count": "18", //number of verified followers
            "daren_followers_count": "18", //number of master followers
            "friends_count": "58",    //number of followings
            "v_friends_count": "58",  //number of verified followings
            "receive_comments_count": "53150",  //number of received comments
            "statuses_count": "258",   //number of posts
            "bi_followers_count": "18",  //number of bi-followers
            "repost_count": "115", //number of reposts times
            "reposted_count": "111055"  //number of reposted times
            "comments_count": "178"  //number of comments         
        },
        ...
    ]
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

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


api评价