List all tournaments or create a new tournament.

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

{
    "count": 60181,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=6018",
    "results": [
        {
            "id": 41363,
            "name": "1. Tournament of Friends!",
            "director": {
                "id": 282118,
                "username": "seminyoon1",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/559a42d1b335fa6b2a994b3899c6ef45-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1983.578590374057,
                        "deviation": 62.977297880121895,
                        "volatility": 0.05982469738158465
                    }
                },
                "ranking": 30.77235970867634,
                "professional": false,
                "ui_class": ""
            },
            "description": "Will Seminyoon1 ever win a correspondence tournament?\nWill friendships be broken? Is anybody going to bother reading this?\nFind out at the Tournament of Friends!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 44640,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": true,
                "time_control": "fischer",
                "initial_time": 129600,
                "max_time": 259200,
                "time_increment": 43200,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2909,
                "name": "Seminyoon1's Group",
                "summary": "Join if you like seminyoon1. Or hate him. :)",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 42,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2018-10-10T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2018-10-10T21:00:23.352764Z",
            "ended": "2019-03-21T12:19:13.586011Z",
            "start_waiting": "2018-10-10T21:00:22.477847Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 17,
            "ranked": true
        }
    ]
}