---
title: "API usage"
method: GET
path: "/api_usage"
tags: ["advanced"]
---

# API usage

`GET /api_usage`

The API Usage endpoint provides detailed information on your current API usage statistics. It returns data such as the number of requests made, remaining requests, and the reset time for your usage limits. This endpoint is essential for monitoring and managing your API consumption to ensure you stay within your allocated limits.

## Query parameters

- `format` 'JSON' | 'CSV'
- `delimiter` string
- `timezone` string

## Response `200`

- object
  - `timestamp` string, required — Current timestamp in UTC timezone
  - `current_usage` integer, required — Number of requests made in last minute
  - `plan_limit` integer, required — Your personal API limit (requests/minute) depending on the plan
  - `daily_usage` integer — Number of requests made in the current day. Returned only when the plan has a daily limit.
  - `plan_daily_limit` integer — Your personal API limit (requests/day) depending on the plan. Returned only when the plan has a daily limit.
  - `plan_category` string — Plan category name

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
