List all tournaments or create a new tournament.

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

{
    "count": 59321,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-first_pairing_method&page=5932",
    "results": [
        {
            "id": 107607,
            "name": "ODTÜ GO 2. GELENEKSEL GO TURNUVASI",
            "director": {
                "id": 602572,
                "username": "emreapa",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/3dd6919f0e08eef369e7e785a100f4bd?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1504.1896856977553,
                        "deviation": 65.75800210503958,
                        "volatility": 0.06002774644600932
                    }
                },
                "ranking": 24.367952863047694,
                "professional": false,
                "ui_class": ""
            },
            "description": "ODTÜ GO Online #2",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 17,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 15,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 12926,
                "name": "METU Go",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2023-09-18T18:00:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2023-09-18T17:42:40.426055Z",
            "ended": "2023-09-18T18:05:40.937545Z",
            "start_waiting": "2023-09-18T18:05:40.932881Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 6,
            "ranked": true
        }
    ]
}