List all tournaments or create a new tournament.

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

{
    "count": 60022,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=6002",
    "results": [
        {
            "id": 139150,
            "name": "Game of relax",
            "director": {
                "id": 1424564,
                "username": "AdamChen",
                "country": "gb",
                "icon": "https://user-uploads.online-go.com/35a206ed6425ec5e5972423128dca01b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1227.4949174158965,
                        "deviation": 64.51445940043665,
                        "volatility": 0.0600048136909118
                    }
                },
                "ranking": 19.662046367290497,
                "professional": false,
                "ui_class": ""
            },
            "description": "plz join relax as it is unranked",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 63,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 420,
                "period_time": 60,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14633,
                "name": "THE  TOURNERMENT PLACE (FOR EVERYBODY !!!!!!)",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-04-11T15:00:00Z",
            "players_start": 3,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-04-12T10:17:35.265206Z",
            "ended": "2026-04-12T10:38:00.138632Z",
            "start_waiting": "2026-04-12T10:17:35.173133Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": false
        },
        {
            "id": 141436,
            "name": "21june",
            "director": {
                "id": 2037449,
                "username": "lizettesocias",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/086edaa4005d822e18070f4fa4601fbc?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 710.3615547953566,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 7.000000000000001,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "1400 practice",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 87084,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 86400,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16489,
                "name": "GO game pma",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 11,
                "icon": "https://user-uploads.online-go.com/77678d68e561733d8ea03780752b8128-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-06-21T06:23:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-06-21T06:23:12.431898Z",
            "ended": "2026-06-21T06:24:08.853546Z",
            "start_waiting": "2026-06-21T06:23:12.388860Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/77678d68e561733d8ea03780752b8128-15.png",
            "player_count": 2,
            "ranked": false
        }
    ]
}