List all tournaments or create a new tournament.

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

{
    "count": 59982,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5998",
    "results": [
        {
            "id": 139232,
            "name": "Блиц 14 апреля",
            "director": {
                "id": 659128,
                "username": "Эльфия Ходжер",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/da4f80244d4374a384a34d958df3ca5d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1128.3497122652661,
                        "deviation": 70.20562175549698,
                        "volatility": 0.060141874992419964
                    }
                },
                "ranking": 17.71236942299548,
                "professional": false,
                "ui_class": ""
            },
            "description": "Хотим игра-а-а-ть!!!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 11,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 180,
                "period_time": 10,
                "periods": 10
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12847,
                "name": "Nikoniko ДЕТИ",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 35,
                "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-04-14T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-04-14T10:00:55.888041Z",
            "ended": "2026-04-14T10:57:21.231046Z",
            "start_waiting": "2026-04-14T10:00:55.619161Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5d1f758ff5f62b603db8ca464a2e627d-15.png",
            "player_count": 8,
            "ranked": false
        },
        {
            "id": 140798,
            "name": "Gambate 07",
            "director": {
                "id": 1090311,
                "username": "JCYW130360",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/c8af27cf67ecdfe2570370a281de62b9?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1234.4099149048252,
                        "deviation": 259.329002559522,
                        "volatility": 0.06000041142207124
                    }
                },
                "ranking": 19.79209413416666,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "19x19   tablero",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "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": 16463,
                "name": "MBA AQP 3",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 27,
                "icon": "https://user-uploads.online-go.com/87180b7a54062c14a85927f89aa960c4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-05-31T22: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": "2026-05-31T22:00:17.491109Z",
            "ended": "2026-06-01T03:56:56.698099Z",
            "start_waiting": "2026-05-31T22:00:17.434250Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/87180b7a54062c14a85927f89aa960c4-15.png",
            "player_count": 6,
            "ranked": false
        }
    ]
}