List all tournaments or create a new tournament.

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

{
    "count": 60331,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=subsequent_pairing_method&page=6033",
    "results": [
        {
            "id": 122377,
            "name": "GREEN STONE TOURNEY !!!",
            "director": {
                "id": 1644540,
                "username": "goalpha123",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/6499489ee0ac748d908c4d8d34ef33e2?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 981.1857548440942,
                        "deviation": 150.8872661688504,
                        "volatility": 0.06001230018001798
                    }
                },
                "ranking": 14.477165756336491,
                "professional": false,
                "ui_class": ""
            },
            "description": "Green Stone Tourney Day 2 - 11/19",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 32,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 30,
                "initial_time": 120,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14778,
                "name": "Alpha School Go Club",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 17,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2024-11-19T20:05:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2024-11-19T20:05:32.763373Z",
            "ended": "2024-11-19T20:47:56.432858Z",
            "start_waiting": "2024-11-19T20:05:32.678717Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        }
    ]
}