List all tournaments or create a new tournament.

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

{
    "count": 60262,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=first_pairing_method&page=6026",
    "results": [
        {
            "id": 107636,
            "name": "ฝึกเล่นหมากล้อม 13*13 ครั้งที่ 1",
            "director": {
                "id": 1403924,
                "username": "a.chanapatz",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/ef3ee6b55f261cb7e057342392048475?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1300.332755957091,
                        "deviation": 102.2298403436758,
                        "volatility": 0.06000292594997068
                    }
                },
                "ranking": 20.996522509311184,
                "professional": false,
                "ui_class": ""
            },
            "description": "มีเวลาคนละ 7 นาที เมื่อเวลาหมดแต่ละคนจะมี ตาเดิน 30 วินาที 2 ครั้ง เมื่อแพ้ 2 ครั้งจะถูกคัดออก สู้ๆนะทุกคนนน",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 35,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 30,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13480,
                "name": "Go Academy",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 39,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2023-09-19T13:00:00Z",
            "players_start": 10,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-09-19T13:27:58.114334Z",
            "ended": "2023-09-19T15:13:48.353482Z",
            "start_waiting": "2023-09-19T13:27:57.935844Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 11,
            "ranked": true
        },
        {
            "id": 637,
            "name": "flowman's mini-tournament",
            "director": {
                "id": 20221,
                "username": "flowman",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/cc24952eeaac55fac50195e61243d089?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1331.8855936701764,
                        "deviation": 63.60684422057915,
                        "volatility": 0.059907493540384216
                    }
                },
                "ranking": 21.55155487031082,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 385,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 12,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2009-02-07T02:44:35Z",
            "ended": "2009-02-07T01:44:35Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}