List all tournaments or create a new tournament.

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

{
    "count": 60171,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=6017",
    "results": [
        {
            "id": 103561,
            "name": "St Francois",
            "director": {
                "id": 647,
                "username": "Tilwen",
                "country": "fr",
                "icon": "https://secure.gravatar.com/avatar/21681eabc569024d6a8661e7efd21554?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1785.8143627241332,
                        "deviation": 62.67273784451466,
                        "volatility": 0.06014249268459186
                    }
                },
                "ranking": 28.340960456547883,
                "professional": false,
                "ui_class": ""
            },
            "description": "Deuxième tentative",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 23,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 15,
                "initial_time": 240,
                "max_time": 900
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 12877,
                "name": "St François de Sales OGS",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 0,
                "icon": "https://user-uploads.online-go.com/950c76004b46d26ca645d7cdf0ef1617-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-05-23T11:10:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "invite",
            "started": "2023-05-23T11:10:56.834660Z",
            "ended": "2023-05-23T11:37:57.103405Z",
            "start_waiting": "2023-05-23T11:10:56.762315Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/950c76004b46d26ca645d7cdf0ef1617-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}