List all tournaments or create a new tournament.

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

{
    "count": 58901,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5890",
    "results": [
        {
            "id": 67431,
            "name": "5 Person AllVsAll",
            "director": {
                "id": 751480,
                "username": "IceTsunami",
                "country": "_Tibet",
                "icon": "https://user-uploads.online-go.com/af50490dfea3295e8e9172305d92e28f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1196.2312656807467,
                        "deviation": 81.32419211783879,
                        "volatility": 0.06000695930662531
                    }
                },
                "ranking": 19.06478939401627,
                "professional": false,
                "ui_class": ""
            },
            "description": "Die Spiele werden alle Gleichzeitig angezeigt was nervig beim spielen sein kann. vielleicht kann man das bei seinen Einstellungen verändern ich schreibe das hier wenn ichs finde",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7212,
                "name": "TheLeagueOfExtraordinaryPhysicists",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 6,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-06T21:00:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-11-06T21:00:26.717592Z",
            "ended": "2020-12-17T21:19:35.672991Z",
            "start_waiting": "2020-11-06T21:00:26.024866Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5,
            "ranked": true
        }
    ]
}