List all tournaments or create a new tournament.

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

{
    "count": 60601,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=started&page=6060",
    "results": [
        {
            "id": 143111,
            "name": "테스트 토너먼트 가입 불가",
            "director": {
                "id": 2006904,
                "username": "CHAERO0707 Jiseok",
                "country": "kr",
                "icon": "https://user-uploads.online-go.com/cfb935dbbf611726b08b4a0da27bfb33-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 792.7806710359225,
                        "deviation": 62.96078451117843,
                        "volatility": 0.06003012683929652
                    }
                },
                "ranking": 9.541234059336295,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "ㅜㅇ우우ㅜ우눈 테스트",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 6,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "blitz",
                "pause_on_weekends": false,
                "time_increment": 5,
                "initial_time": 30,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16383,
                "name": "바둑ogs온라인 기원",
                "summary": "나쁜 짓말고 그냥 재미로 임하세요 한번 들어오고 나가도 되니까 바둑 열심히 두세요",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 11,
                "icon": "https://user-uploads.online-go.com/629e405e409fbc38228856f47c051d56-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-12T11:30:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/629e405e409fbc38228856f47c051d56-15.png",
            "player_count": 1,
            "ranked": true
        }
    ]
}