List all tournaments or create a new tournament.

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

{
    "count": 59112,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5911",
    "results": [
        {
            "id": 136538,
            "name": "1st Go Genius 9×9 Mini Tournament",
            "director": {
                "id": 865775,
                "username": "tomsyd22",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/b1446e2ddb58c18279928ea696efa77c?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2352.0405024169886,
                        "deviation": 70.49889343727092,
                        "volatility": 0.060015080716221976
                    }
                },
                "ranking": 34.716672173966344,
                "professional": false,
                "ui_class": ""
            },
            "description": "Go Genius 9×9 Mini Tournament\n9-round Swiss\nBoard size: 9×9\nTime control: 3 minutes main time + 3 × 10s byo-yomi\nOpen to all ranks\nFirst-ever Go Genius 9×9 tournament\nFast games, quick rounds, no pressure.\nJust play and enjoy.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 16,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 180,
                "period_time": 10,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15807,
                "name": "Go Genius",
                "summary": "Learn Go from Australian Go Champion Tom Chen.\nUnlock your mind’s potential in 30 days.\nJoin a global dojo of mastery and intelligence.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://user-uploads.online-go.com/7d077b5fce1a663573a6d18760c34a92-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-23T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 32,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7d077b5fce1a663573a6d18760c34a92-15.png",
            "player_count": 4,
            "ranked": false
        },
        {
            "id": 136063,
            "name": "แข่งหมากล้อม",
            "director": {
                "id": 1649117,
                "username": "khommet no1",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/876c5940099fb674ba3f7ffcd88a4ad5?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 509.6896698989656,
                        "deviation": 98.84305852892527,
                        "volatility": 0.06001792727877708
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "12345678",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14733,
                "name": "ศรีสังวาลย์",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 31,
                "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-05T08: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-01-05T08:00:21.711670Z",
            "ended": "2026-01-05T08:27:27.050674Z",
            "start_waiting": "2026-01-05T08:00:21.652020Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-15.png",
            "player_count": 6,
            "ranked": false
        }
    ]
}