C/2/friendships/followers/unfollower list

跳转到: 导航, 搜索

friendships/followers/unfollower_list

获取7天/30天/90天内取消关注该账户的用户列表

URL

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

支持格式

JSON

HTTP请求方式

GET

是否需要登录


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

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
uid false int64 需要查询的用户ID。默认为当前登陆用户。
time_span true int 查询时间范围。1:近7天;2:近30天;3:近90天
page false int 返回结果的页码,默认为1。
page_count false int 返回结果总页数。

注意事项

获取7天/30天/90天内取消关注该账户的用户列表。

返回结果

JSON示例

{
     "uid": 10438,
     "time_span":"3"   //时间范围
     "result": [
        {
            "uids": "5574029246,1473111577,1984859267,..."
            "total_number": 3021
            "page": 2
            "page_count": 3
        }
    ]
}


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

字段说明

其他



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


api评价