C/2/friendships/followers/trend other-en

跳转到: 导航, 搜索

friendships/followers/trend_other

获取用户的粉丝每天增加和减少数量

URL

https://c.api.weibo.com/2/friendships/followers/trend_other.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 true string 需要查询的用户ID。
starttime true string 开始时间,格式为XXXX-XX-XX。
endtime true string 结束时间,格式为XXXX-XX-XX。

Notes

  • 最长支持90天数据;
  • 起始日期与终止日期可以相同;

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {
            "day_key": "2011-12-12",
            "followers_incr": "16", //增加粉丝数
            "followers_decr": "3", //减少粉丝数
        },
        ...
    ]
}



Please see Error Code Description for details of error information.

Field Description

Others



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


api评价