List all tournaments or create a new tournament.

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

{
    "count": 59462,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5946",
    "results": [
        {
            "id": 3372,
            "name": "Fight Club´s \"Big Board Blitz\" Nov,8  start 22:00 UTC",
            "director": {
                "id": 102987,
                "username": "Fight Club´s Admin",
                "country": "_Pirate",
                "icon": "https://user-uploads.online-go.com/84c668c6929052e27b769484f8a7a326-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1403.9107440568043,
                        "deviation": 68.41290124459677,
                        "volatility": 0.060041081424571756
                    }
                },
                "ranking": 22.77077400148111,
                "professional": false,
                "ui_class": ""
            },
            "description": "<br>all ranks welcome - handicap enabled<br><br> <img src=\"http://veterator.com/pic/cry/fox_white_up.png\"><br> <br> \"enjoy the procedure and the goal will unfold\"",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 16,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 15,
                "main_time": 120,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 351,
                "name": "Fight Club",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 367,
                "icon": "https://user-uploads.online-go.com/84c668c6929052e27b769484f8a7a326-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-11-08T22:04:47.634608Z",
            "ended": "2014-11-08T22:33:02.623591Z",
            "start_waiting": "2014-11-08T22:04:47.414474Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/84c668c6929052e27b769484f8a7a326-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 123334,
            "name": "Handicap Arena 2025 - 001",
            "director": {
                "id": 2408,
                "username": "richyfourtytwo",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/8482108492340cf4f2021653180eb741-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1524.9926543210318,
                        "deviation": 65.32843532399444,
                        "volatility": 0.059741689688304116
                    }
                },
                "ranking": 24.685924012231194,
                "professional": false,
                "ui_class": ""
            },
            "description": "Part of an arena tournament - 2025. For details, rules and arena-standings see the group page.\n\nThe tournament will start as soon as there are 10 players.",
            "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",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13655,
                "name": "Handicap Arena",
                "summary": "Organising arena-type handicap correspondence tournaments.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 101,
                "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-01-01T12:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-01-01T12:00:36.558986Z",
            "ended": "2025-04-10T07:18:36.906169Z",
            "start_waiting": "2025-01-01T12:00:36.020513Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5fe2ed1a16feb631d49732f2de506b9e-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}