List all tournaments or create a new tournament.

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

{
    "count": 59721,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=id&page=5972",
    "results": [
        {
            "id": 140458,
            "name": "みんなで頑張ろう",
            "director": {
                "id": 1608024,
                "username": "S-Tsumugi",
                "country": "jp",
                "icon": "https://secure.gravatar.com/avatar/8a91909e8b623e3084f318f861e92c13?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 746.6593474132152,
                        "deviation": 70.73307032676932,
                        "volatility": 0.06014307918211424
                    }
                },
                "ranking": 8.153679810949013,
                "professional": false,
                "ui_class": ""
            },
            "description": "atumare-",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 17,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 60,
                "stones_per_period": 10
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 3,
                "name": "OGS",
                "summary": "An open group for folks' who like OGS!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1784,
                "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-06-06T09:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-15.png",
            "player_count": 1,
            "ranked": true
        }
    ]
}