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

跳转到: 导航, 搜索

friendships/followers/trend_other

Return followers' daily increase and decrease count.

URL

https://c.api.weibo.com/2/friendships/followers/trend_other.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 true string ID of user needs to be searched.
starttime true string The starting time, the format is xxxx-xx-xx.
endtime true string The ending time, the format is xxxx-xx-xx.

Notes

  • Support up to 90 days' data;
  • Starting time and ending time could be the same;

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

none

Others

none

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


文档更新时间: 2015-09-17
api评价