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

跳转到: 导航, 搜索
(以“{{Api_desc_business-en| uri=friendships/followers/unfollower_list| desc=Obtain unfollowers list of recent 7/30/90 days.| httpMethod=GET| needAuth=Yes| rateLimit={{B_...”为内容创建页面)
 
第14行: 第14行:
 
<pre class="brush:js">
 
<pre class="brush:js">
 
{
 
{
    "uid": 10438,
+
    "uid": 10438,
    "time_span":"3"  //Time range
+
    "result": [
    "result": [
+
 
         {
 
         {
             "uids": "5574029246,1473111577,1984859267,..."
+
             "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
 
             "total_number": 3021
 
             "page": 2
 
             "page": 2
 
             "page_count": 3
 
             "page_count": 3
        }
 
    ]
 
 
}
 
}
 +
  
 
</pre>|
 
</pre>|

2016年1月4日 (一) 18:23的版本

friendships/followers/unfollower_list

Obtain unfollowers list of recent 7/30/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.
time_span true int Time range for search: 1. recent 7 days, 2. recent 30 days, 3. recent 90 days.
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 recent 7/30/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

none

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


api评价