List all tournaments or create a new tournament.

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

{
    "count": 59642,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5964",
    "results": [
        {
            "id": 19946,
            "name": "SUSTC统计机器学习围棋预赛",
            "director": {
                "id": 354308,
                "username": "ssdxshcx",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/9f712ee2a5c6c74ed62eb9e02a2fe538?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1958.7962743888888,
                        "deviation": 162.39361139211942,
                        "volatility": 0.05999243871894887
                    }
                },
                "ranking": 30.481307643997052,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "SUSTC统计机器学习围棋预赛",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1247,
                "name": "SUSTC-统计机器学习-预赛",
                "summary": "SUSTC",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 12,
                "icon": "https://user-uploads.online-go.com/3bf5808a146a72fd6f0f5dc1e50f0491-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-08-19T02:30:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-08-19T02:31:49.248503Z",
            "ended": "2016-08-19T02:37:41.840878Z",
            "start_waiting": "2016-08-19T02:31:47.659942Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/3bf5808a146a72fd6f0f5dc1e50f0491-15.png",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 20,
            "name": "Kyu Team Qualifying Cup",
            "director": {
                "id": 1064,
                "username": "rising.star",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/a6d83fbe250f0d1ddb914408f8efc866?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1399.8981309238998,
                        "deviation": 84.29213518491775,
                        "volatility": 0.06001290743754847
                    }
                },
                "ranking": 22.704512667997182,
                "professional": false,
                "ui_class": ""
            },
            "description": "The top 3 players will be able to enter the next title match qualifiers cup so play your best!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8889,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-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": 29,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2013-07-28T14:54:11.369756Z",
            "ended": "2013-10-20T13:09:55.548593Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}