application.rate_limit_status
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.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/application/rate_limit_status.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38