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

跳转到: 导航, 搜索

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}}}|中文]]


api评价