List all tournaments or create a new tournament.

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

{
    "count": 60051,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=6005",
    "results": [
        {
            "id": 123035,
            "name": "Lord of territories 2025",
            "director": {
                "id": 1051076,
                "username": "Qwentum",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/ec85d2c66ad78a73ad60a339509b683b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1548.4471147993652,
                        "deviation": 66.29997541933403,
                        "volatility": 0.05969232316851054
                    }
                },
                "ranking": 25.039261862731433,
                "professional": false,
                "ui_class": ""
            },
            "description": "Lord of territories 2025",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "canadian",
                "time_control": "canadian",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "main_time": 259200,
                "period_time": 259200,
                "stones_per_period": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10103,
                "name": "World battles",
                "summary": "World tournament s",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 51,
                "icon": "https://user-uploads.online-go.com/82ea34b6c5f487db027b73c2d1b9e9ca-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-12-31T11:00:00Z",
            "players_start": 100,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-12-31T11:00:46.331199Z",
            "ended": null,
            "start_waiting": "2024-12-31T11:00:35.339442Z",
            "board_size": 19,
            "active_round": 3,
            "icon": "https://user-uploads.online-go.com/82ea34b6c5f487db027b73c2d1b9e9ca-15.png",
            "player_count": 133,
            "ranked": true
        }
    ]
}