List all tournaments or create a new tournament.

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

{
    "count": 60352,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=6035",
    "results": [
        {
            "id": 142021,
            "name": "ชินจังทัวร์นาเมนต์",
            "director": {
                "id": 564908,
                "username": "Sarawoot Kanya",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/b6481afb00bf1ffc14aefec9418093c9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1450.7244757952644,
                        "deviation": 64.2988723906399,
                        "volatility": 0.06068198210976438
                    }
                },
                "ranking": 23.53012500304784,
                "professional": false,
                "ui_class": ""
            },
            "description": "123456",
            "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": 16517,
                "name": "พีไอเอ็ม",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://user-uploads.online-go.com/60f43becbaa9f0795798f4cb222bd180-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-07-09T09: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": "2026-07-09T08:45:52.892772Z",
            "ended": "2026-07-09T09:13:15.310160Z",
            "start_waiting": "2026-07-09T08:45:52.817777Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/60f43becbaa9f0795798f4cb222bd180-15.png",
            "player_count": 8,
            "ranked": false
        },
        {
            "id": 138351,
            "name": "16-3 แข่ง",
            "director": {
                "id": 470505,
                "username": "Kru.Phu",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/dbdf49f17f4fe6e6aed3c736fac58f0d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2208.607931409905,
                        "deviation": 69.28347543000088,
                        "volatility": 0.06001604873366919
                    }
                },
                "ranking": 33.26005499347702,
                "professional": false,
                "ui_class": ""
            },
            "description": "16-3 แข่ง",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 10,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16288,
                "name": "Mday class",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-16T12:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-03-16T11:46:16.170105Z",
            "ended": "2026-03-16T11:47:28.907611Z",
            "start_waiting": "2026-03-16T11:46:15.997017Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": false
        }
    ]
}