List all tournaments or create a new tournament.

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

{
    "count": 60271,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=6027",
    "results": [
        {
            "id": 142099,
            "name": "Blitz 9x9 Double Elimination",
            "director": {
                "id": 1907081,
                "username": "flyingpenguin.",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/a0b0615709f1588b884791dad17af978-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 476.76594016963725,
                        "deviation": 65.4526725499627,
                        "volatility": 0.059963596767418414
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "handicaps allowed. have fun!\n\n:)",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 5,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "blitz",
                "pause_on_weekends": false,
                "main_time": 0,
                "period_time": 5,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18055,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-12T01:30:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-07-12T01:30:19.372609Z",
            "ended": "2026-07-12T01:35:20.371792Z",
            "start_waiting": "2026-07-12T01:30:19.342736Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}