C/2/friendships/followers-en

跳转到: 导航, 搜索

friendships/followers/trend_count

Return variation trend of authorized users’ followers for 30 days.

URL

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

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

true
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.

Notes

  • • This data is only available to V users( marked with blue V), otherwise no data returns.

Response

JSON Example

{
    "uid": 10438,
    "result": [            
        {
            "days": "2012-04-04",
            "follower_count_online":"15",  //number of followers 
            "active_follower":"14", //number of active followers
            "loyal_follower":"0"   //number of interactive followers             
        },
        ....
    ]
}

Please see Error Code Description for details of error information.

Field Description

none

Others

  • • Taking the returning field of ‘follower_count_online’ as the standard to show the numbers of followers, the returning field of ‘follower_count’ can be ignored.



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


文档更新时间: 2015-07-15
api评价