C/2/tags/tags batch/other-en

跳转到: 导航, 搜索

tags/tags_batch/other

Return batch users' tag information.

URL

https://c.api.weibo.com/2/tags/tags_batch/other.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.
uids true string User IDs that need tag information, which separated by half-width ',' and not exceeding 20.

Notes

none

Response

JSON Example

[
    {
        "id": 1404376560,
        "tags": [
            {
                "221012100001985342": "80后",
                "weight": 50
            },
            ...
        ]
    },
    ...
]

See the Error Code Description for the error information details.

Field Description

none

Others

none

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


文档更新时间: 2015-07-16