C/2/friendships/followers/active num

跳转到: 导航, 搜索

friendships/followers/active_num

指定日期用户活跃粉丝数。

URL

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

支持格式

JSON

HTTP请求方式

GET

是否需要登录


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

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
uid true string 指定用户uid。
sdate false int 开始时间。
edate false int 结束时间。

注意事项

  • 只能获取蓝v用户的活跃粉丝数

返回结果

JSON示例

//成功返回
{
   errno: 1,
   msg: "成功",
   code: "B00001",
   result: {
       total_fans_num: {
           2019-04-14: "0",
           2019-04-15: "0"
        },
       active_fans: {
           2019-04-14: "895",
           2019-04-15: "897"
        },
       loyal_fans: {
           2019-04-14: "0",
           2019-04-15: "0"
        },
       total_fans_num_online: {
           2019-04-14: "0",
           2019-04-15: "0"
        }
    }
}


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

字段说明

其他



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


文档更新时间: 2019-04-25
api评价