/application/rate_limit_status.json
GET
/application/rate_limit_status.json
current rate limits for
methods belonging to the specified resource families.
You can typically determine a method's resource family from the first component of the path after
the resource version.
parameter, the current remaining uses for each of those resources within the current rate limiting
window, and its expiration time in epoch time. It also includes a rate_limit_context field that
indicates the current access token context.
limited GET methods. If your application only uses a few of methods, please explicitly provide a
resources parameter with the specified resource families you work with.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/application/rate_limit_status.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08