List all tournaments or create a new tournament.

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

{
    "count": 58952,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5895",
    "results": [
        {
            "id": 138106,
            "name": "tournoi",
            "director": {
                "id": 1892346,
                "username": "moirvin",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/32b055e8e3bc427d7bb53a75f5ab5725-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1620.6546716664536,
                        "deviation": 86.28703409711113,
                        "volatility": 0.06046668166520838
                    }
                },
                "ranking": 26.094383733560274,
                "professional": false,
                "ui_class": ""
            },
            "description": "petit tournoi amical",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 5,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "blitz",
                "pause_on_weekends": false,
                "time_increment": 5,
                "initial_time": 30,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16266,
                "name": "pas id",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-09T14:16:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-03-09T14:17:07.509555Z",
            "ended": "2026-03-09T14:26:17.018601Z",
            "start_waiting": "2026-03-09T14:17:07.205589Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 138107,
            "name": "petit tournoi",
            "director": {
                "id": 1892346,
                "username": "moirvin",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/32b055e8e3bc427d7bb53a75f5ab5725-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1620.6546716664536,
                        "deviation": 86.28703409711113,
                        "volatility": 0.06046668166520838
                    }
                },
                "ranking": 26.094383733560274,
                "professional": false,
                "ui_class": ""
            },
            "description": "petit tournoi",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 11,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "rapid",
                "pause_on_weekends": false,
                "time_increment": 7,
                "initial_time": 120,
                "max_time": 1200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16266,
                "name": "pas id",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-03-09T14:40:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-03-09T14:40:38.524454Z",
            "ended": "2026-03-09T14:56:21.701542Z",
            "start_waiting": "2026-03-09T14:40:38.372894Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}