List all tournaments or create a new tournament.

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

{
    "count": 59591,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=5959",
    "results": [
        {
            "id": 118543,
            "name": "ほたて会(無差別クラス)",
            "director": {
                "id": 1139236,
                "username": "ほたて先生",
                "country": "jp",
                "icon": "https://user-uploads.online-go.com/9597fb8cde96428c541daf34f685482b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1616.5825434983838,
                        "deviation": 179.00943971776096,
                        "volatility": 0.060000687284157035
                    }
                },
                "ranking": 26.036142825930245,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "18時~20時で対局をします。時間内に終われるようご協力お願いします。",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 11592,
                "name": "ほたて囲碁教室",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2024-07-28T08:50:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2024-07-28T08:50:26.879817Z",
            "ended": "2024-07-28T10:55:25.566642Z",
            "start_waiting": "2024-07-28T08:50:26.798134Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}