List all tournaments or create a new tournament.

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

{
    "count": 60662,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=started&page=6066",
    "results": [
        {
            "id": 143024,
            "name": "Suday Best",
            "director": {
                "id": 1951598,
                "username": "metzbill",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/5fd48a83574c486f4e93b5ccdc5430ad-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 848.7818921116899,
                        "deviation": 67.6138535173968,
                        "volatility": 0.06013011086486534
                    }
                },
                "ranking": 11.121352390832117,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "A chance to move up",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13675,
                "name": "Sunday GO and MORE",
                "summary": "You can't miss this group, join now!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 114,
                "icon": "https://user-uploads.online-go.com/e9f20c25fe1d95f705ad61dc0bd03a5d-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-08-16T18:00:00Z",
            "players_start": 12,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 15,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e9f20c25fe1d95f705ad61dc0bd03a5d-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 143239,
            "name": "Live Swiss 9x9 Chinese Tournament",
            "director": {
                "id": 2030891,
                "username": "LilLionDude",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/e678a72a2810a584b228f8cfdeb94379-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 379.75590674730324,
                        "deviation": 85.50560411127205,
                        "volatility": 0.0600059494406106
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "Time Control: Live!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "chinese",
            "time_per_move": 92,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 60,
                "initial_time": 900,
                "max_time": 3600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16638,
                "name": "Tournament-naughts",
                "summary": "NEW OFFICIAL TOURNAMENT GROUP",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-08-16T14:15:00Z",
            "players_start": 8,
            "first_pairing_method": "random",
            "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": 1,
            "ranked": true
        }
    ]
}