List all tournaments or create a new tournament.

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

{
    "count": 59651,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5965",
    "results": [
        {
            "id": 43828,
            "name": "MemeGo Group Tournament  Final 2018",
            "director": {
                "id": 463304,
                "username": "Jim GWW",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/8112ea51fdc115e074a1943fedb03ac7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1679.9234722131403,
                        "deviation": 63.655286730890595,
                        "volatility": 0.05963216680992718
                    }
                },
                "ranking": 26.92588668830054,
                "professional": false,
                "ui_class": ""
            },
            "description": "กติกาและคำเเนะนำในการแข่งขัน \n1.แข่งกันทั้งหมด 3 รอบ ให้เวลาคนละ 7 วัน คนที่เวลาหมดก่อนแพ้ \n2.เเข่งแบบพบกันหมดสูงสุดสิบคน ผู้ที่ชนะมากที่สุดจะได้รับโทรฟี่ สีทอง, เงิน, ทองแดงตามลำดับ \n3.Director ค่อนข้างซีเรียสกับความตั้งใจในการเล่น หากท่านใดเเพ้เวลาโดยไม่เเจงเหตุผลให้ทราบจะถูกตัดสิทธ์ใน Season ถัดไปและอาจรวมไปถึงใน Tournament อื่นๆของกลุ่มด้วย \n4.อาจมีชาวต่างชาติเเวะเวียนเข้ามาเล่นด้วยเป็นบางครั้ง เพราะฉะนั้นอาจมีความเเตกต่างกันบ้างในเรื่องธรรมเนียมหรือแม้แต่เรื่อง Time Zone ที่ไม่ตรงกัน ซึ่งหากมีเรื่องที่ไม่พอใจบ้างก็ขอให้อภัยต่อกัน หรือจะมาระบายกับ Director ก็อันนี้ไม่ว่า \n5.Director ยินดีรับฟังทุกข้อเสนอเเนะรวมถึงเสียงบ่นจาก Player ทุกท่าน และหากมีข้อเสนอเเนะสามารถทำได้เต็มที่ เเละหวังว่าทุกท่านจะได้รับประสบการณ์ที่ดีในการแข่งครั้งนี้\nขอให้สนุกกัยการเเข่งขันนะครับ",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 6720,
            "time_control_parameters": {
                "total_time": 604800,
                "time_control": "absolute",
                "speed": "correspondence",
                "system": "absolute",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2571,
                "name": "Go World Wide",
                "summary": "enjoy",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 91,
                "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-12-25T01:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2018-12-25T01:00:45.507572Z",
            "ended": "2019-02-10T16:22:17.814266Z",
            "start_waiting": "2018-12-25T01:00:42.542221Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/889d994a8e18efb0db03c85b562aaad1-15.png",
            "player_count": 17,
            "ranked": true
        }
    ]
}