---
title: "Get usage"
method: GET
path: "/usage"
tags: ["Usage"]
---

# Get usage

`GET /usage`

Get current usage statistics, word counts, and plan details.

## Response `200`

Usage statistics.

- object
  - `data` Usage
    - `words_used` integer
    - `words_remaining` integer
    - `limit` integer
    - `plan` 'free' | 'pro' | 'business'
    - `is_subscribed` boolean
    - `current_period_end` string, date-time
    - `billing_interval` string

---

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