List all tournaments or create a new tournament.

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

{
    "count": 59271,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5927",
    "results": [
        {
            "id": 80551,
            "name": "Teste",
            "director": {
                "id": 1019032,
                "username": "mirela.milanez",
                "country": "br",
                "icon": "https://user-uploads.online-go.com/828ff9a85cf82c5241fbbb029f9a19fa-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 851.1876728261119,
                        "deviation": 68.85338231569808,
                        "volatility": 0.060147601013971846
                    }
                },
                "ranking": 11.186875752977109,
                "professional": false,
                "ui_class": ""
            },
            "description": "teste do jogo",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 12,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 180,
                "max_time": 180
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 9676,
                "name": "General",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 212,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2021-09-25T13:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2021-09-25T13:00:40.126997Z",
            "ended": "2021-09-25T13:19:54.430768Z",
            "start_waiting": "2021-09-25T13:00:40.008703Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5,
            "ranked": true
        }
    ]
}