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

{
    "count": 53761,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5376",
    "results": [
        {
            "id": 58949,
            "name": "Shangshang",
            "director": {
                "id": 759707,
                "username": "Shuangshuang",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/753a4336f108b6e98c6f0cd461ba3879?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 934.2428568689552,
                        "deviation": 151.9682010436917,
                        "volatility": 0.06000157746780299
                    }
                },
                "ranking": 13.342228401670216,
                "professional": false,
                "ui_class": ""
            },
            "description": "Play with Members",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 172800,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "per_move": 172800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4767,
                "name": "WeiqiMath",
                "summary": "Math rule is invented to replicate the original go rule. The score is the number of stones surviving on the board.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 82,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2020-04-13T18:00:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-04-14T23:40:42.613692Z",
            "ended": "2020-04-16T23:40:42.966626Z",
            "start_waiting": "2020-04-14T23:40:42.383003Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}