List all tournaments or create a new tournament.

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

{
    "count": 60341,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=6034",
    "results": [
        {
            "id": 142019,
            "name": "ซ้อมสร้าง 2 ห้อง",
            "director": {
                "id": 912069,
                "username": "cp03",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/4da1ef892b79d62ea729b1964f8d22fc-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 979.8670006019078,
                        "deviation": 181.69653598082337,
                        "volatility": 0.06001681469772781
                    }
                },
                "ranking": 14.446030270334095,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "123456778",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 31,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 600,
                "max_time": 1800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16517,
                "name": "พีไอเอ็ม",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 15,
                "icon": "https://user-uploads.online-go.com/60f43becbaa9f0795798f4cb222bd180-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-09T07:27:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-07-09T07:27:18.770514Z",
            "ended": "2026-07-09T08:10:13.859368Z",
            "start_waiting": "2026-07-09T07:27:18.693588Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/60f43becbaa9f0795798f4cb222bd180-15.png",
            "player_count": 8,
            "ranked": false
        }
    ]
}