xREL.v3

API: user/rate_limit_status method - Wiki

Change Language
Board RSS API Status Help Contact
Preferences

Article: API: user/rate_limit_status method

API: user/rate_limit_status method

(Image)
This method is deprecated and only available in API v1!

Shows how many calls the user (if an OAuth session is present) or the IP address (otherwise) has left before none will be answered.

URL
http://api.xrel.to/api/user/rate_limit_status.format

Formats
json, xml

HTTP Method(s)
GET

Authentication
OAuth or none
If you call this method with an OAuth session, the number of requests left for this user will be returned.
If you call it without any OAuth parameters, the number of remaining requests from your IP address will be returned.

Parameters
none

Example Response
<rate_limit_status>
  <remaining_calls>298</remaining_calls>
  <reset_time_u>1263232800</reset_time_u>
  <reset_time>Mon, 11 Jan 2010 19:00:00 +0100</reset_time>
</rate_limit_status>

Last edit: 15 Apr. 2016 6:34 PM.

Preferences

Rate this article
3.5/53.5/53.5/53.5/53.5/53.5/53.5/53.5/53.5/53.5/5
Rating: 3.5 / 5.0 (2 votes)