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

{
    "count": 53501,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5350",
    "results": [
        {
            "id": 94107,
            "name": "Goggle",
            "director": {
                "id": 1006991,
                "username": "WillMa",
                "country": "cn",
                "icon": "https://secure.gravatar.com/avatar/3b854740fb42fc74c8b43503d4f64f46?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1425.3905788313666,
                        "deviation": 65.04358839826483,
                        "volatility": 0.06003849668312953
                    }
                },
                "ranking": 23.12228674059785,
                "professional": false,
                "ui_class": ""
            },
            "description": "Good Luck and have fun",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "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": true,
            "group": {
                "id": 9509,
                "name": "Goggle",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-11-04T12:55:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-11-04T12:55:13.994375Z",
            "ended": "2022-12-09T21:32:00.613310Z",
            "start_waiting": "2022-11-04T12:55:13.892273Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}