List all tournaments or create a new tournament.

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

{
    "count": 60072,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=6007",
    "results": [
        {
            "id": 81206,
            "name": "chantszyau vs lamcheukhang",
            "director": {
                "id": 922838,
                "username": "go2708",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/b3e7f690c33f687a9632741520125809?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2051.551691597471,
                        "deviation": 123.68029630025042,
                        "volatility": 0.05999816676709507
                    }
                },
                "ranking": 31.5523722737371,
                "professional": false,
                "ui_class": ""
            },
            "description": "chantszyau vs lamcheukhang",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 26880,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "total_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10182,
                "name": "DCFWMS-Team",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 14,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2021-10-11T07:27:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2021-10-11T07:27:43.746020Z",
            "ended": "2021-11-01T07:29:57.793799Z",
            "start_waiting": "2021-10-11T07:27:43.675144Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 137227,
            "name": "Just a random tournament - Come and join if you'd like to",
            "director": {
                "id": 1926370,
                "username": "kylerwee02",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/3da73acd9ff69216ba7db37f152de321?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 691.7658511507257,
                        "deviation": 185.75061921400507,
                        "volatility": 0.06000226571024618
                    }
                },
                "ranking": 6.385910609260798,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Just a random tournament. Provisional players are invited (because I am one). Hope you don't mind! Come and join if you'd like to! This is a 9x9 tournament. Have fun! ~Anonymous Guy (if u know who i am i am a random guy that u prob dont know) 😜",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 2419200,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "per_move": 2419200
            },
            "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-03-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-03-01T09:00:41.596755Z",
            "ended": null,
            "start_waiting": "2026-03-01T09:00:40.789768Z",
            "board_size": 9,
            "active_round": 1,
            "icon": "https://user-uploads.online-go.com/8b1bbf17216ac7c771cfc31ad15f297a-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}