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

{
    "count": 57691,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=players_start&page=5769",
    "results": [
        {
            "id": 2692,
            "name": "SDK Old Style",
            "director": {
                "id": 51811,
                "username": "bigko",
                "country": "ar",
                "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/9fa8cae2b5a7f02aa8530c7e9ddbdb39-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2439.772064382913,
                        "deviation": 68.72114928379412,
                        "volatility": 0.05992228004496642
                    }
                },
                "ranking": 35.564456852461845,
                "professional": false,
                "ui_class": ""
            },
            "description": "Mini Tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 380,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 21,
            "max_ranking": 30,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2013-12-17T23:26:26.021046Z",
            "ended": "2014-04-15T21:08:35.078257Z",
            "start_waiting": "2013-12-17T23:26:23.613096Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0
        }
    ]
}