List all tournaments or create a new tournament.

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

{
    "count": 59382,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5938",
    "results": [
        {
            "id": 99044,
            "name": "Go Zodiac Friendship Games Online ปีมะเมีย รุ่น E กระดาน 13x13 (ต่ำกว่า 8 คิว)",
            "director": {
                "id": 912813,
                "username": "cp05",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/ae018e5524da4ed68a067c720b339b3f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 824.4987186600506,
                        "deviation": 187.86352438460568,
                        "volatility": 0.06000382017326623
                    }
                },
                "ranking": 10.449385081288156,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Go Zodiac Friendship Games Online ปีมะเมีย รุ่น E กระดาน 13x13 (ต่ำกว่า 8 คิว)",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10407,
                "name": "Zodiac กลุ่ม E(ต่ำกว่า 8 คิว) กระดาน 13",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 226,
                "icon": "https://user-uploads.online-go.com/e347d3f7f8d53cfe3a1fed187a3e1f1e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-01-27T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-01-27T10:01:00.329709Z",
            "ended": "2023-01-27T11:07:01.234695Z",
            "start_waiting": "2023-01-27T10:01:00.050930Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e347d3f7f8d53cfe3a1fed187a3e1f1e-15.png",
            "player_count": 30,
            "ranked": true
        },
        {
            "id": 66726,
            "name": "BLAHHELLO",
            "director": {
                "id": 835159,
                "username": "Pulak Agarwalla",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/ba95358353c033361d431a98a6d3852d?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1121.4535995352353,
                        "deviation": 78.74735541402917,
                        "volatility": 0.06001749987382639
                    }
                },
                "ranking": 17.570449897100133,
                "professional": false,
                "ui_class": ""
            },
            "description": "BLAHHELLO",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 30,
                "max_time": 60
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6721,
                "name": "Mr. Erb's Math Class",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 19,
                "icon": "https://user-uploads.online-go.com/6910eda41e1a6a0c79cb362e854798f9-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-10-16T13:41: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-16T13:41:19.068043Z",
            "ended": "2020-10-16T13:59:44.858547Z",
            "start_waiting": "2020-10-16T13:41:18.772387Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/6910eda41e1a6a0c79cb362e854798f9-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}