---
title: "Check API key allowance"
method: GET
path: "/v1/API/Limit"
tags: ["Utility"]
---

# Check API key allowance

`GET /v1/API/Limit`

Returns the remaining monthly allowance and refresh timer for the given API key. Does not count against your allowance.

## Query parameters

- `apikey` string, required

## Response `200`

result

- APILimit
  - `remaining_monthly_allowance` integer
  - `extra_allowance` integer
  - `allowance_refresh_timer` integer, nullable — Seconds until monthly allowance resets. null for private/unlimited keys.

## Other responses

- `401` — missing API key

---

[API](https://skmtc.dev/thegamesdb/apis/thegamesdb-api.md) · [All operations](https://skmtc.dev/thegamesdb/apis/thegamesdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thegamesdb/thegamesdb-api/revisions/7eee8ee33cd6/schema)
