List all tournaments or create a new tournament.

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

{
    "count": 60272,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=6027",
    "results": [
        {
            "id": 51619,
            "name": "2019 - Lviv Autumn Tournament - Low Kyu",
            "director": {
                "id": 79,
                "username": "oldyew",
                "country": "ua",
                "icon": "https://user-uploads.online-go.com/bb1683794b493824cb4605735bcfb9b7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1705.3371445600435,
                        "deviation": 62.790139205239456,
                        "volatility": 0.06003537827844153
                    }
                },
                "ranking": 27.273474442381108,
                "professional": false,
                "ui_class": ""
            },
            "description": "falling leaves are so beautifull",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 35520,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 604800,
                "period_time": 604800,
                "stones_per_period": 21
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1460,
                "name": "Lviv Club",
                "summary": "Lviv Go Players Group",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 28,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2019-09-08T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 10,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2019-09-09T07:02:30.389598Z",
            "ended": "2019-10-03T05:26:06.721974Z",
            "start_waiting": "2019-09-09T07:02:30.183136Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 97449,
            "name": "Дружеский турнир по Го",
            "director": {
                "id": 119281,
                "username": "vladislaw.ageew",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/70ba9bfdbba9168b7edda759da50bb97-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1235.1864530268274,
                        "deviation": 66.40262283754663,
                        "volatility": 0.05983746891016029
                    }
                },
                "ranking": 19.806652673651296,
                "professional": false,
                "ui_class": ""
            },
            "description": "Дружеский турнир по Го.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 609587,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 604800,
                "initial_time": 604800,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 11721,
                "name": "Го клуб \"Школа Героев\"",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2022-12-17T16:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 30,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2022-12-17T16:00:33.931531Z",
            "ended": "2024-04-30T09:29:31.531832Z",
            "start_waiting": "2022-12-17T16:00:33.714550Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5,
            "ranked": true
        }
    ]
}