List all tournaments or create a new tournament.

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

{
    "count": 59431,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5943",
    "results": [
        {
            "id": 2848,
            "name": "Kyu competition ",
            "director": {
                "id": 60019,
                "username": "Javinner",
                "country": "aq",
                "icon": "https://user-uploads.online-go.com/bec8f5dac90b4f583f10e708f8850b16-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1259.5191328081544,
                        "deviation": 75.66460331814741,
                        "volatility": 0.06006349483533643
                    }
                },
                "ranking": 20.258264602871368,
                "professional": false,
                "ui_class": ""
            },
            "description": "Have fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 196,
                "name": "FUN GO FUN",
                "summary": "Welcome to FUN GO FUN.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 184,
                "icon": "https://user-uploads.online-go.com/216dddd0c8234b71a1c8e8e42d53c9fd-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": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-03-14T20:09:45.463414Z",
            "ended": "2014-09-26T08:53:04.185813Z",
            "start_waiting": "2014-03-14T20:07:26.510784Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/216dddd0c8234b71a1c8e8e42d53c9fd-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}