---
title: "GET /application/rate_limit_status.json"
method: GET
path: "/application/rate_limit_status.json"
---

# GET /application/rate_limit_status.json

`GET /application/rate_limit_status.json`

Returns the
current rate limits for
methods belonging to the specified resource families.

Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.
You can typically determine a method's resource family from the first component of the path after
the resource version.

This method responds with a map of methods belonging to the families specified by the resources
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.

You may also issue requests to this method without any parameters to receive a map of all rate
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.

## Response `200`

Successful Response

---

[API](https://skmtc.net/mfullbrook/apis/legacy.md) · [All operations](https://skmtc.net/mfullbrook/apis/legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/legacy/versions/0293423507bb/schema)
