List all tournaments or create a new tournament.

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

{
    "count": 60592,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=6059",
    "results": [
        {
            "id": 141960,
            "name": "🐈🐈🐈Tournament in honor of KittyWise🐈🐈🐈",
            "director": {
                "id": 1928008,
                "username": "abricosik",
                "country": "bg",
                "icon": "https://user-uploads.online-go.com/17ac81a2b686b2bce8f7b86c44386196-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 427.7056129631151,
                        "deviation": 65.07602075649167,
                        "volatility": 0.06011211227074499
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "🐈🐈🐈Tournament in honor of KittyWise🐈🐈🐈",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14076,
                "name": "KittyWise",
                "summary": "----------------------------------------------------------------------------------------------------------------------",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 60,
                "icon": "https://user-uploads.online-go.com/92416af5ddd8c38ad1a269c780ce7965-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-07T13:57:00Z",
            "players_start": 3,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-07-07T13:57:18.358247Z",
            "ended": null,
            "start_waiting": "2026-07-07T13:57:18.285959Z",
            "board_size": 9,
            "active_round": 3,
            "icon": "https://user-uploads.online-go.com/92416af5ddd8c38ad1a269c780ce7965-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "id": 58660,
            "name": "No1. handicap go competition",
            "director": {
                "id": 750444,
                "username": "cjyy",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/023279a09c3edabe227bb2f92b4e3338-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1408.021632031022,
                        "deviation": 270.6188641757657,
                        "volatility": 0.05999803006308974
                    }
                },
                "ranking": 22.838462061985037,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Have a good luck.",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 91200,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 432000,
                "max_time": 864000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18097,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-14T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-04-14T10:00:05.353994Z",
            "ended": "2021-11-30T03:49:29.189656Z",
            "start_waiting": "2020-04-14T10:00:03.814603Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 29,
            "ranked": true
        }
    ]
}