List all tournaments or create a new tournament.

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

{
    "count": 59032,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-analysis_enabled&page=5903",
    "results": [
        {
            "id": 66370,
            "name": "6to. Las Tres Aguilas Categoria 13x13",
            "director": {
                "id": 90149,
                "username": "Goinsei",
                "country": "ec",
                "icon": "https://user-uploads.online-go.com/90a9a81cccb93bdbea988882b40046a3-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1708.9491789265307,
                        "deviation": 61.98924323115863,
                        "volatility": 0.059863183582670045
                    }
                },
                "ranking": 27.32245605602261,
                "professional": false,
                "ui_class": ""
            },
            "description": "6to. Torneo sub-18 de las Tres Aguilas \nCategoría 13x13",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 26,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 20,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3145,
                "name": "Torneos Infantiles y Juveniles Latinoamérica ",
                "summary": "LIGA PANAMERICANA DE GO POR EQUIPOS SUB 18 SIRIO\n\n------EMPAREJAMIENTO RONDA 1 https://bit.ly/3oUSXYS\n\nDivisión 19x19: sistema suizo, reglas japonesas, tiempo principal de 20 min y byo-yomi de 3x20, sin hándicap, komi 6.5, color aleatorio.  \n\nDivisión 13x1",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 188,
                "icon": "https://user-uploads.online-go.com/4a29eb4790a3307c4eb20b0f25a7fc0c-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-10-09T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2020-10-09T21:00:13.156029Z",
            "ended": "2020-10-09T23:21:19.560724Z",
            "start_waiting": "2020-10-09T21:00:12.032356Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/4a29eb4790a3307c4eb20b0f25a7fc0c-15.png",
            "player_count": 33,
            "ranked": true
        },
        {
            "id": 68206,
            "name": "Esto es jugar pro",
            "director": {
                "id": 607938,
                "username": "kido.go.baduk",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/83ceb7eea12991c2d610032107296fa7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 737.7046137263186,
                        "deviation": 68.20913185753804,
                        "volatility": 0.06058593027435129
                    }
                },
                "ranking": 7.874362062534066,
                "professional": false,
                "ui_class": ""
            },
            "description": "vamos a jugar bien pro",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 36,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5581,
                "name": "Colegio Serapio Rendón // Kinder - Primaria",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 200,
                "icon": "https://user-uploads.online-go.com/9da407b0f50ca68064ffbdfe7ee05885-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-24T19:45:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-11-24T19:45:43.764669Z",
            "ended": "2020-11-24T20:34:36.612246Z",
            "start_waiting": "2020-11-24T19:45:43.135948Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9da407b0f50ca68064ffbdfe7ee05885-15.png",
            "player_count": 9,
            "ranked": true
        }
    ]
}