List all tournaments or create a new tournament.

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

{
    "count": 59491,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5949",
    "results": [
        {
            "id": 137313,
            "name": "Haftalık 13x13 GO Turnuvası",
            "director": {
                "id": 740081,
                "username": "galaksi",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/73ed90ab6ac88fcad517634998cc41cf-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1781.5505706639947,
                        "deviation": 103.4609570643941,
                        "volatility": 0.060004648759396054
                    }
                },
                "ranking": 28.28562166444893,
                "professional": false,
                "ui_class": ""
            },
            "description": "Haftalık 13x13 GO Turnuvası",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 15,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "rapid",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 300,
                "max_time": 420
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16175,
                "name": "PAE TV",
                "summary": "PAE TV'nin OGS Grubu",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 12,
                "icon": "https://user-uploads.online-go.com/3266a5b634c4b26e44d4c8c35a356ea4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-02-12T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2026-02-12T17:00:47.474661Z",
            "ended": "2026-02-12T18:48:14.439296Z",
            "start_waiting": "2026-02-12T17:00:47.259189Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/3266a5b634c4b26e44d4c8c35a356ea4-15.png",
            "player_count": 6,
            "ranked": false
        }
    ]
}