C/2/friendships/followers/influence top20-en

跳转到: 导航, 搜索

friendships/followers/influence_top20

Get the top 20 fans that have the most repost counts or engagement with user's posts, it supports to look up by recent 7 days, recent 30 days and recent 90 days.

URL

https://c.api.weibo.com/2/friendships/followers/influence_top20.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.
uid false int64 user id that needs to be searched.
time_span true int time range.1:recent 7 days;2:recent 30 days;3:recent 90 days
flag true int search type.1:fans that have most repost counts;2:fans that have most engagement;

Notes

  • Only blue V users have data.

Response

JSON Example

{
    "uid": "10438",
    "time_span":"1"   
    "flag":"2",   
    "result": [           
        {
            "follower_uid": "32543535",
            "interact_count": "200"  
        },
        ....
    ]
}

Please see Error Code Description for details of error information.

Field Description

None

Others

None

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


api评价