C/2/friendships/followers/trend other

跳转到: 导航, 搜索
(以“{{apidesc3_c| uri=friendships/followers/trend_other| desc=获取用户的粉丝每天增加和减少数量| httpMethod=GET| needAuth=是| rateLimit=是| params= {{ap...”为内容创建页面)
 
第1行: 第1行:
{{apidesc3_c|
+
{{Api_desc_business|
 
uri=friendships/followers/trend_other|
 
uri=friendships/followers/trend_other|
 
desc=获取用户的粉丝每天增加和减少数量|
 
desc=获取用户的粉丝每天增加和减少数量|
 
httpMethod=GET|
 
httpMethod=GET|
 
needAuth=是|
 
needAuth=是|
rateLimit=|
+
rateLimit={{B_rate_limit}}|
 
params=
 
params=
 
{{api_args|uid|true|string|需要查询的用户ID。}}
 
{{api_args|uid|true|string|需要查询的用户ID。}}

2015年9月17日 (四) 20:25的版本

friendships/followers/trend_other

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

URL

https://c.api.weibo.com/2/friendships/followers/trend_other.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录


关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
uid true string 需要查询的用户ID。
starttime true string 开始时间,格式为XXXX-XX-XX。
endtime true string 结束时间,格式为XXXX-XX-XX。

注意事项

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

返回结果

JSON示例

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



关于错误返回值与错误代码,参见 错误代码说明

字段说明

其他



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


api评价