List all tournaments or create a new tournament.

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

{
    "count": 59592,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5959",
    "results": [
        {
            "id": 57419,
            "name": "Challenge LRA en ligne",
            "director": {
                "id": 96911,
                "username": "vaurien",
                "country": "fr",
                "icon": "https://user-uploads.online-go.com/81c7d79a0b1333240881ddf40572036b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2043.850002592058,
                        "deviation": 62.923143776603034,
                        "volatility": 0.060072643917560314
                    }
                },
                "ranking": 31.46530178640967,
                "professional": false,
                "ui_class": ""
            },
            "description": "Le deuxième tour du challenge Rhône-Alpes aura lieu le dimanche 15 mars sur le net. Ce sera un tournoi en règle française (AGA), sans handicap 10mn/joueurs + 15s/coups dès le premier coup (temps Fischer). Ce tournoi est ouvert à tous, y compris les débutants.\nkoeur koeur love on veut pleins de participants =)",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 15,
                "initial_time": 600,
                "max_time": 1200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2629,
                "name": "Ligue Rhône-Alpes",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 41,
                "icon": "https://user-uploads.online-go.com/74940375eb62c13a7de763b887a13939-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-03-15T12:30:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-03-15T12:30:42.852955Z",
            "ended": "2020-03-15T16:16:21.580715Z",
            "start_waiting": "2020-03-15T12:30:41.687171Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/74940375eb62c13a7de763b887a13939-15.png",
            "player_count": 9,
            "ranked": true
        },
        {
            "id": 35183,
            "name": "Inset Tournament",
            "director": {
                "id": 517077,
                "username": "thomaid4417",
                "country": "un",
                "icon": "https://user-uploads.online-go.com/7384a5bfb50341e933bc9a8523c6a0cb-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 818.7608071345088,
                        "deviation": 79.96491087639252,
                        "volatility": 0.06000739668122208
                    }
                },
                "ranking": 10.28771470653308,
                "professional": false,
                "ui_class": ""
            },
            "description": "Let’s play GO!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8885,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-03-07T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-03-11T10:28:51.549021Z",
            "ended": "2018-10-13T16:05:31.279030Z",
            "start_waiting": "2018-03-11T10:28:51.351479Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}