---
title: "Get Tournament Config"
method: GET
path: "/api/v3/tournaments/config"
tags: ["Tournaments"]
---

# Get Tournament Config

`GET /api/v3/tournaments/config`

Get global tournament configuration.

## Response `200`

Request fulfilled, document follows

- TournamentConfigResponse
  - `blacklist_weeks` integer, required
  - `cadence` 'weekly' | 'biweekly', required
  - `anchor_weekday` integer, required
  - `anchor_time` string, duration, required
  - `anchor_tz` string, required
  - `transitions_paused` boolean, required
  - `debug_cycle_seconds` integer, nullable
  - `created_at` string, date-time, required
  - `updated_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)
