List all tournaments or create a new tournament.

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

{
    "count": 60791,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=id&page=6079",
    "results": [
        {
            "id": 143554,
            "name": "คิมีโหน่โต๊ะออนทัวร์",
            "director": {
                "id": 987587,
                "username": "Dino009",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/8565ab90f5d600296a1cedf299c4896b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 678.5586368637915,
                        "deviation": 63.84332853169197,
                        "volatility": 0.05998108785561671
                    }
                },
                "ranking": 5.939656483269437,
                "professional": false,
                "ui_class": ""
            },
            "description": "สำหรับให้นักกีฬาชมรมหมากล้อม ฝึกฝนฝีมือ",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "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": 16664,
                "name": "คิมีโหน่โต๊ะ",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 1,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-25T01:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}