C/2/search/suggestions/users/biz-en

跳转到: 导航, 搜索

search/suggestions/users/biz

Suggestions for searching users.

URL

https://c.api.weibo.com/2/search/suggestions/users/biz.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.
q true string Searching keyword, must be URL encoded.
count false int Number of returned records, default as 10.

Notes

Returned data range of search suggestion: verified users, daren users with more than 500 followers, ordinary users with more than 600 followers.

Response

JSON Example

//成功返回
[
    {
        "screen_name": "阿信",
        "followers_count": 2383036,
        "uid": 1265020392
    },
    ...
]
//失败返回
{
    "request": "/search/suggestions/users/biz.json",
    "error_code": XXXXX,
    "error": "error message."
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

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


文档更新时间: 2015-08-11
api评价