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

跳转到: 导航, 搜索
第1行: 第1行:
 
{{Api_desc_business-en|
 
{{Api_desc_business-en|
 
uri=friendships/followers/unfollower_list|
 
uri=friendships/followers/unfollower_list|
desc=Obtain unfollowers list of recent 7/30/90 days.|
+
desc=Obtain unfollowers list of up to recent 90 days.|
 
httpMethod=GET|
 
httpMethod=GET|
 
needAuth=Yes|
 
needAuth=Yes|
第7行: 第7行:
 
params=
 
params=
 
{{api_args|uid|false|int64|The ID of searched users, current login user by default.}}
 
{{api_args|uid|false|int64|The ID of searched users, current login user by default.}}
{{api_args|time_span|true|int|Time range for search: 1. recent 7 days, 2. recent 30 days, 3. recent 90 days.}}
+
<!--{{api_args|time_span|true|int|Time range for search: 1. recent 7 days, 2. recent 30 days, 3. recent 90 days.}}-->
 +
{{api_args|starttime|true|int|The format of the starting time is xxxx-xx-xx.}}
 +
{{api_args|endtime|true|int|The format of the ending time is xxxx-xx-xx.}}
 
{{api_args|page|false|int|Page number of returned results, 1 by default.}}
 
{{api_args|page|false|int|Page number of returned results, 1 by default.}}
 
{{api_args|page_count|false|int|Total page number of returned results.}}
 
{{api_args|page_count|false|int|Total page number of returned results.}}
第36行: 第38行:
 
</pre>|
 
</pre>|
 
resultDes=none|
 
resultDes=none|
useAge=Obtain unfollowers list of recent 7/30/90 days.|
+
useAge=Obtain unfollowers list of up to recent 90 days.|
otherInfo=none
+
otherInfo=
 +
* Returned results are most recent un-following time of selected date range, and nearest following time before that un-following time.
 +
* If the nearest following time is earlier than January 1, 2014, then the returned following time is set to January 1, 2014
 
}}
 
}}

2016年1月8日 (五) 14:35的版本

friendships/followers/unfollower_list

Obtain unfollowers list of up to recent 90 days.

URL

https://c.api.weibo.com/2/friendships/followers/unfollower_list.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 false int64 The ID of searched users, current login user by default.
starttime true int The format of the starting time is xxxx-xx-xx.
endtime true int The format of the ending time is xxxx-xx-xx.
page false int Page number of returned results, 1 by default.
page_count false int Total page number of returned results.

Notes

Obtain unfollowers list of up to recent 90 days.

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {
            "uid": "5574029246",
            "unfollow_time": "2015-09-16",
            "folllow_time": "2015-06-16"
        },
        {
            "uid": "1898267781",
            "unfollow_time": "2015-11-1",
            "folllow_time": "2014-03-15"
        },
        ...
    ],
            "total_number": 3021
            "page": 2
            "page_count": 3
}



Please see Error Code Description for details of error information.

Field Description

none

Others

  • Returned results are most recent un-following time of selected date range, and nearest following time before that un-following time.
  • If the nearest following time is earlier than January 1, 2014, then the returned following time is set to January 1, 2014



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


api评价