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

{
    "count": 57901,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5790",
    "results": [
        {
            "id": 59201,
            "name": "Tournament",
            "director": {
                "id": 762329,
                "username": "partyrock",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/e6bd249aa5fe2e80c6c521784b839031?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1186.092748711902,
                        "deviation": 211.04969569737395,
                        "volatility": 0.06000514220469617
                    }
                },
                "ranking": 18.867748115528606,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Hello",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5303,
                "name": "Arkham Asylum",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2020-04-17T18:01:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-04-17T18:01:46.976372Z",
            "ended": "2020-04-17T18:43:07.347586Z",
            "start_waiting": "2020-04-17T18:01:46.752326Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2
        }
    ]
}