List all tournaments or create a new tournament.

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

{
    "count": 58912,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=players_start&page=5891",
    "results": [
        {
            "id": 2898,
            "name": "Live for now 9s",
            "director": {
                "id": 20502,
                "username": "nobush",
                "country": "cn",
                "icon": "https://user-uploads.online-go.com/d0c558f672e167a609363bda95da4150-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1346.8912085353318,
                        "deviation": 64.16419101175507,
                        "volatility": 0.06067164105917327
                    }
                },
                "ranking": 21.81091475229231,
                "professional": false,
                "ui_class": ""
            },
            "description": "Let's play, 就現在",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 176640,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 345600,
                "max_time": 691200,
                "time_increment": 172800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 24,
                "name": "Double Digit Kyu Room",
                "summary": "For those of us working our way through to SDK. Whether its for your first time up the ladder and the 20th, lets find some opponents and camaraderie. ",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3643,
                "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": 10,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-05-05T15:11:58.325964Z",
            "ended": "2015-07-14T11:30:45.454509Z",
            "start_waiting": "2014-05-05T15:11:53.216748Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 1273,
            "name": "Ronnie_007's mini-tournament Handicap",
            "director": {
                "id": 26869,
                "username": "Ronnie_007",
                "country": "aq",
                "icon": "https://secure.gravatar.com/avatar/4f548b8c3dc6b363c01187faec13c5a2?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1379.3411322115244,
                        "deviation": 67.29094359021151,
                        "volatility": 0.05999829532402111
                    }
                },
                "ranking": 22.36204254997949,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 259200,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 1209600,
                "max_time": 2592000,
                "time_increment": 259200
            },
            "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": 384,
                "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": false,
            "exclusivity": "open",
            "started": "2011-06-09T20:26:25Z",
            "ended": "2011-06-09T18:26:25Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}