List all tournaments or create a new tournament.

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

{
    "count": 59931,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=players_start&page=5993",
    "results": [
        {
            "id": 2839,
            "name": "9x9 Panda Tournament",
            "director": {
                "id": 57612,
                "username": "FranΓ§isa",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/9fd5436e7cf3ca679e5109e3698851a0-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1593.5322236187249,
                        "deviation": 66.13896034607907,
                        "volatility": 0.060198411935194394
                    }
                },
                "ranking": 25.70367865236043,
                "professional": false,
                "ui_class": ""
            },
            "description": "😊😊😊😊😊\n\n###This sunday (23. February 2014) at \n\n###10:00pm (22:00) UTC/GMT \n\n####we will hold a 9x9 β€”LIVEβ€” tournament for all 20Kyu or weaker players.\n\n😊😊😊😊😊\n\n####β†’ What's your local time in UTC/GMT?\n####Check this link: http://www.worldtimeserver.com/current_time_in_UTC.aspx\n\n😊😊😊😊😊\n\n###Games are being shoutcast and streamed at the Meepsie Stream: http://www.twitch.tv/meepsie\n\n😊😊😊😊😊\n\n###The tournament is now over! Thanks to everyone who participated!",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 10,
                "main_time": 480,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 132,
                "name": "Meepsie's Community",
                "summary": "For viewers of Kuroneko/Meepsie's Twitch and YouTube channels.",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 178,
                "icon": "https://user-uploads.online-go.com/26d608388d4ff31be191e4604196be95-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 10,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2014-02-23T22:05:54.920572Z",
            "ended": "2014-02-24T00:11:44.221085Z",
            "start_waiting": "2014-02-23T22:05:53.558078Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/26d608388d4ff31be191e4604196be95-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}