List all tournaments or create a new tournament.

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

{
    "count": 59101,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5910",
    "results": [
        {
            "id": 65234,
            "name": "한국인끼리 한번 붙어볼까? 재미로? ㅎㅎ",
            "director": {
                "id": 818622,
                "username": "ANNA BANANA",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/ae63b41767a8b2c9cda177c5fe2dfd78-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 898.4246348767,
                        "deviation": 79.4680844644071,
                        "volatility": 0.06001672539638596
                    }
                },
                "ranking": 12.437211593864332,
                "professional": false,
                "ui_class": ""
            },
            "description": "대회가 열립니다. 또 대회를 하고 싶으면 대국 채팅에 또 하고 싶다는 말을 남기고 방을 나가시요. 재미없어서 또 하고 시ㅠ다면 대국 채팅에 노노 라고 쓰고 방을 나가세요. 채팅을 못 쓴다면 쪽지로 보내주세요. 그럼 모두 화이팅!!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "korean",
            "time_per_move": 3600,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "live",
                "pause_on_weekends": false,
                "per_move": 3600
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 6774,
                "name": "😀Korea Go한국바둑😀",
                "summary": "많이 가입해주세요. 한국분 환영",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 225,
                "icon": "https://user-uploads.online-go.com/c8cb234ed8cd8edf50f2d51d95670d5b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-09-09T01:30: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-09-09T01:30:07.852227Z",
            "ended": "2020-09-09T02:30:16.340130Z",
            "start_waiting": "2020-09-09T01:30:07.537361Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/c8cb234ed8cd8edf50f2d51d95670d5b-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}