List all tournaments or create a new tournament.

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

{
    "count": 59101,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5910",
    "results": [
        {
            "id": 71672,
            "name": "西安UI撒阿瓦的",
            "director": {
                "id": 943536,
                "username": "sensor",
                "country": "cn",
                "icon": "https://secure.gravatar.com/avatar/08f1c4c3ff5de058c3db91d398dc8a9b?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2197.9165529709517,
                        "deviation": 231.52710681270014,
                        "volatility": 0.060005674631242116
                    }
                },
                "ranking": 33.14771888940786,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "按计划次奥委会慈爱成为怒",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 8421,
                "name": "fatevac",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2021-02-20T13:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-02-20T12:29:15.263540Z",
            "ended": "2021-05-03T10:30:20.391003Z",
            "start_waiting": "2021-02-20T12:29:15.210128Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}