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": 3504,
            "name": "First iLab Go tournament",
            "director": {
                "id": 39827,
                "username": "dms103",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/df3d5dc93fd251fda631d9a5f543682a?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1786.387191591272,
                        "deviation": 150.97101142886723,
                        "volatility": 0.060000417597548365
                    }
                },
                "ranking": 28.348385003111844,
                "professional": false,
                "ui_class": ""
            },
            "description": "The first tournament of the iLab.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 2620800,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 2592000,
                "max_time": 2592000,
                "time_increment": 2592000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 449,
                "name": "iLab Go",
                "summary": "A group for iLab Go players",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2015-01-01T14:00:00Z",
            "players_start": 5,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2014-12-18T15:04:31.994490Z",
            "ended": "2016-03-24T17:24:19.397855Z",
            "start_waiting": "2014-12-18T15:04:31.851840Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5
        }
    ]
}