C/2/friendships/followers/trend count-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

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


api评价