List all tournaments or create a new tournament.

GET /api/v1/tournaments?format=api&ordering=time_per_move&page=4592
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 59277,
    "next": "https://online-go.com/api/v1/tournaments?format=api&ordering=time_per_move&page=4593",
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=time_per_move&page=4591",
    "results": [
        {
            "id": 132502,
            "name": "Correspondence 19x19 RoundRobin 2025-09-18 19:00",
            "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": 6,
                "name": "Correspondence 19x19 RoundRobin",
                "rrule": "DTSTART:20260406T190000Z\nRRULE:FREQ=DAILY;INTERVAL=3",
                "active": true,
                "created": "2015-02-20T05:58:31.027016Z",
                "last_run": "2026-04-06T19:00:17.974344Z",
                "lead_time_seconds": 86400,
                "tournament_type": "roundrobin",
                "handicap": 0,
                "rules": "japanese",
                "size": 19,
                "time_control_parameters": {
                    "time_control": "fischer",
                    "initial_time": 259200,
                    "pause_on_weekends": true,
                    "max_time": 432000,
                    "time_increment": 86400
                },
                "min_ranking": 0,
                "max_ranking": 36,
                "analysis_enabled": true,
                "exclude_provisional": true,
                "players_start": 4,
                "first_pairing_method": "slaughter",
                "subsequent_pairing_method": "slaughter",
                "settings": {
                    "num_rounds": "3",
                    "upper_bar": "20",
                    "lower_bar": "10",
                    "group_size": "3",
                    "maximum_players": 10
                },
                "next_run": "2026-04-09T19:00:00Z",
                "base_points": "10.0"
            },
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "pause_on_weekends": true,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": null,
            "auto_start_on_max": false,
            "time_start": "2025-09-18T19:00:35.235139Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-09-18T19:01:09.095717Z",
            "ended": "2025-11-13T19:24:42.340905Z",
            "start_waiting": "2025-09-18T19:01:08.382602Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/trophies/gold_title_19.png",
            "player_count": 9,
            "ranked": true
        },
        {
            "id": 121410,
            "name": "My first tournament - DDK have fun!",
            "director": {
                "id": 1524436,
                "username": "telmich",
                "country": "ch",
                "icon": "https://secure.gravatar.com/avatar/ebdfc657470c327d3dbda9a2e3de7522?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1069.772109895028,
                        "deviation": 62.12223332658225,
                        "volatility": 0.05931149235997581
                    }
                },
                "ranking": 16.478231596919294,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "This is my first try at a tournament - main focus is on having fun while playing, but due to the mix from 25k to 10k there will be some tension guaranteed!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 24,
                "name": "Double Digit Kyu Room",
                "summary": "For those of us working our way through to SDK. Whether its for your first time up the ladder and the 20th, lets find some opponents and camaraderie. ",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3652,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2024-10-24T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-10-22T20:32:41.925766Z",
            "ended": null,
            "start_waiting": "2024-10-22T20:32:41.410834Z",
            "board_size": 19,
            "active_round": 6,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 20,
            "ranked": true
        },
        {
            "id": 111591,
            "name": "Pokemon War!βš”οΈ",
            "director": {
                "id": 1119615,
                "username": "RainZhang",
                "country": "_Starfleet",
                "icon": "https://user-uploads.online-go.com/0bbeec146196b64049475b7855e2ba5a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 919.5598350480423,
                        "deviation": 65.58704024452855,
                        "volatility": 0.060022263508483394
                    }
                },
                "ranking": 12.975502142256941,
                "professional": false,
                "ui_class": ""
            },
            "description": "Battle",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 12512,
                "name": "Pokemon OGS",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/7e43fe80ff2817783716ee3a42041a31-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-01-15T01:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-01-15T01:00:23.744654Z",
            "ended": "2024-03-31T01:53:17.871418Z",
            "start_waiting": "2024-01-15T01:00:23.611216Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7e43fe80ff2817783716ee3a42041a31-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 115915,
            "name": "a tiny tester",
            "director": {
                "id": 1503821,
                "username": "deleted-70735ce2-ae34-4987-a5c8-669aa9a1142c",
                "country": "eu",
                "icon": "https://user-uploads.online-go.com/dc6a666d91c83ce37b0af3b34b4a543b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 171.62185615999033,
                        "deviation": 99.76949255053977,
                        "volatility": 0.060125104589358325
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "My first test tournament to be created \nI have no idea what I am doing here.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 11534,
                "name": "The G.O.A.Ts family",
                "summary": "<div style=\"borderr: 3px dashed #FFAFB0;background-color:#696969\">\n\n<h1><p style=\"color:#FFAFB0;\"> \nWelcome to group page!!!</p></h1>\n\n<b class=\"hr anim\"></b>\n\n<embed src=\"https://youtube.com/embed/0gG6dF-JTUo\"></embed>\n\n<p style=\"color:#FFAFB0;\"> \nListeni",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 45,
                "icon": "https://user-uploads.online-go.com/e067d02f314853a7758941027719b4a6-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-05-11T03:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-07-29T13:26:17.102034Z",
            "ended": "2024-07-29T13:27:45.034040Z",
            "start_waiting": "2024-07-29T13:26:17.035452Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e067d02f314853a7758941027719b4a6-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "id": 119626,
            "name": "πŸ¦…πŸ¦…πŸ¦…  - El Condor Pasa - πŸ¦…πŸ¦…πŸ¦…  #6",
            "director": {
                "id": 1436588,
                "username": "Arrow A6 anti-",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/8670729a0e8d1142fea14d8bd6800517-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 588.6751839572613,
                        "deviation": 80.73457404236709,
                        "volatility": 0.0636275307525229
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "πŸ¦…πŸ¦…πŸ¦… El Condor Pasa πŸ¦…πŸ¦…πŸ¦…\n<tr />\n<tr />\n\n<H3><a Href=\"https://online-go.com/group/13797\"><span  style=\"color:gold;\"><u>Go advance forward forever&#20<a Href=\"https://online-go.com/group/13797\">welcome to join</u>\n</a></h3>\n\n<html>\n<body>\n\n<embed src=\"https://www.youtube.com/embed/iNcuE9ToyJc\" loop=\"loop\" autoplay=\"autoplay\"  style=\"width:100%;height:100%;vertical-align : middle;\" > <!-- width=\"380\" height=\"240\"> -->\n\n</body>\n</html>\n<tr />\n\t\n<!-- https://youtu.be/iNcuE9ToyJc?si=wKBn_Mpvjs7RuZiZ -->\n\n\n\n\n\n<a href=\"https://info.flagcounter.com/0hib\"><img src=\"https://s01.flagcounter.com/mini/0hib/bg_000000/txt_FFFFFF/border_CCCCCC/flags_1/\" alt=\"Flag Counter\" border=\"0\"></a>\n\n<p style=\"display:none;83512\"> \n</p> \n\n<div style=\"display:none;12345\"> \n</div>",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "nz",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 259200,
                "period_time": 259200,
                "stones_per_period": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13797,
                "name": " ζ— ι—΄ε‹€η’ζœ―εŒ–  Go Advance forward forever",
                "summary": "ζ¬’θΏŽε›΄ζ£‹ηˆ±ε₯½θ€…ζ₯εˆ°ε±žδΊŽζ‚¨ηš„ε›­εœ°\n\n\n          In Your πŸ’– Go to Universes everywhere",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 496,
                "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-09-01T07:00:00Z",
            "players_start": 7,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-09-01T07:00:35.487660Z",
            "ended": "2025-05-07T22:53:18.529823Z",
            "start_waiting": "2024-09-01T07:00:34.676572Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-15.png",
            "player_count": 22,
            "ranked": true
        },
        {
            "id": 111632,
            "name": "Pi pi pi! Lets go!",
            "director": {
                "id": 1497247,
                "username": "belbelmok828",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/9c3254f41006a922707501bf0554d4d0?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Boris\nHenry\nMing\n3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679 Pi 100",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13947,
                "name": "3ε…„εΌŸ Ming Boris Henry",
                "summary": "We are Pipipi",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://user-uploads.online-go.com/047a6e403640c25894c5177b3a2796d4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-01-13T07:00:00Z",
            "players_start": 3,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-01-13T07:00:45.117298Z",
            "ended": "2024-01-20T11:37:14.278466Z",
            "start_waiting": "2024-01-13T07:00:45.042348Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/047a6e403640c25894c5177b3a2796d4-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "id": 102683,
            "name": "Correspondence 19x19 RoundRobin 2023-04-29 19:00",
            "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 Sitewide Tournament",
            "schedule": {
                "id": 6,
                "name": "Correspondence 19x19 RoundRobin",
                "rrule": "DTSTART:20260406T190000Z\nRRULE:FREQ=DAILY;INTERVAL=3",
                "active": true,
                "created": "2015-02-20T05:58:31.027016Z",
                "last_run": "2026-04-06T19:00:17.974344Z",
                "lead_time_seconds": 86400,
                "tournament_type": "roundrobin",
                "handicap": 0,
                "rules": "japanese",
                "size": 19,
                "time_control_parameters": {
                    "time_control": "fischer",
                    "initial_time": 259200,
                    "pause_on_weekends": true,
                    "max_time": 432000,
                    "time_increment": 86400
                },
                "min_ranking": 0,
                "max_ranking": 36,
                "analysis_enabled": true,
                "exclude_provisional": true,
                "players_start": 4,
                "first_pairing_method": "slaughter",
                "subsequent_pairing_method": "slaughter",
                "settings": {
                    "num_rounds": "3",
                    "upper_bar": "20",
                    "lower_bar": "10",
                    "group_size": "3",
                    "maximum_players": 10
                },
                "next_run": "2026-04-09T19:00:00Z",
                "base_points": "10.0"
            },
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "pause_on_weekends": true,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": null,
            "auto_start_on_max": false,
            "time_start": "2023-04-29T19:00:49.788166Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-04-29T19:01:49.965385Z",
            "ended": "2023-08-04T16:38:23.138527Z",
            "start_waiting": "2023-04-29T19:01:49.423457Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/trophies/gold_title_19.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 118988,
            "name": "Handicap Arena 2024 - 058",
            "director": {
                "id": 2408,
                "username": "richyfourtytwo",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/8482108492340cf4f2021653180eb741-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1524.9926543210318,
                        "deviation": 65.32843532399444,
                        "volatility": 0.059741689688304116
                    }
                },
                "ranking": 24.685924012231194,
                "professional": false,
                "ui_class": ""
            },
            "description": "Part of an arena tournament. For details, rules and arena-standings see the group page.\n\nThe tournament will start as soon as there are 5 players.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13655,
                "name": "Handicap Arena",
                "summary": "Organising arena-type handicap correspondence tournaments.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 103,
                "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2024-08-12T09:00:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-08-12T07:29:52.997412Z",
            "ended": "2024-11-15T08:52:27.259186Z",
            "start_waiting": "2024-08-12T07:29:52.738940Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-15.png",
            "player_count": 5,
            "ranked": true
        },
        {
            "id": 137477,
            "name": "Correspondence 19x19 RoundRobin 2026-02-18 19:00",
            "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": 6,
                "name": "Correspondence 19x19 RoundRobin",
                "rrule": "DTSTART:20260406T190000Z\nRRULE:FREQ=DAILY;INTERVAL=3",
                "active": true,
                "created": "2015-02-20T05:58:31.027016Z",
                "last_run": "2026-04-06T19:00:17.974344Z",
                "lead_time_seconds": 86400,
                "tournament_type": "roundrobin",
                "handicap": 0,
                "rules": "japanese",
                "size": 19,
                "time_control_parameters": {
                    "time_control": "fischer",
                    "initial_time": 259200,
                    "pause_on_weekends": true,
                    "max_time": 432000,
                    "time_increment": 86400
                },
                "min_ranking": 0,
                "max_ranking": 36,
                "analysis_enabled": true,
                "exclude_provisional": true,
                "players_start": 4,
                "first_pairing_method": "slaughter",
                "subsequent_pairing_method": "slaughter",
                "settings": {
                    "num_rounds": "3",
                    "upper_bar": "20",
                    "lower_bar": "10",
                    "group_size": "3",
                    "maximum_players": 10
                },
                "next_run": "2026-04-09T19:00:00Z",
                "base_points": "10.0"
            },
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "pause_on_weekends": true,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": null,
            "auto_start_on_max": false,
            "time_start": "2026-02-18T19:00:35.567713Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-02-18T19:01:16.730452Z",
            "ended": null,
            "start_waiting": "2026-02-18T19:01:15.265987Z",
            "board_size": 19,
            "active_round": 1,
            "icon": "https://cdn.online-go.com/5.1/img/trophies/gold_title_19.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 129125,
            "name": "cgggcnfggnfgnhfdndfhnmngfhhdhdthgdggdxfgdfsggsfgzfsgg",
            "director": {
                "id": 1769328,
                "username": "gertgegreg",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/6dfa39c4c4cce3d86ea0dbe919b44ed2?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1282.2617613302161,
                        "deviation": 113.62547030823282,
                        "volatility": 0.06000894734729132
                    }
                },
                "ranking": 20.67254570959296,
                "professional": false,
                "ui_class": ""
            },
            "description": "grrsefgaegtaertaertqerteqrt",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "ing",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13797,
                "name": " ζ— ι—΄ε‹€η’ζœ―εŒ–  Go Advance forward forever",
                "summary": "ζ¬’θΏŽε›΄ζ£‹ηˆ±ε₯½θ€…ζ₯εˆ°ε±žδΊŽζ‚¨ηš„ε›­εœ°\n\n\n          In Your πŸ’– Go to Universes everywhere",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 496,
                "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-06-04T20:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-06-04T19:45:17.266420Z",
            "ended": "2025-06-04T20:16:22.107745Z",
            "start_waiting": "2025-06-04T19:45:16.941651Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/175d0b2a36101a52411db11b4d096829-15.png",
            "player_count": 23,
            "ranked": true
        }
    ]
}