List all tournaments or create a new tournament.

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

{
    "count": 59962,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5996",
    "results": [
        {
            "id": 64856,
            "name": "1111111111111111111",
            "director": {
                "id": 737306,
                "username": "2020vs",
                "country": "hk",
                "icon": "https://user-uploads.online-go.com/78080aa54321ea05a7dcca1596e6c924-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1057.6297343678023,
                        "deviation": 68.72909751962305,
                        "volatility": 0.060123971197317244
                    }
                },
                "ranking": 16.21396648247981,
                "professional": false,
                "ui_class": ""
            },
            "description": "11111111111111111111111111111",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 89280,
            "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": false,
            "group": {
                "id": 515,
                "name": "OGS Title Tournaments",
                "summary": "Would you like to compete with hundreds of players in epic tournaments and become the Honinbo, Meijin, Kisei, Tianyuan, Mingren or Kuksu? Join us!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 2987,
                "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-09-01T02:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-09-01T02:00:48.808088Z",
            "ended": "2020-09-21T05:10:52.629432Z",
            "start_waiting": "2020-09-01T02:00:48.553458Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-15.png",
            "player_count": 5,
            "ranked": true
        },
        {
            "id": 135377,
            "name": "Turneul de socializare nr. 1",
            "director": {
                "id": 1915369,
                "username": "Boddah1985",
                "country": "ro",
                "icon": "https://user-uploads.online-go.com/8ffcc2b3b53a1bf51c702ef1a4d93ba2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 569.6597080422196,
                        "deviation": 78.67403832155368,
                        "volatility": 0.05997819829575478
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "Salut,\n\nSunt nou pe site, am inceput sa invat jocul acum cateva saptamani si m-as bucura sa joc cu cat mai multi romani, indiferent de nivel.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 88451,
            "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": false,
            "group": {
                "id": 30,
                "name": "România",
                "summary": "Grupul romanilor de pe OGS.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 111,
                "icon": "https://user-uploads.online-go.com/76902c1bdd5a6f9fc13afbb21ce2f1f2-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-12-17T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-12-17T03:56:16.752765Z",
            "ended": "2026-04-19T11:27:22.446451Z",
            "start_waiting": "2025-12-17T03:56:16.648651Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/76902c1bdd5a6f9fc13afbb21ce2f1f2-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}