List all tournaments or create a new tournament.

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

{
    "count": 58932,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5893",
    "results": [
        {
            "id": 98115,
            "name": "Форовый турнир",
            "director": {
                "id": 698241,
                "username": "Андрей Голомыздо",
                "country": "ru",
                "icon": "https://secure.gravatar.com/avatar/76d174f0d1a97377902ca431c0bc8fca?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1407.4945630693508,
                        "deviation": 64.19340526617522,
                        "volatility": 0.05968918946963481
                    }
                },
                "ranking": 22.82979463067958,
                "professional": false,
                "ui_class": ""
            },
            "description": "Форовый турнир",
            "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",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 8062,
                "name": "Любители игры го",
                "summary": "Здесь я провожу разные турниры, рад новым участникам.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 47,
                "icon": "https://user-uploads.online-go.com/41d4de775268389735423350fdd3b100-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2022-12-31T00:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2023-01-10T12:58:31.155981Z",
            "ended": "2023-01-24T02:04:45.762518Z",
            "start_waiting": "2023-01-10T12:58:31.114617Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/41d4de775268389735423350fdd3b100-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 130530,
            "name": "9x9 Mini League 5k-15k #134",
            "director": {
                "id": 1015644,
                "username": "wiadp1",
                "country": "pl",
                "icon": "https://user-uploads.online-go.com/253ed3da1cc83d36ac1e5313f959f54d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1401.2370598298708,
                        "deviation": 70.20323760077024,
                        "volatility": 0.060178801801105894
                    }
                },
                "ranking": 22.72664384298382,
                "professional": false,
                "ui_class": ""
            },
            "description": "Special league for players between 15kyu and 5kyu. Tournament will be started as soon as 5 players will join it.\n\nPrevious winners: https://online-go.com/group/10842",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "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": 3524,
                "name": "9x9 Lovers",
                "summary": "A group for Go players who love the 9x9 board.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 696,
                "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-07-27T19:00:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 15,
            "max_ranking": 25,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-07-26T13:39:09.954380Z",
            "ended": "2025-09-07T15:20:56.968038Z",
            "start_waiting": "2025-07-26T13:39:09.788698Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/524010f9e013f409bdc23336febde936-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}