List all tournaments or create a new tournament.

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

{
    "count": 60691,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=started&page=6069",
    "results": [
        {
            "id": 143359,
            "name": "9x9 warmup",
            "director": {
                "id": 1490162,
                "username": "MarcelDupont",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/be86ba444d265b2ce83e40d7a7b092b9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1805.1016316424593,
                        "deviation": 61.54007750555652,
                        "volatility": 0.0599907755412783
                    }
                },
                "ranking": 28.58964606764637,
                "professional": false,
                "ui_class": ""
            },
            "description": "Un petit tournoi 9*9 les gens ?",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 107733,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 604800,
                "period_time": 86400,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16646,
                "name": "Dedomainia",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": true,
            "time_start": "2026-08-19T16:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": false
        }
    ]
}