List all tournaments or create a new tournament.

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

{
    "count": 60341,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=first_pairing_method&page=6034",
    "results": [
        {
            "id": 97103,
            "name": "6 kyu- 15 kyu NO ANALYSIS :D",
            "director": {
                "id": 1185877,
                "username": "TranBao",
                "country": "vn",
                "icon": "https://user-uploads.online-go.com/67d7d186b94fc74fe63b005140aead0c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1085.8073260534607,
                        "deviation": 66.70606544629742,
                        "volatility": 0.06013409105577501
                    }
                },
                "ranking": 16.822660659018403,
                "professional": false,
                "ui_class": ""
            },
            "description": "A chance to play without analysis during game. Have fun. Ohhhh I forgot, the handicap is auto ;)",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89819,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 432000,
                "period_time": 86400,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8922,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2022-11-24T14:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "random",
            "min_ranking": 15,
            "max_ranking": 24,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2022-11-24T14:00:21.198881Z",
            "ended": "2023-08-08T18:02:16.889847Z",
            "start_waiting": "2022-11-24T14:00:21.042366Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}