C/2/statuses/active list-en

跳转到: 导航, 搜索

statuses/active_list

Get the top 10 posts that are published within 7 days in terms of repost count, comment count and reach.

URL

https://c.api.weibo.com/2/statuses/active_list.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

  • Only blue V users have data.

Response

JSON Example

{
    "uid": 10438,
    "result": {
        "repost": [
            {
                "mid": "8Ras3qlz",   //top 10 posts that are published within 7 days in terms of repost count
                "count": "2"
            },
            ....
        ],
        "comment": [                //top 10 posts that are published within 7 days in terms of comment count
            {
                "mid": "8Ras3qlz",
                "count": "2"
            },
            ....
        ],
        "exposure": [              //top 10 posts that are published within 7 days in terms of reach
            {
                "mid": "8Ras3qlz",
                "count": "2"
            },
            ....
        ]
    }
}

Please see Error Code Description for details of error information.

Field Description

None

Others

None

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


api评价