C/2/friendships/followers-en

跳转到: 导航, 搜索
(以“{{Api_desc_business| uri=friendships/followers/trend_count| desc=Return variation trend of authorized users’ followers for 30 days.| httpMethod=GET| needAuth=true|...”为内容创建页面)
 
第1行: 第1行:
{{Api_desc_business|
+
{{Api_desc_business-en|
 
uri=friendships/followers/trend_count|
 
uri=friendships/followers/trend_count|
 
desc=Return variation trend of authorized users’ followers for 30 days.|
 
desc=Return variation trend of authorized users’ followers for 30 days.|

2015年7月15日 (三) 21:34的版本

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

  • 仅限V用户(蓝V),否则返回数据为空;

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

  • 请以follower_count_online为准,表示粉丝数,忽略返回的follower_count字段;



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


api评价