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

{
    "count": 57621,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5762",
    "results": [
        {
            "id": 24764,
            "name": "go players!",
            "director": {
                "id": 420693,
                "username": "woojames22",
                "country": "kr",
                "icon": "https://secure.gravatar.com/avatar/8c3a457276b2c72babad1cd64b86a45d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 962.1730727677597,
                        "deviation": 86.27172983204477,
                        "volatility": 0.06001255673351594
                    }
                },
                "ranking": 14.024179280111898,
                "professional": false,
                "ui_class": ""
            },
            "description": "n vcg h  v g",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "korean",
            "time_per_move": 0,
            "time_control_parameters": {
                "total_time": 50,
                "time_control": "absolute",
                "speed": "blitz",
                "system": "absolute",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1459,
                "name": "GO STUDYERS",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "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": true,
            "time_start": "2017-02-17T08:25:00Z",
            "players_start": 1,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "strength",
            "min_ranking": 1,
            "max_ranking": 34,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2017-02-17T08:25:56.173178Z",
            "ended": "2017-02-17T08:25:56.147968Z",
            "start_waiting": "2017-02-17T08:25:56.034706Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 1
        }
    ]
}