C/2/friendships/followers-en

跳转到: 导航, 搜索

friendships/followers/trend_count

Return variation trend of authorized users’ followers for 30 days.

URL

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

支持格式

JSON

HTTP请求方式

GET

是否需要登录

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

访问授权限制

Request for all the business API:

    • 50000 times per hour per IP;

请求参数

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

注意事项

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

返回结果

JSON示例

{
    "uid": 10438,
    "result": [            
        {
            "days": "2012-04-04",
            "follower_count_online":"15",  //number of followers 
            "active_follower":"14", //number of active followers
            "loyal_follower":"0"   //number of interactive followers             
        },
        ....
    ]
}

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

字段说明

none

其他

  • 请以follower_count_online为准,表示粉丝数,忽略返回的follower_count字段;



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


api评价