List all tournaments or create a new tournament.

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

{
    "count": 58922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=auto_start_on_max&page=5892",
    "results": [
        {
            "id": 103301,
            "name": "TORNEIO 12H20",
            "director": {
                "id": 832318,
                "username": "miguel0204",
                "country": "br",
                "icon": "https://secure.gravatar.com/avatar/471c6f87781deced9d324ef7093a8382?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1508.996827652589,
                        "deviation": 62.09211683300283,
                        "volatility": 0.060033344128693274
                    }
                },
                "ranking": 24.44181847354074,
                "professional": false,
                "ui_class": ""
            },
            "description": "TORNEIO 12H20",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 51,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13117,
                "name": "alunos verissimo",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 102,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2023-05-16T16:00:00Z",
            "players_start": 7,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-05-16T15:16:37.638901Z",
            "ended": "2023-05-16T15:55:16.221692Z",
            "start_waiting": "2023-05-16T15:16:37.543833Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 7,
            "ranked": true
        },
        {
            "id": 126685,
            "name": "Happy 9x9 #1",
            "director": {
                "id": 1429536,
                "username": "Миша_HGO",
                "country": "ru",
                "icon": "https://secure.gravatar.com/avatar/d5af1aa0c6b787dda11ea5fc4247a616?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1683.6585850153836,
                        "deviation": 68.67233456400153,
                        "volatility": 0.06018149710047133
                    }
                },
                "ranking": 26.977300862500766,
                "professional": false,
                "ui_class": ""
            },
            "description": "For Happy!",
            "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",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15142,
                "name": "Ekaterinburg",
                "summary": "Previous winners:\n\nHappy 19х19:\n\n    Happy 19x19 #1 - Chlowski\n    Happy 19x19 #2 - registration\n\nHappy 13x13:\n\n    Happy 13x13 #1 - registration\n\nHappy 9x9:\n\n    Happy 9x9 #1 - in progress",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://user-uploads.online-go.com/9c663c990d9af1cdaec895b7401d3585-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-04-26T10:00:00Z",
            "players_start": 8,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-04-25T22:32:19.827109Z",
            "ended": "2025-05-29T03:03:08.704213Z",
            "start_waiting": "2025-04-25T22:32:19.029659Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9c663c990d9af1cdaec895b7401d3585-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}