List all tournaments or create a new tournament.

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

{
    "count": 58872,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5887",
    "results": [
        {
            "id": 28832,
            "name": "Let's meet ! 10-20kyu only",
            "director": {
                "id": 459376,
                "username": "i am poop",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/f3bdb9442138dd6c2d4f619816d0f5e8-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1013.5637422352452,
                        "deviation": 180.92523896897464,
                        "volatility": 0.06000977981874014
                    }
                },
                "ranking": 15.228755112677058,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Hi ! I'm new ! Let's meet !",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none",
                "speed": "correspondence",
                "system": "none",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8849,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2017-07-24T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2017-08-05T14:24:12.958112Z",
            "ended": "2017-11-08T20:52:44.548071Z",
            "start_waiting": "2017-08-05T14:24:12.193900Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 128769,
            "name": "1st play Zenoleo9697",
            "director": {
                "id": 1783834,
                "username": "leoleohung96",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/2fedd9dbe6ac025aa3661f8cbfc1cc86?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 835.620927359163,
                        "deviation": 181.33030985773235,
                        "volatility": 0.060005720853376264
                    }
                },
                "ranking": 10.759583185913854,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "1st play",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 15360,
                "name": "ZeNoLeO9697",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2025-05-24T12:48:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2025-05-24T12:48:58.611329Z",
            "ended": "2025-05-27T01:34:28.432044Z",
            "start_waiting": "2025-05-24T12:48:58.559053Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}