List all tournaments or create a new tournament.

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

{
    "count": 60611,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6061",
    "results": [
        {
            "id": 68205,
            "name": "Meisenmeisterschaft",
            "director": {
                "id": 741024,
                "username": "farnabinho",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/55510443e64107a9caa37c5f0e1ce0b4-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1860.3132675205375,
                        "deviation": 92.55595500501092,
                        "volatility": 0.059998087444863395
                    }
                },
                "ranking": 29.287109293638885,
                "professional": false,
                "ui_class": ""
            },
            "description": "Go Turnier, haha",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 40,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4612,
                "name": "AachenMeisenfrei",
                "summary": "Das virtuelle Spielelokal der aachener Go-Gruppe",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 21,
                "icon": "https://user-uploads.online-go.com/d30f4a3c452d041ec4e8cd98a5f5781b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-24T20:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2020-11-24T19:35:49.988764Z",
            "ended": "2020-11-24T20:27:58.137665Z",
            "start_waiting": "2020-11-24T19:35:49.775570Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/d30f4a3c452d041ec4e8cd98a5f5781b-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}