---
title: "Key Usage Info"
method: GET
path: "/key-usage-info"
tags: ["Technical Endpoints"]
---

# Key Usage Info

`GET /key-usage-info`

Returns usage statistics for the current API key. The response includes how many requests were allocated in total, how many remain, and the time when the current request balance becomes invalid (either the subscription period ends or the one-time package expires).

Use cases:

Developers checking quota before batch jobs; SaaS dashboards showing API usage in account settings; automation systems pausing tasks when quota is low; monitoring tools tracking consumption; billing/support teams answering “why requests stopped” questions.

## Response `200`

OK

- TechnicalKeysResp
  - `key_requests` integer
  - `remaining_requests` integer
  - `total_requests` integer
  - `valid_until` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io-2.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io-2/revisions/3d7215317ba1/schema)
