List all tournaments or create a new tournament.

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

{
    "count": 59931,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5993",
    "results": [
        {
            "id": 126008,
            "name": "I'll learn from you",
            "director": {
                "id": 1710368,
                "username": "deleted-a78034f6-e072-4e22-87db-12535f220c5a",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/e5710f3e15ec7bbbbde357b719923759-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 630.8918800007385,
                        "deviation": 77.00241085670349,
                        "volatility": 0.059993781373019056
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "welcome. It is a great honor for me just to participate.\nI look forward to some good teachings. Then fighting!!Everyone top ranker, just me 17kyu",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 15124,
                "name": "RaISon",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 0,
                "icon": "https://user-uploads.online-go.com/39422815f4cdce7aa9951cc2892925b5-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-03-05T15:00:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 13,
            "max_ranking": 30,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-03-03T11:23:19.034576Z",
            "ended": "2025-07-18T04:33:57.064630Z",
            "start_waiting": "2025-03-03T11:23:18.888095Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/39422815f4cdce7aa9951cc2892925b5-15.png",
            "player_count": 5,
            "ranked": true
        }
    ]
}