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

{
    "count": 57712,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=players_start&page=5771",
    "results": [
        {
            "id": 563,
            "name": "Number One Two, eh! (#12, eh!)",
            "director": {
                "id": 8599,
                "username": "Rock_Lee_Eh",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/73741ea570def1d114a9ac9bb6726916?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1337.3648265894894,
                        "deviation": 65.28167659816387,
                        "volatility": 0.06002553520999352
                    }
                },
                "ranking": 21.646596099323933,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 604800,
                "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": 0,
            "max_ranking": 9,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2008-08-10T06:47:07Z",
            "ended": "2008-08-10T04:47:07Z",
            "start_waiting": null,
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0
        },
        {
            "id": 3389,
            "name": "First tournament of \"Go Players on FB\"",
            "director": {
                "id": 53950,
                "username": "Darsey",
                "country": "es",
                "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/9b40ec4024ae1dafe4123a38e06bc8c2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1370.627219212006,
                        "deviation": 66.19173908601839,
                        "volatility": 0.06009405784718944
                    }
                },
                "ranking": 22.215329762532427,
                "professional": false,
                "ui_class": ""
            },
            "description": "I hope it's the first of many tournaments organized from this group. It will begin on December 1",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 422,
                "name": "Go Players on FB",
                "summary": "Go (Weiqi) Players on Facebook",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 34,
                "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": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-12-01T07:46:17.769427Z",
            "ended": "2016-08-16T16:59:44.360883Z",
            "start_waiting": "2014-12-01T07:46:15.085533Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0
        }
    ]
}