List all tournaments or create a new tournament.

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

{
    "count": 60282,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=6028",
    "results": [
        {
            "id": 142188,
            "name": "Testing",
            "director": {
                "id": 1643275,
                "username": "Kimi2110",
                "country": "it",
                "icon": "https://secure.gravatar.com/avatar/2d43c081f6222d7d554a2f34c4e4e0eb?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 898.2923855729205,
                        "deviation": 63.53193046590895,
                        "volatility": 0.06012129198850278
                    }
                },
                "ranking": 12.433803632172891,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a tournament for Whitestone only",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16541,
                "name": "The Whitestone academy",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-14T02:16:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-07-14T02:14:52.866397Z",
            "ended": null,
            "start_waiting": "2026-07-14T02:14:52.791905Z",
            "board_size": 19,
            "active_round": 2,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 7,
            "ranked": true
        },
        {
            "id": 64824,
            "name": "king of the hill",
            "director": {
                "id": 507154,
                "username": "octonary",
                "country": "_Pirate",
                "icon": "https://user-uploads.online-go.com/49292767ea85e391d86a7545723e1948-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1488.033377403179,
                        "deviation": 67.17443256941716,
                        "volatility": 0.06011900723441843
                    }
                },
                "ranking": 24.11795668034844,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "please don't lose by time",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 46,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 45,
                "initial_time": 120,
                "max_time": 360
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2154,
                "name": "ocaml survivors",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 14,
                "icon": "https://user-uploads.online-go.com/feda4b527f4324b99f705a670aefebd4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-08-29T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-08-29T01:54:35.338256Z",
            "ended": "2020-09-04T03:15:00.550785Z",
            "start_waiting": "2020-08-29T01:54:35.046866Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/feda4b527f4324b99f705a670aefebd4-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}