---
title: "GET /account/usage"
method: GET
path: "/account/usage"
tags: ["Account"]
---

# GET /account/usage

`GET /account/usage`

Get rate-limits and usage data about your API key

## Response `200`

Info on account (apiKey) usage

- object
  - `data` AccountUsage
    - `keyID` string — The hashed identifier for the API key
    - `customerID` string — The Stripe customer ID for the account
    - `email` string — The email address associated with the account
    - `isActive` boolean — Whether the API key is active
    - `tier` string — The current subscription tier
    - `rateLimits` object
      - `per-second` RateLimitInterval
        - `max-requests` union — Maximum allowed requests in the interval
          - 'unlimited'
          - integer
        - `current-requests` integer — Current number of requests made in the interval
        - `max-entities` union — Maximum allowed entity accesses in the interval
          - 'unlimited'
          - integer
        - `current-entities` integer — Current number of entities accessed in the interval
      - `per-minute` RateLimitInterval
        - `max-requests` union — Maximum allowed requests in the interval
          - 'unlimited'
          - integer
        - `current-requests` integer — Current number of requests made in the interval
        - `max-entities` union — Maximum allowed entity accesses in the interval
          - 'unlimited'
          - integer
        - `current-entities` integer — Current number of entities accessed in the interval
      - `per-hour` RateLimitInterval
        - `max-requests` union — Maximum allowed requests in the interval
          - 'unlimited'
          - integer
        - `current-requests` integer — Current number of requests made in the interval
        - `max-entities` union — Maximum allowed entity accesses in the interval
          - 'unlimited'
          - integer
        - `current-entities` integer — Current number of entities accessed in the interval
      - `per-day` RateLimitInterval
        - `max-requests` union — Maximum allowed requests in the interval
          - 'unlimited'
          - integer
        - `current-requests` integer — Current number of requests made in the interval
        - `max-entities` union — Maximum allowed entity accesses in the interval
          - 'unlimited'
          - integer
        - `current-entities` integer — Current number of entities accessed in the interval
      - `per-month` RateLimitInterval
        - `max-requests` union — Maximum allowed requests in the interval
          - 'unlimited'
          - integer
        - `current-requests` integer — Current number of requests made in the interval
        - `max-entities` union — Maximum allowed entity accesses in the interval
          - 'unlimited'
          - integer
        - `current-entities` integer — Current number of entities accessed in the interval
  - `success` boolean

## Other responses

- `401` — Invalid API key
- `403` — Inactive API key
- `404` — Account unavailable
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/sportsgameodds/apis/sports-game-odds-api.md) · [All operations](https://skmtc.net/sportsgameodds/apis/sports-game-odds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsgameodds/sports-game-odds-api/revisions/37767db05cc7/schema)
