List all tournaments or create a new tournament.

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

{
    "count": 60632,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=6063",
    "results": [
        {
            "id": 85707,
            "name": "testing",
            "director": {
                "id": 477249,
                "username": "n e w b",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/6c7f9ce2af2982c1833da941384e8a1b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1429.046738408003,
                        "deviation": 69.4305691214473,
                        "volatility": 0.060032236986674856
                    }
                },
                "ranking": 23.181590996449284,
                "professional": false,
                "ui_class": ""
            },
            "description": "this iis desp",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 900
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10060,
                "name": "MUGO ชมรมหมากล้อมมหาวิทยาลัยมหิดล",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 33,
                "icon": "https://user-uploads.online-go.com/32ead8688f3400443bffa3be1ca155a4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-02-04T15:31:00Z",
            "players_start": 1,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-02-04T15:31:03.608959Z",
            "ended": "2022-02-04T15:49:45.871189Z",
            "start_waiting": "2022-02-04T15:31:03.473431Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/32ead8688f3400443bffa3be1ca155a4-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 119673,
            "name": "Torneo Torta 3ro y 4to basico",
            "director": {
                "id": 1861,
                "username": "sbstnmntlf",
                "country": "cl",
                "icon": "https://user-uploads.online-go.com/268a3294e0b64c27c9707f9b961dd3f7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1909.9402896498905,
                        "deviation": 75.90657873965178,
                        "volatility": 0.06006553358457227
                    }
                },
                "ranking": 29.89658125733005,
                "professional": false,
                "ui_class": ""
            },
            "description": "El ganador obtendrá una doble torta.\n\nInvitados especiales: 2do basico y 5to basico.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 180,
                "max_time": 180
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2528,
                "name": "British School Punta Arenas",
                "summary": "Grupo que reúne a los alumnos del Taller de Go del British School - Punta Arenas\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 200,
                "icon": "https://user-uploads.online-go.com/ea174198bf56c9217e3605e1d81eefd5-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-08-29T19:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2024-08-29T18:40:14.178176Z",
            "ended": "2024-08-29T19:41:18.967053Z",
            "start_waiting": "2024-08-29T18:40:14.048555Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ea174198bf56c9217e3605e1d81eefd5-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}