List all tournaments or create a new tournament.

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

{
    "count": 59612,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5961",
    "results": [
        {
            "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
        },
        {
            "id": 27794,
            "name": "17k - 1k Players only Tournament (GOGOGO)",
            "director": {
                "id": 439429,
                "username": "ProfessorA",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/73de0839d2f9ef598da79c68b228f395-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1157.9244007851103,
                        "deviation": 63.9171822761565,
                        "volatility": 0.05995199947825181
                    }
                },
                "ranking": 18.311328425991398,
                "professional": false,
                "ui_class": ""
            },
            "description": "Please check GOGOGO! Tournaments for 1 Dan or above coming soon!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "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": 1651,
                "name": "GOGOGO",
                "summary": "Looking for a group to learn? Join us!\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://user-uploads.online-go.com/03fe9ebf23d694e99c67794f41ea65d8-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2017-06-11T01:00:00Z",
            "players_start": 6,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 13,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-08-05T19:46:39.956108Z",
            "ended": "2019-08-19T15:12:15.448641Z",
            "start_waiting": "2018-08-05T19:46:38.615262Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/03fe9ebf23d694e99c67794f41ea65d8-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}