C/2/friendships/followers/unfollower count-en

跳转到: 导航, 搜索
(以“{{Api_desc_business-en| uri=friendships/followers/unfollower_count| desc=Get daily un-follower count of up to 90 days.| httpMethod=GET| needAuth=Yes| rateLimit={{B_r...”为内容创建页面)
 
 
(未显示1个用户的1个中间版本)
第6行: 第6行:
 
rateLimit={{B_rate_limit-en}}|
 
rateLimit={{B_rate_limit-en}}|
 
params=
 
params=
{{api_args|uid|false|int64|The ID of searched users, current login user by default.}}
+
{{api_args|uid|true|int64|The ID of searched users.}}
{{api_args|time_span|true|int|Time range for search: recent 7/30/90 days.}}
+
<!--{{api_args|time_span|true|int|Time range for search: recent 7/30/90 days.}}-->
<!--{{api_args|starttime|true|int|搜索范围起始时间,格式为xxxx-xx-xx。}}
+
{{api_args|starttime|true|int|Start time for searching, format as xxxx-xx-xx.}}
{{api_args|endtime|true|int|搜索范围结束时间,格式为xxxx-xx-xx。}}
+
{{api_args|endtime|true|int|End time for search, format as xxxx-xx-xx.}}
{{api_args|page|false|int|返回结果的页码,默认为1。}}
+
<!--{{api_args|page|false|int|返回结果的页码,默认为1。}}
 
{{api_args|page_count|false|int|每页返回记录数,固定为10。}} -->
 
{{api_args|page_count|false|int|每页返回记录数,固定为10。}} -->
 
|
 
|

2016年1月22日 (五) 16:05的最后版本

friendships/followers/unfollower_count

Get daily un-follower count of up to 90 days.

URL

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

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

Yes
See Login and Authorization for details.

Authorized Access Limitation

Request for all the business API:

    • 50000 times per hour per IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.
access_token false string This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.
uid true int64 The ID of searched users.
starttime true int Start time for searching, format as xxxx-xx-xx.
endtime true int End time for search, format as xxxx-xx-xx.

Notes

Get daily un-follower count of up to 90 days.

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {
            "date": "2015-12-24",
            "unfollow_count": "5"
        },
        {
            "date": "2015-12-25",
            "unfollow_count": "8"
        },
        ...
    ]
}



Please see Error Code Description for details of error information.

Field Description

none

Others



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


文档更新时间: 2016-01-22
api评价