List all tournaments or create a new tournament.

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

{
    "count": 59991,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&page=5999",
    "results": [
        {
            "id": 141439,
            "name": "PRIMUS INTER PARES NO. 14 (12 kyu only)",
            "director": {
                "id": 1218730,
                "username": "Petru Dumitriu",
                "country": "ro",
                "icon": "https://user-uploads.online-go.com/c234bf3d6aabfd36a9d9dd48123a71e5-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1178.9864134543864,
                        "deviation": 62.34599715858399,
                        "volatility": 0.0597640257092202
                    }
                },
                "ranking": 18.728630441223306,
                "professional": false,
                "ui_class": ""
            },
            "description": "You are kindly invited to a new special tournament open exclusively to 12 kyu players.\n\nIt will be a real eye opener for players of our modest level.\n\nNo more frustration to lose always to players much higher in ranks, without understanding why and without learning much.\n\nNo more boredom to win against players much lower in ranks, without satisfaction and without learning anything.\n\nYou will enjoy tense and exciting games, open to any results, with satisfaction for achievements and learning from your mistakes.\n\nCaveat: out of respect for the other players, please, do not join the tournament if you plan to take vacation, without playing. One of the past attractions of Primus Inter Pares tournaments was that they have a decent and predictable duration.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 655,
                "name": "Romania",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 30,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-06-25T07:00:00Z",
            "players_start": 9,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 18,
            "max_ranking": 18,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-06-21T13:47:03.182283Z",
            "ended": null,
            "start_waiting": "2026-06-21T13:47:02.899183Z",
            "board_size": 19,
            "active_round": 1,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 9,
            "ranked": true
        }
    ]
}