用户:Botao3

跳转到: 导航, 搜索

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


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 需要查询的用户ID。
starttime true string 开始时间,格式为XXXX-XX-XX。
endtime true string 结束时间,格式为XXXX-XX-XX。

Notes

  • 最长支持90天数据;
  • 起始日期与终止日期可以相同;
  • 该数据仅限蓝V用户,否则返回数据为空;
  • 返回的微博数、转发数、被转发数、评论数、被评论数是当天产生的数量,其他数值为到当天的历史积累的数量;

Response

JSON Example

{
    "errno":1,"msg":"\u6210\u529f","code":"B00001",
    "result": [
        {
            "day_key": "2011-12-12",
            "followers_count": "63",   //粉丝数
            "v_followers_count": "18", //V粉丝数
            "daren_followers_count": "18", //达人粉丝数
            "friends_count": "58",    //关注数
            "v_friends_count": "58",  //V关注数
            "receive_comments_count": "53150",  //被评论数
            "statuses_count": "258",   //微博数
            "bi_followers_count": "18",  //互粉数
            "repost_count": "115", //转发数
            "reposted_count": "111055"  //被转发数
            "comments_count": "178"  //评论数         
        },
        ...
    ]
}

See the Error Code Description for the error information details.

Field Description

Others



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


文档更新时间: 2015-07-24
api评价