List all tournaments or create a new tournament.

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

{
    "count": 60532,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=6053",
    "results": [
        {
            "id": 142677,
            "name": "GAMBATE 01",
            "director": {
                "id": 1090311,
                "username": "JCYW130360",
                "country": "cl",
                "icon": "https://user-uploads.online-go.com/e48a181d5c28ef1521f0b6c62769ab17-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1234.4099149048252,
                        "deviation": 259.329002559522,
                        "volatility": 0.06000041142207124
                    }
                },
                "ranking": 19.79209413416666,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Tablero 19x19",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 114,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 14400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16587,
                "name": "UDD2026",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 14,
                "icon": "https://user-uploads.online-go.com/9b11f92eac993d9d1a816a4821574d18-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-08-03T22:50:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-08-03T22:50:16.615585Z",
            "ended": "2026-08-04T13:08:27.521556Z",
            "start_waiting": "2026-08-03T22:50:16.526224Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/9b11f92eac993d9d1a816a4821574d18-15.png",
            "player_count": 12,
            "ranked": false
        },
        {
            "id": 139936,
            "name": "go go go",
            "director": {
                "id": 2008005,
                "username": "cubingpan",
                "country": "cn",
                "icon": "https://user-uploads.online-go.com/fd746bfc0039c63b69294814c9a8d783-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 475.1665191971697,
                        "deviation": 78.30363964205685,
                        "volatility": 0.06006360909189743
                    }
                },
                "ranking": 5,
                "professional": false,
                "ui_class": ""
            },
            "description": "king of go",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "simple",
                "time_control": "simple",
                "speed": "rapid",
                "pause_on_weekends": false,
                "per_move": 10
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16404,
                "name": "box box box",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 9,
                "icon": "https://user-uploads.online-go.com/bee4d98c33b0fe7f63cd04886372dcba-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-05-04T19:46:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-05-04T19:46:49.072241Z",
            "ended": "2026-05-04T20:07:26.776548Z",
            "start_waiting": "2026-05-04T19:46:49.031432Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bee4d98c33b0fe7f63cd04886372dcba-15.png",
            "player_count": 3,
            "ranked": false
        }
    ]
}