List all tournaments or create a new tournament.

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

{
    "count": 60222,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=players_start&page=6022",
    "results": [
        {
            "id": 3021,
            "name": "Quick & Review 1.5 - Go Basics Live Swiss Tournament",
            "director": {
                "id": 62867,
                "username": "flowing",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/aebade80869af51bd00f51e93cb02f75-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1488.091419034126,
                        "deviation": 66.57351051734896,
                        "volatility": 0.06002202218598938
                    }
                },
                "ranking": 24.11885964231979,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a short tournament (3 rounds). The idea is to finish it quickly and review some games together afterwards.\nWe plan to start at 20:00Z today – as soon as we got 8 participants, so make sure to gather in the GO Basics chat room.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 36,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 30,
                "main_time": 600,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18041,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-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": false,
            "exclusivity": "open",
            "started": "2014-07-15T20:00:33.617073Z",
            "ended": "2014-07-15T21:35:38.882302Z",
            "start_waiting": "2014-07-15T20:00:33.061818Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 798,
            "name": "Happy Valley Go Open 7",
            "director": {
                "id": 13725,
                "username": "Aznviolin",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/40b562d6fabfb44fb3e28022dd650f9e?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1315.5817230678103,
                        "deviation": 65.38647225905848,
                        "volatility": 0.059752988395153216
                    }
                },
                "ranking": 21.266422454503005,
                "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": 432000,
                "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": 385,
                "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": 14,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2009-11-13T02:01:25Z",
            "ended": "2009-11-13T01:01: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
        }
    ]
}