List all tournaments or create a new tournament.

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

{
    "count": 58982,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5898",
    "results": [
        {
            "id": 135625,
            "name": "แข่งแบบแพ้คัดออก",
            "director": {
                "id": 564908,
                "username": "Sarawoot Kanya",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/b6481afb00bf1ffc14aefec9418093c9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1428.3733342620876,
                        "deviation": 65.87288697611051,
                        "volatility": 0.06068751158219223
                    }
                },
                "ranking": 23.170679540751433,
                "professional": false,
                "ui_class": ""
            },
            "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": 14733,
                "name": "ศรีสังวาลย์",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 32,
                "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-12-22T08: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-22T07:56:45.199117Z",
            "ended": "2025-12-22T08:19:10.712346Z",
            "start_waiting": "2025-12-22T07:56:45.129634Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/77a325d663f63d21c325d52de886e9e2-15.png",
            "player_count": 6,
            "ranked": false
        },
        {
            "id": 135874,
            "name": "Open Tournament 2",
            "director": {
                "id": 1926369,
                "username": "kyliewee02",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/ca62c83151453f1e19f9b6e5f28f3f48-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 720.7945416911429,
                        "deviation": 178.85663899190317,
                        "volatility": 0.06000133866351721
                    }
                },
                "ranking": 7.337528416040835,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Anyone wants to be challenged by a noob player? Anyone can join this tournament! Contact me if you want to join my group. ~Destroyer802",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 604800,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "per_move": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16022,
                "name": "ChatRoom404",
                "summary": "This is just a group. Do whatever you like here! It is also alright if you want to just join this group and chat. ~Destroyer802 😝",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://user-uploads.online-go.com/8b1bbf17216ac7c771cfc31ad15f297a-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-01T09:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-01-01T09:00:46.047541Z",
            "ended": "2026-01-10T12:41:14.579574Z",
            "start_waiting": "2026-01-01T09:00:45.998040Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8b1bbf17216ac7c771cfc31ad15f297a-15.png",
            "player_count": 3,
            "ranked": false
        }
    ]
}