List all tournaments or create a new tournament.

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

{
    "count": 60172,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6017",
    "results": [
        {
            "id": 65538,
            "name": "Wednesday tournament :D",
            "director": {
                "id": 836874,
                "username": "NicholasD03",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/f493528ea0a3bfff700b0528c858339c?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1028.5047944967969,
                        "deviation": 71.63711526554845,
                        "volatility": 0.060081207056853145
                    }
                },
                "ranking": 15.567520953222878,
                "professional": false,
                "ui_class": ""
            },
            "description": "Description blah blah blah",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "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": 60,
                "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": true,
            "time_start": "2020-09-16T19:47:00Z",
            "players_start": 3,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-09-16T19:47:09.494442Z",
            "ended": "2020-09-16T20:02:52.304303Z",
            "start_waiting": "2020-09-16T19:47:09.205957Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/6910eda41e1a6a0c79cb362e854798f9-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "id": 67037,
            "name": "Sunday 9x9 tournament",
            "director": {
                "id": 56637,
                "username": "milanm",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/3ca6488bbc5b99dee6389c8324babd42-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1688.3744964083205,
                        "deviation": 65.4201347437595,
                        "volatility": 0.059918007862139126
                    }
                },
                "ranking": 27.042053145344934,
                "professional": false,
                "ui_class": "aga"
            },
            "description": "weekly 9x9 tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 31,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 120,
                "max_time": 240
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5803,
                "name": "Massachusetts Go Foundation",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 49,
                "icon": "https://user-uploads.online-go.com/ac9f8e424d9bbcbeaadc6a8c635f8262-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-10-25T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-10-25T16:58:49.311201Z",
            "ended": "2020-10-25T17:29:33.639874Z",
            "start_waiting": "2020-10-25T16:58:48.863886Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ac9f8e424d9bbcbeaadc6a8c635f8262-15.png",
            "player_count": 7,
            "ranked": true
        }
    ]
}