2/account/rate limit status/en
account/rate_limit_status
Return the authenticating user’s API access rate limitation.
URL
https://api.weibo.com/2/account/rate_limit_status.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:false
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. |
Notes
None
Response
JSON Example
{ "ip_limit": 10000, "limit_time_unit": "HOURS", "remaining_ip_hits": 10000, "remaining_user_hits": 150, "reset_time": "2011-06-03 18:00:00", "reset_time_in_seconds": 1415, "user_limit": 150, }
See the Error Code Description for the error information details.
Field Description
None
Others
None
文档更新时间: 12 January 2012