List all tournaments or create a new tournament.

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

{
    "count": 58912,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5891",
    "results": [
        {
            "id": 45071,
            "name": "First Xi'an Hanova Tournament",
            "director": {
                "id": 610591,
                "username": "mrenglishhanovaclub",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/989f1ad9ba7b209139e98a1dc7a58656?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1662.3108939062977,
                        "deviation": 290.31896371798047,
                        "volatility": 0.05999967537233814
                    }
                },
                "ranking": 26.681897238489267,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Take part in the first Hanova Go Club tournament and see if you have what it takes to be the best!",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 120,
            "time_control_parameters": {
                "time_control": "simple",
                "speed": "live",
                "system": "simple",
                "pause_on_weekends": false,
                "per_move": 120
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3304,
                "name": "Xi'an Hanova 'Go'",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2019-02-20T07:15:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2019-02-20T07:17:00.381966Z",
            "ended": "2019-02-20T07:18:51.146448Z",
            "start_waiting": "2019-02-20T07:16:59.982298Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 117548,
            "name": "LGC 19x19 AGA MacMahon Correspondence Tournament #1",
            "director": {
                "id": 1577611,
                "username": "igonin",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/8de74adceeba7366208e2a4bab72919d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1646.438268436185,
                        "deviation": 84.81038633278311,
                        "volatility": 0.05999211831414674
                    }
                },
                "ranking": 26.459786658121995,
                "professional": false,
                "ui_class": ""
            },
            "description": "Welcome to the LGC 19x19 AGA MacMahon Correspondence Tournament #1",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 91187,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 604800,
                "period_time": 86400,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14398,
                "name": "London Go Centre",
                "summary": "Welcome to the London Go Centre group.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 49,
                "icon": "https://user-uploads.online-go.com/2c1852a781345ae34218abd493c9e85f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-07-01T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2024-07-01T08:00:59.626504Z",
            "ended": "2024-07-30T16:39:19.830009Z",
            "start_waiting": "2024-07-01T08:00:59.450625Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2c1852a781345ae34218abd493c9e85f-15.png",
            "player_count": 10,
            "ranked": true
        }
    ]
}