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

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

2015年7月16日 (四) 20:18的最后版本

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

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.

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             
        },
        ....
    ]
}

See the Error Code Description for the error information details.

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-16
api评价