---
title: "Get Active Edition"
method: GET
path: "/api/v3/tournaments/editions/active"
tags: ["Tournaments"]
---

# Get Active Edition

`GET /api/v3/tournaments/editions/active`

Return the single active edition's shared grid-anchored timing (id/started_at/ends_at/status). ``ends_at`` is STORED, not derived — the frontend reads it here instead of computing it (D-05/D-08, closes frontend-spec §8).

## Response `200`

Request fulfilled, document follows

- TournamentEditionResponse
  - `id` integer, required
  - `started_at` string, date-time, required
  - `ends_at` string, date-time, required
  - `status` 'active' | 'awaiting_results' | 'completed', required
  - `created_at` string, date-time, required

---

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