List all tournaments or create a new tournament.

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

{
    "count": 60622,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=started&page=6062",
    "results": [
        {
            "id": 143142,
            "name": "5k-9d",
            "director": {
                "id": 2074366,
                "username": "19PLAY",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/81b13796ed713fd15ca157ee1a77963c-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1282.5671803024768,
                        "deviation": 81.59898509882125,
                        "volatility": 0.059995798851777686
                    }
                },
                "ranking": 20.678059098128536,
                "professional": false,
                "ui_class": ""
            },
            "description": "Hf hi",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 13697,
                "name": "𝓞𝓷𝓵𝓲𝓷𝓮 𝓖𝓸 𝓣𝓸𝓾𝓻𝓷𝓪𝓶𝓮𝓷𝓽",
                "summary": "Dear members: Thank you for your support! Our guild needs the help of more people to make the guild prosper. I hope everyone can contribute, join the guild, and recommend your friends to this big family.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 126,
                "icon": "https://user-uploads.online-go.com/0d6ac99b94f3598fc46abd7588a3f568-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-13T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 25,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/0d6ac99b94f3598fc46abd7588a3f568-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 143089,
            "name": "GAMBATE 02",
            "director": {
                "id": 775143,
                "username": "c16896",
                "country": "pe",
                "icon": "https://user-uploads.online-go.com/00f634cd07ddcbcdfcdd7eb157515147-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1032.437226430416,
                        "deviation": 88.49681605420521,
                        "volatility": 0.05999374152515447
                    }
                },
                "ranking": 15.655864932644587,
                "professional": false,
                "ui_class": ""
            },
            "description": "19X19 TABLERO OFICIAL",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 57,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 7200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16610,
                "name": "MBA 54 ADS",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 21,
                "icon": "https://user-uploads.online-go.com/857b07f395f816e1a97388d7afa286d2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-13T04:00:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/857b07f395f816e1a97388d7afa286d2-15.png",
            "player_count": 0,
            "ranked": false
        }
    ]
}