2/register/verify nickname/en

跳转到: 导航, 搜索

register/verify_nickname

Check if a specified nickname is available. If not,a recommended nickname is provided.

URL

https://api.weibo.com/2/register/verify_nickname.json

Supported Formats

JSON

HTTP Request Method

GET

Requires Login

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

Requests Count Limitation

Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.

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.
nickname true string Nickname to be checked.It must be 4-20 characters and encoded by UTF-8.Supports Chinese,English,number,"_",and “-”.

Notes

None

Response

JSON Example

{
    "is_legal": false,
    "suggest_nickname": [
        ”nick001”,
        ”nick002”
    ]
}

See the Error Code Description for the error information details.

Field Description

None

Others

None



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


文档更新时间: 2012-01-19