2/users/counts/en
users/counts
Return the followers counts,friends counts, and weibo counts of a batch of users.
URL
https://api.weibo.com/2/users/counts.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
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. |
uids | true | string | The ID of the user to be returned.These should be separated by simeangle comma, and are limited by 100 ID per call. |
Notes
None
Response
JSON Example
[ { "id": "1404376560", "followers_count": "1369", "friends_count": "526", "statuses_count": "2908" }, ... ]
See the Error Code Description for the error information details.
Field Description
None
Others
None
文档更新时间: 8 January 2012