List all tournaments or create a new tournament.

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

{
    "count": 59781,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=5978",
    "results": [
        {
            "id": 139279,
            "name": "9x9 For Fun",
            "director": {
                "id": 1860048,
                "username": "おたく",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/71a9b065ccffcbbb614975a06fa8accd-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 965.965995735689,
                        "deviation": 60.43451487350943,
                        "volatility": 0.05989463489431188
                    }
                },
                "ranking": 14.115258063174574,
                "professional": false,
                "ui_class": ""
            },
            "description": "... its just for fun and its making me make a whole description and title",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16344,
                "name": "1Dan",
                "summary": "Road from Kyu levels to Dan rankings",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-04-17T19:00:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-04-17T19:00:56.582780Z",
            "ended": "2026-05-04T11:29:40.569009Z",
            "start_waiting": "2026-04-17T19:00:56.307751Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5,
            "ranked": false
        }
    ]
}