List all tournaments or create a new tournament.

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

{
    "count": 59421,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5942",
    "results": [
        {
            "id": 38404,
            "name": "Tortellino Royal Rumble",
            "director": {
                "id": 122545,
                "username": "shaksa",
                "country": "it",
                "icon": "https://user-uploads.online-go.com/297e3627c25cc4893643c7c9dfcc24d5-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1236.1019079664575,
                        "deviation": 62.53570728393031,
                        "volatility": 0.05992564774980732
                    }
                },
                "ranking": 19.823803875555793,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneo del Tortellino! Fatevi avanti!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2243,
                "name": "Go Club del Tortellino",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 19,
                "icon": "https://user-uploads.online-go.com/efe8fd73e7f0427ccc8463dfb3e6bca5-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2018-06-22T15:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2018-06-24T09:18:05.689462Z",
            "ended": "2018-06-25T13:22:25.389233Z",
            "start_waiting": "2018-06-24T09:18:05.159644Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/efe8fd73e7f0427ccc8463dfb3e6bca5-15.png",
            "player_count": 9,
            "ranked": true
        }
    ]
}