Retrieve, update, or delete a specific tournament.

GET /api/v1/tournaments/130534/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 130534,
    "name": "Live 9x9 Double Elimination Tournament 2025-07-16 18:31",
    "director": {
        "id": 4,
        "username": "matburt",
        "country": "us",
        "icon": "https://secure.gravatar.com/avatar/1dff84686f829e8ef90e2e123f1baddf?s=64&d=retro",
        "ratings": {
            "version": 5,
            "overall": {
                "rating": 1125.8827017028436,
                "deviation": 78.19731452501959,
                "volatility": 0.06006087171771568
            }
        },
        "ranking": 17.66169912212786,
        "professional": false,
        "ui_class": "supporter moderator admin"
    },
    "description": "Automatic Site-wide Tournament",
    "schedule": {
        "id": 2,
        "name": "Live 9x9 Double Elimination Tournament",
        "rrule": "DTSTART:20260417T100000Z\nRRULE:FREQ=HOURLY;INTERVAL=4",
        "active": true,
        "created": "2014-12-20T06:22:51.496184Z",
        "last_run": "2026-04-17T10:00:56.664188Z",
        "lead_time_seconds": 1800,
        "tournament_type": "double_elimination",
        "handicap": 0,
        "rules": "japanese",
        "size": 9,
        "time_control_parameters": {
            "time_control": "byoyomi",
            "period_time": 30,
            "main_time": 300,
            "periods": 3
        },
        "min_ranking": 0,
        "max_ranking": 36,
        "analysis_enabled": false,
        "exclude_provisional": true,
        "players_start": 4,
        "first_pairing_method": "slide",
        "subsequent_pairing_method": "slide",
        "settings": {
            "num_rounds": "3",
            "upper_bar": "20",
            "lower_bar": "10",
            "group_size": "3",
            "maximum_players": 100
        },
        "next_run": "2026-04-17T14:00:00Z",
        "base_points": "10.0"
    },
    "title": null,
    "tournament_type": "double_elimination",
    "handicap": 0,
    "rules": "japanese",
    "time_control_parameters": {
        "time_control": "byoyomi",
        "period_time": 30,
        "main_time": 300,
        "periods": 3
    },
    "is_open": true,
    "exclude_provisional": true,
    "group": null,
    "player_is_member_of_group": false,
    "auto_start_on_max": false,
    "time_start": "2025-07-16T18:31:02.834498Z",
    "players_start": 4,
    "first_pairing_method": "slide",
    "subsequent_pairing_method": "slide",
    "min_ranking": 0,
    "max_ranking": 36,
    "analysis_enabled": false,
    "exclusivity": "open",
    "started": "2025-07-16T18:31:55.271339Z",
    "ended": "2025-07-16T19:04:59.536579Z",
    "start_waiting": "2025-07-16T18:31:55.175041Z",
    "board_size": 9,
    "active_round": null,
    "settings": {
        "player_losses": {
            "625243": 1,
            "582352": 2,
            "19437": 2,
            "1755136": 2,
            "1790409": 2,
            "1415519": 2,
            "1775402": 2,
            "1812436": 2
        },
        "maximum_players": 100,
        "group_size": "3",
        "lower_bar": "10",
        "upper_bar": "20",
        "num_rounds": 8,
        "active_round": 8
    },
    "rounds": [
        {
            "round_number": 1,
            "total_matches": 4,
            "finished_matches": 4,
            "byes": 0
        },
        {
            "round_number": 2,
            "total_matches": 4,
            "finished_matches": 4,
            "byes": 0
        },
        {
            "round_number": 3,
            "total_matches": 3,
            "finished_matches": 3,
            "byes": 0
        },
        {
            "round_number": 4,
            "total_matches": 1,
            "finished_matches": 1,
            "byes": 2
        },
        {
            "round_number": 5,
            "total_matches": 1,
            "finished_matches": 1,
            "byes": 1
        },
        {
            "round_number": 6,
            "total_matches": 1,
            "finished_matches": 1,
            "byes": 0
        },
        {
            "round_number": 7,
            "total_matches": 0,
            "finished_matches": 0,
            "byes": 1
        },
        {
            "round_number": 8,
            "total_matches": 0,
            "finished_matches": 0,
            "byes": 1
        }
    ],
    "icon": "https://cdn.online-go.com/5.1/img/trophies/gold_title_9.png",
    "scheduled_rounds": null,
    "can_administer": false,
    "opengotha_standings": null,
    "ranked": true,
    "disable_vacation": false
}