List all tournaments or create a new tournament.

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

{
    "count": 58832,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=5883",
    "results": [
        {
            "id": 136814,
            "name": "Малый январский турнир",
            "director": {
                "id": 1633182,
                "username": "grigorijdizer",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/b985a37fb05d199a036f731007b584ef-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 484.140757645069,
                        "deviation": 233.4238551092153,
                        "volatility": 0.06001461361260359
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Малый январский турнир для игроков секции спортивного го ОмГПУ Ката.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "live",
                "pause_on_weekends": false,
                "per_move": 15
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14645,
                "name": "Ката | 形",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 10,
                "icon": "https://user-uploads.online-go.com/d2ded5e5b0adf7255a983a475d408b2f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-31T14:00:00Z",
            "players_start": 6,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-01-31T14:01:03.354856Z",
            "ended": "2026-01-31T14:17:14.172737Z",
            "start_waiting": "2026-01-31T14:01:03.261296Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/d2ded5e5b0adf7255a983a475d408b2f-15.png",
            "player_count": 6,
            "ranked": false
        },
        {
            "id": 135241,
            "name": "ซ้อมแข่งขัน11/12/68",
            "director": {
                "id": 1839947,
                "username": "cp13",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/6c1584b8f521e9a34fbee42449f876c9?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 710.3615547953566,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 7.000000000000001,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "ซ้อมแข่งขัน",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15616,
                "name": "8 คิว ที่รอคอย",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 25,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2025-12-11T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2025-12-11T06:51:39.521626Z",
            "ended": "2025-12-11T07:02:06.732135Z",
            "start_waiting": "2025-12-11T06:51:39.464473Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": false
        }
    ]
}