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

跳转到: 导航, 搜索
(以“{{Api_desc_business-en| uri=friendships/followers/trend_other| desc=获取用户的粉丝每天增加和减少数量| httpMethod=GET| needAuth=是| rateLimit={{B_rat...”为内容创建页面)
 
 
第1行: 第1行:
 
{{Api_desc_business-en|
 
{{Api_desc_business-en|
 
uri=friendships/followers/trend_other|
 
uri=friendships/followers/trend_other|
desc=获取用户的粉丝每天增加和减少数量|
+
desc=Return followers' daily increase and decrease count.|
 
httpMethod=GET|
 
httpMethod=GET|
needAuth=|
+
needAuth=yes|
 
rateLimit={{B_rate_limit-en}}|
 
rateLimit={{B_rate_limit-en}}|
 
params=
 
params=
{{api_args|uid|true|string|需要查询的用户ID。}}
+
{{api_args|uid|true|string|ID of user needs to be searched.}}
{{api_args|starttime|true|string|开始时间,格式为XXXX-XX-XX。}}
+
{{api_args|starttime|true|string|The starting time, the format is xxxx-xx-xx.}}
{{api_args|endtime|true|string|结束时间,格式为XXXX-XX-XX。}}|
+
{{api_args|endtime|true|string|The ending time, the format is xxxx-xx-xx.}}|
 
|
 
|
 
result=
 
result=
第26行: 第26行:
  
 
</pre>|
 
</pre>|
resultDes=|
+
resultDes=none|
useAge=*最长支持90天数据;
+
useAge=*Support up to 90 days' data;
*起始日期与终止日期可以相同;|
+
*Starting time and ending time could be the same;|
otherInfo=
+
otherInfo=none
 
}}
 
}}

2015年9月17日 (四) 20:46的最后版本

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评价