List all tournaments or create a new tournament.

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

{
    "count": 58822,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=5882",
    "results": [
        {
            "id": 2703,
            "name": "2014 Jan 3rd",
            "director": {
                "id": 53917,
                "username": "Trudi",
                "country": "",
                "icon": "https://secure.gravatar.com/avatar/8d1bc87c813481718c8a00ec89cbc71d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1186.8118757215577,
                        "deviation": 75.10706571765202,
                        "volatility": 0.05999292133030317
                    }
                },
                "ranking": 18.881779687309265,
                "professional": false,
                "ui_class": ""
            },
            "description": "this tournament will start on January 3rd (friday)",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 168,
                "name": "Trudi's group",
                "summary": "everyone is welcome! play games, post threads and have fun.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 45,
                "icon": "https://user-uploads.online-go.com/c9bdf21d570875a7f2aa257cc9c6634e-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-01-03T19:11:09.881587Z",
            "ended": "2014-10-30T02:23:36.487718Z",
            "start_waiting": "2014-01-03T19:11:09.491025Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/c9bdf21d570875a7f2aa257cc9c6634e-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 57581,
            "name": "Sonalytic group kickoff",
            "director": {
                "id": 431917,
                "username": "jkp",
                "country": "gb",
                "icon": "https://user-uploads.online-go.com/61f8bc121cdb3d46f9f0f68ab8875974-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1154.4232090185392,
                        "deviation": 60.45682360340469,
                        "volatility": 0.059840326798839515
                    }
                },
                "ranking": 18.241224215886856,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Hey folks\n\nHandicaps are enabled so hopefully this will work",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 15360,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 14400,
                "initial_time": 86400,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4532,
                "name": "Sonalytic",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 6,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-03-17T13:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-03-17T13:00:48.494793Z",
            "ended": "2020-04-14T18:37:51.432435Z",
            "start_waiting": "2020-03-17T13:00:47.832250Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}