2/friendships/followers/trend count

跳转到: 导航, 搜索
(以“{{Api_desc_business| uri=friendships/followers/trend_count| desc=获取30天当前用户粉丝的变化趋势数据。| httpMethod=GET| needAuth=是| rateLimit={{B_r...”为内容创建页面)
 
 
(未显示1个用户的1个中间版本)
第10行: 第10行:
 
{
 
{
 
     "uid": 10438,
 
     "uid": 10438,
     "result": [            //近30天内粉丝数
+
     "result": [             
 
         {
 
         {
             "day": "2012-04-04",
+
             "days": "2012-04-04",
             "follower_count": 200   
+
             "follower_count": "200",  //粉丝数
 +
            "active_follower":"14", //活跃粉丝数
 +
            "loyal_follower":"0",   //忠诚粉丝数
 +
            "follower_count_online":"15"  //在线粉丝数
 
         },
 
         },
 
         ....
 
         ....
第20行: 第23行:
 
</pre>|
 
</pre>|
 
resultDes=无|
 
resultDes=无|
useAge=*仅限V用户(蓝V、橙V),否则返回数据为空;|
+
useAge=*仅限V用户(蓝V),否则返回数据为空;|
 
otherInfo=无
 
otherInfo=无
 
}}{{#a:showgrade}}
 
}}{{#a:showgrade}}

2012年6月1日 (五) 10:45的最后版本

friendships/followers/trend_count

获取30天当前用户粉丝的变化趋势数据。

URL

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

支持格式

JSON

HTTP请求方式

GET

是否需要登录


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

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。

注意事项

  • 仅限V用户(蓝V),否则返回数据为空;

返回结果

JSON示例

{
    "uid": 10438,
    "result": [            
        {
            "days": "2012-04-04",
            "follower_count": "200",  //粉丝数
            "active_follower":"14", //活跃粉丝数
            "loyal_follower":"0",   //忠诚粉丝数
            "follower_count_online":"15"  //在线粉丝数 
        },
        ....
    ]
}

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

字段说明

其他



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


文档更新时间: 2012-06-01
api评价