List all tournaments or create a new tournament.

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

{
    "count": 59972,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5997",
    "results": [
        {
            "id": 99955,
            "name": "VFNPNV 2023.FEB 19X19 tournament 7K~5K",
            "director": {
                "id": 1161013,
                "username": "朵兒普拉斯-doorplus-",
                "country": "_United_Nations",
                "icon": "https://user-uploads.online-go.com/7c935550f93ff5eb3f3e93239454342f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1151.0937500744108,
                        "deviation": 63.06821920011851,
                        "volatility": 0.05991569077389414
                    }
                },
                "ranking": 18.174361096243295,
                "professional": false,
                "ui_class": ""
            },
            "description": "Very fast, No pauses, No Vacation.\n\nWelcome and have fun :)\n\nPauses are not allowed.                                    \nPauses are not allowed.                                     \nPauses are not allowed.                                     \n\nTo make gaming more efficient, please pay attention to the time.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 5471,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "total_time": 691200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 12824,
                "name": "Way to GO",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 31,
                "icon": "https://user-uploads.online-go.com/8fbd7bd47c3c0f4bb73a2fd4c070b182-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2023-02-24T16:00:00Z",
            "players_start": 6,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 23,
            "max_ranking": 25,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-02-12T03:39:31.284343Z",
            "ended": "2023-03-25T01:59:57.379306Z",
            "start_waiting": "2023-02-12T03:39:30.541602Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8fbd7bd47c3c0f4bb73a2fd4c070b182-15.png",
            "player_count": 12,
            "ranked": true
        },
        {
            "id": 105339,
            "name": "13x13",
            "director": {
                "id": 1382364,
                "username": "ŽELJKO GXY",
                "country": "hr",
                "icon": "https://user-uploads.online-go.com/badb8cb9439577469e74dfc1a975eab6-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1476.3657386851598,
                        "deviation": 116.74674642211195,
                        "volatility": 0.060005482863360195
                    }
                },
                "ranking": 23.935722628497665,
                "professional": false,
                "ui_class": ""
            },
            "description": "25-17 kyu",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 19461,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 18000,
                "initial_time": 86400,
                "max_time": 172800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 323,
                "name": "The Balkans",
                "summary": "For all the people living (or originating from) one of the countries that are located on the Balkans! :)",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 25,
                "icon": "https://user-uploads.online-go.com/5fd503a319c6e17c1bd1b081c876f700-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2023-07-13T09:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 13,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-12-29T03:05:34.916368Z",
            "ended": "2025-01-03T16:29:12.752604Z",
            "start_waiting": "2024-12-29T03:05:34.844576Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5fd503a319c6e17c1bd1b081c876f700-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}