---
title: "Get league dashboard stats"
method: POST
path: "/leagues/{identifier}/dashboard/stats"
tags: ["League: Overview"]
---

# Get league dashboard stats

`POST /leagues/{identifier}/dashboard/stats`

Returns aggregate league admin dashboard counts. Requires a personal or developer API key whose owner is currently a league ADMIN of the league in the path, with leagues.league_admin:read access on the key. These admin reads no longer require a paid developer plan; they stay authority-gated (current league ADMIN) and rate-limited by the league owner's plan. League API WRITE routes still require the leagueOperatorApi feature (api_pro or higher) on the league owner's plan.

## Path parameters

- `identifier` string, required — League slug or Convex league ID.

## Response `200`

League dashboard stats.

- LeagueDashboardStatsResponse — Aggregate league admin dashboard statistics.
  - `stats` object, required
    - `teamCount` integer, required
    - `pendingApplications` integer, required
    - `activeSeasons` integer, required
    - `openTickets` integer, required
  - `timestamp` string, required

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

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