List all tournaments or create a new tournament.

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

{
    "count": 59512,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=name&page=5951",
    "results": [
        {
            "id": 116151,
            "name": "🧭 GPS Series 361",
            "director": {
                "id": 1252765,
                "username": "KatNoire",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/d798a462581639c7be0f220400b2b60f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1474.1058774576727,
                        "deviation": 63.78024967595756,
                        "volatility": 0.05995328684214665
                    }
                },
                "ranking": 23.900259960522494,
                "professional": false,
                "ui_class": ""
            },
            "description": "Double elimination format. All ranks and provisional welcome. No handicap. Paused on weekends.",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 46619,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 43200,
                "initial_time": 432000,
                "max_time": 432000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13341,
                "name": "Go Petrologic Survey",
                "summary": "The bedrock of locating liveable landscapes",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://user-uploads.online-go.com/cb0c03c5aa13049379d23a6b93516231-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-06-04T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-06-04T10:00:59.459147Z",
            "ended": "2024-10-16T15:28:05.658900Z",
            "start_waiting": "2024-06-04T10:00:59.361444Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/cb0c03c5aa13049379d23a6b93516231-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 64994,
            "name": "🪔God of Go Deepavali Theme Tournament!🪔",
            "director": {
                "id": 681235,
                "username": "johannguyen",
                "country": "sg",
                "icon": "https://user-uploads.online-go.com/5b71579a2dd747619908f8c25e7257b3-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1786.0753867808758,
                        "deviation": 64.7454226166136,
                        "volatility": 0.060078710528863946
                    }
                },
                "ranking": 28.344343935517347,
                "professional": false,
                "ui_class": ""
            },
            "description": "🪔Deepavali is near soon, let's celebrate with a tournament!🪔\n\nDeepavali, also known as Diwali, is an festival celebrated by Hindus, Jains, Sikhs, and Newar Buddhists. This festival symbolises light over darkness, knowledge over ignorance and good over evil. \n\nDo invite more players to make the tournament more lively!\n\nHave fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 259200,
                "period_time": 86400,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4006,
                "name": "God of Go",
                "summary": "FIRST DECENTRALIZED GO LEARNING AND PLAYING PLATFORM",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 412,
                "icon": "https://user-uploads.online-go.com/e758f131015bdcdb1ffce1d7e8b77f6d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-13T16:00:00Z",
            "players_start": 20,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 20,
            "max_ranking": 34,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-11-13T16:00:26.027951Z",
            "ended": "2021-03-17T05:32:06.281665Z",
            "start_waiting": "2020-11-13T16:00:24.785184Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e758f131015bdcdb1ffce1d7e8b77f6d-15.png",
            "player_count": 24,
            "ranked": true
        }
    ]
}