List all tournaments or create a new tournament.

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

{
    "count": 59142,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5914",
    "results": [
        {
            "id": 67490,
            "name": "NOT EVERYONE AGAINST EVERYONE",
            "director": {
                "id": 798618,
                "username": "deleted-3d2f44b7-f214-4e45-9637-4bd858b44b9b",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/55023a82b97e460a735f6d87172c3826-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1885.6681096473822,
                        "deviation": 62.071343322313844,
                        "volatility": 0.06003179245681985
                    }
                },
                "ranking": 29.60049769574642,
                "professional": false,
                "ui_class": ""
            },
            "description": "JOIN THIS",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 43,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7185,
                "name": "NY Team Panda",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 6,
                "icon": "https://user-uploads.online-go.com/49044d52184b97c7d8f1250f896ecdd1-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-11-06T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-11-06T04:02:19.061079Z",
            "ended": "2020-11-06T05:17:23.340543Z",
            "start_waiting": "2020-11-06T04:02:18.890526Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/49044d52184b97c7d8f1250f896ecdd1-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "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
        }
    ]
}