GetRemainingRequests

Returns the number of remaining requests that can be made to Twitter and how long until the request limit is reset.

Input

Name Type Description
Resources String A comma-separated list of the resources you want to request rate limit information about. For example: search,users,statuses

Result Set Columns

Name Type Description
Remaining_Requests String The number of remaining API requests.
Reset_Time String When your available API requests will reset.
Reset_Time_Seconds String The time in seconds since 1/1/1970 when your remaining API requests will be reset.
Limit String Your limit of total API requests per window. At the moment, each window is 15 minutes.
Api_Request String The API request the rate limit information returned goes with.