List all tournaments or create a new tournament.

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

{
    "count": 59231,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5923",
    "results": [
        {
            "id": 77655,
            "name": "gergergr",
            "director": {
                "id": 1016128,
                "username": "TimTsai",
                "country": "tw",
                "icon": "https://user-uploads.online-go.com/5ad16efa4bdf65289a15d3505660b527-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 993.5512788378296,
                        "deviation": 70.04800542370968,
                        "volatility": 0.060231200015363015
                    }
                },
                "ranking": 14.767093597042754,
                "professional": false,
                "ui_class": ""
            },
            "description": "tuqe90ru90j",
            "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": 3,
                "name": "OGS",
                "summary": "An open group for folks' who like OGS!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1777,
                "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-07-17T05: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-17T15:44:40.092509Z",
            "ended": "2021-07-18T09:12:39.428210Z",
            "start_waiting": "2021-07-17T15:44:39.977065Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}