List all tournaments or create a new tournament.

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

{
    "count": 60652,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=players_start&page=6065",
    "results": [
        {
            "id": 3258,
            "name": "UGC Winter",
            "director": {
                "id": 73321,
                "username": "Alko",
                "country": "ua",
                "icon": "https://secure.gravatar.com/avatar/0407c96c0ff6d770bfacbc590c798b3e?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1439.827409463775,
                        "deviation": 64.92503565859334,
                        "volatility": 0.060012258900592336
                    }
                },
                "ranking": 23.355578210132148,
                "professional": false,
                "ui_class": ""
            },
            "description": "Зимний сезон начнётся после того, когда все места будут заняты",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 262080,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 347,
                "name": "Ukrainian Go Club",
                "summary": "Группа для любителей поиграть в своё удовольствие. (Group for fans to play for fun).",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 153,
                "icon": "https://user-uploads.online-go.com/394b5607e9a987631627520b966e4c28-64.png"
            },
            "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-02T14:08:25.267786Z",
            "ended": "2015-03-10T18:25:21.911906Z",
            "start_waiting": "2014-12-02T14:08:22.276236Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/394b5607e9a987631627520b966e4c28-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 366,
            "name": "nintendo's mini-tournament",
            "director": {
                "id": 4263,
                "username": "nintendo",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/eb4c24cb5a3512c2cae7733e6629ef6e?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1233.4064970073553,
                        "deviation": 68.9509379267978,
                        "volatility": 0.06001510587262257
                    }
                },
                "ranking": 19.773268482878812,
                "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": 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": 386,
                "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": 11,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2007-11-22T02:32:00Z",
            "ended": "2008-01-19T20:14:00Z",
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}