List all tournaments or create a new tournament.

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

{
    "count": 60132,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6013",
    "results": [
        {
            "id": 60257,
            "name": "Fast Correspondence Unofficial Title Tournament 19x19 - 2020",
            "director": {
                "id": 497519,
                "username": "Kosh-retired",
                "country": "_Lord_Howe_Island",
                "icon": "https://secure.gravatar.com/avatar/39dc5f9ee81b8243d315c8c729844456?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1574.954785564748,
                        "deviation": 61.40997215047312,
                        "volatility": 0.060088015249815864
                    }
                },
                "ranking": 25.432209892698047,
                "professional": false,
                "ui_class": ""
            },
            "description": "and does **NOT** pause on the weekend.\n\n<body>\n  <h2 style=\"color:red\">Using vacation is grounds for immediate disqualification from this tournament.</h2>\n</body>\n\nObviously pausing games is also not allowed.\n\nOkay guys and gals, let's show those slowpokes how a tournament can go. :D",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 30720,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 28800,
                "initial_time": 172800,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 508,
                "name": "Fast Correspondence",
                "summary": "Tournaments for people who like to play quick correspondence games.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 828,
                "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-06-30T12:05:00Z",
            "players_start": 60,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2020-06-30T12:05:38.625712Z",
            "ended": "2021-02-14T22:47:13.700309Z",
            "start_waiting": "2020-06-30T12:05:14.626614Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-15.png",
            "player_count": 115,
            "ranked": true
        },
        {
            "id": 140242,
            "name": "Chunwon 9x9 2026",
            "director": {
                "id": 1787808,
                "username": "danilanca",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/292d650963c959da76b7e2de6a637ec4?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 381.5268410831336,
                        "deviation": 83.44370820784157,
                        "volatility": 0.060010097192708965
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "Tornei realizado com os cursistas da formação Jogo GO 9x9.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 41,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 300,
                "max_time": 600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12104,
                "name": "DRE S. Mateus SME",
                "summary": "Grupo dos educadores da SME - DRE São Mateus , e interessados e amigos.\nSejam todos bem vindos e entrem em nosso grupo para organizarmos mais ações.\nhttps://chat.whatsapp.com/K2lPBye3iqRBOwJ2dU6sjW\n\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 114,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-05-14T22:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-05-14T22:30:49.953004Z",
            "ended": "2026-05-14T22:33:31.192472Z",
            "start_waiting": "2026-05-14T22:30:49.854762Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 14,
            "ranked": true
        }
    ]
}