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

{
    "count": 53551,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5355",
    "results": [
        {
            "id": 97629,
            "name": "gaming",
            "director": {
                "id": 907142,
                "username": "waterbearos",
                "country": "001",
                "icon": "https://secure.gravatar.com/avatar/9624cecd9be3a6513d19a3a38edcfbed?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1750.5421098017523,
                        "deviation": 256.3451699831443,
                        "volatility": 0.05999905212792343
                    }
                },
                "ranking": 27.879140647851436,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "gaming",
            "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": 12631,
                "name": "coven",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-12-25T19:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-12-25T19:00:42.013038Z",
            "ended": "2022-12-28T19:00:55.770793Z",
            "start_waiting": "2022-12-25T19:00:41.959541Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}