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>
Zuletzt aktualisiert: 15. Apr. 2016, 18:34 Uhr.