List all tournaments or create a new tournament.

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

{
    "count": 59272,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=5927",
    "results": [
        {
            "id": 136248,
            "name": "aaaaaaaaaaaaa",
            "director": {
                "id": 1901474,
                "username": "samsonmaximus1",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/57cf8dd913e26ef70bd5b6b5cb3a1ff4?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 920.5334492879327,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 13.000000000000002,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "aaaaaaaaaaaaaaaaaaaaaa",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "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": 3600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16074,
                "name": "Brosgochess",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-11T01:54:00Z",
            "players_start": 1,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-01-11T01:54:12.491104Z",
            "ended": "2026-01-11T02:41:40.318403Z",
            "start_waiting": "2026-01-11T01:54:12.400169Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": false
        },
        {
            "id": 135484,
            "name": "Torneig Nadal SMX1A",
            "director": {
                "id": 1096827,
                "username": "rusben",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/2d5b3343c617b01accde2daf1bde3854?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1732.2318898313797,
                        "deviation": 80.60963625664145,
                        "volatility": 0.06007908216243982
                    }
                },
                "ranking": 27.635722327987764,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneig Nadal SMX1A",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 45,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 420,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15989,
                "name": "SMX12025",
                "summary": "SMX12025",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 30,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2025-12-18T11:10:00Z",
            "players_start": 10,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2025-12-18T11:03:09.791431Z",
            "ended": "2025-12-18T11:30:35.395814Z",
            "start_waiting": "2025-12-18T11:03:09.521745Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 17,
            "ranked": false
        }
    ]
}