List all tournaments or create a new tournament.

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

{
    "count": 59042,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5904",
    "results": [
        {
            "id": 66505,
            "name": "Weekly Tournament",
            "director": {
                "id": 818369,
                "username": "deleted-02279e69-efe6-4da6-94a9-3782bbb65eb5",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/2b3a681b48d743df2cca63be7186d96c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1495.0613630632597,
                        "deviation": 71.01591139116258,
                        "volatility": 0.06001035702325122
                    }
                },
                "ranking": 24.227036802303612,
                "professional": false,
                "ui_class": ""
            },
            "description": "Not necessarily weekly :)",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 120,
                "period_time": 20,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6269,
                "name": "BeginnerGo",
                "summary": "Beginners welcome!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 227,
                "icon": "https://user-uploads.online-go.com/8b4001e1623b8ecda5a18d11c4c59b3d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-10-10T19:15:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-10-10T19:15:04.785542Z",
            "ended": "2020-10-10T20:16:18.774603Z",
            "start_waiting": "2020-10-10T19:15:04.435691Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8b4001e1623b8ecda5a18d11c4c59b3d-15.png",
            "player_count": 8,
            "ranked": true
        },
        {
            "id": 72162,
            "name": "PARTIDAS UNA POR UNA",
            "director": {
                "id": 88120,
                "username": "satoshi84",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/6a6404f3dd53bce3fc1e4a88fb357e2e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1136.7959829193692,
                        "deviation": 78.40429708623937,
                        "volatility": 0.06016044531576248
                    }
                },
                "ranking": 17.885013568829635,
                "professional": false,
                "ui_class": ""
            },
            "description": "PARTIDAS 1 A 1",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 61,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 2400,
                "period_time": 35,
                "periods": 4
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4841,
                "name": "PIPIOLO GO 2022🏆",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 215,
                "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-03-03T19:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2021-03-03T18:23:10.093161Z",
            "ended": "2021-03-03T20:22:17.845606Z",
            "start_waiting": "2021-03-03T18:23:09.883539Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}