List all tournaments or create a new tournament.

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

{
    "count": 59132,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5913",
    "results": [
        {
            "id": 67128,
            "name": "Greg's Monthly 9x9 Tournament November 2020",
            "director": {
                "id": 839774,
                "username": "greg556",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/ab22c240c07a79025a1565e22698dd21?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1352.355170779992,
                        "deviation": 65.78171266435913,
                        "volatility": 0.06010244192669599
                    }
                },
                "ranking": 21.90463787420026,
                "professional": false,
                "ui_class": ""
            },
            "description": "Seems like these tournaments never go anywhere.  This one will!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 22560,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 21600,
                "initial_time": 86400,
                "max_time": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 7162,
                "name": "Greg's Tournament Group",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 13,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-01T18:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-11-01T18:00:09.092556Z",
            "ended": "2020-11-23T01:00:58.266510Z",
            "start_waiting": "2020-11-01T18:00:08.728842Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 9,
            "ranked": true
        },
        {
            "id": 77874,
            "name": "沒弄好推特二七薩博密密麻麻的",
            "director": {
                "id": 881633,
                "username": "TP1D21",
                "country": "ua",
                "icon": "https://secure.gravatar.com/avatar/d4f147db3b8bb06888779e8e613e581e?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 767.6149966058987,
                        "deviation": 155.74509345568953,
                        "volatility": 0.06000714894985265
                    }
                },
                "ranking": 8.794454387969122,
                "professional": false,
                "ui_class": ""
            },
            "description": "卡耐基一月",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17865,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-07-22T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-07-23T08:20:27.939186Z",
            "ended": "2021-09-19T08:54:25.998038Z",
            "start_waiting": "2021-07-23T08:20:27.828707Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}