List all tournaments or create a new tournament.

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

{
    "count": 58832,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5883",
    "results": [
        {
            "id": 61930,
            "name": "tourney 4",
            "director": {
                "id": 482393,
                "username": "Wowza",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/787db1c7c02392fc7fd94ded59985014?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1395.0983101576703,
                        "deviation": 60.788436126936396,
                        "volatility": 0.05998045429418925
                    }
                },
                "ranking": 22.625002040838393,
                "professional": false,
                "ui_class": ""
            },
            "description": "you know how it be sometimes",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 120,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "live",
                "pause_on_weekends": false,
                "per_move": 120
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5729,
                "name": "SA Go Camp",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 15,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2020-06-14T20:20:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-06-14T20:18:52.394750Z",
            "ended": "2020-06-14T20:20:23.091203Z",
            "start_waiting": "2020-06-14T20:18:52.258583Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 2777,
            "name": "Go Is Magic",
            "director": {
                "id": 54417,
                "username": "victusnex",
                "country": "_GoT_Targaryen",
                "icon": "https://secure.gravatar.com/avatar/c521b47c4e56bd819176664cc2cfcb54?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1191.6369402977903,
                        "deviation": 65.56859646722863,
                        "volatility": 0.05998396447766706
                    }
                },
                "ranking": 18.975706785862375,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Tournament for Touhou Tea Time members. First round will be the 29th at our normal club time bring you laptops! For those that cannot make it will probably start around 7:00",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 43,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 30,
                "main_time": 1200,
                "periods": 100
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 189,
                "name": "Touhou Tea Time",
                "summary": "For past and present members of DigiPen's Touhou Tea Time",
                "require_invitation": true,
                "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": 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-30T03:21:17.660071Z",
            "ended": "2014-06-25T00:37:22.190591Z",
            "start_waiting": "2014-01-30T03:21:16.707505Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}