List all tournaments or create a new tournament.

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

{
    "count": 59962,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=analysis_enabled&page=5996",
    "results": [
        {
            "id": 46522,
            "name": "soy la rga",
            "director": {
                "id": 623797,
                "username": "AleckMuriel",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/05f873d8ff60de48e0f6a8ad63957715?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 968.5798397262488,
                        "deviation": 104.69001908843792,
                        "volatility": 0.06001298695960384
                    }
                },
                "ranking": 14.177815924657688,
                "professional": false,
                "ui_class": ""
            },
            "description": "rga dfwmjfewgKUAEFGKUWAFEFAL vsjkbfewkljSDKNEF SKJBAKJASC",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 113280,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": true,
                "time_control": "fischer",
                "initial_time": 2419200,
                "max_time": 2419200,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3484,
                "name": "herma",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2019-03-15T02:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2019-03-16T20:55:08.294534Z",
            "ended": "2019-06-14T14:51:22.343229Z",
            "start_waiting": "2019-03-16T20:55:07.691088Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 101437,
            "name": "xxddfrreee",
            "director": {
                "id": 1252003,
                "username": "windous",
                "country": "za",
                "icon": "https://user-uploads.online-go.com/0fc32fc4b6a012cd3571d53e8886a388-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1200.6371312660058,
                        "deviation": 65.99715619415662,
                        "volatility": 0.060018436865621534
                    }
                },
                "ranking": 19.149897031387134,
                "professional": false,
                "ui_class": ""
            },
            "description": "aqswed",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "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": 11805,
                "name": "Pokemon tornaments",
                "summary": "Todos son libres de unirse.\n😁😁😁",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 18,
                "icon": "https://user-uploads.online-go.com/2b4461b57d4a5b6025fc344494752f44-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-03-23T14: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": "2023-05-25T11:41:57.427324Z",
            "ended": "2023-05-31T11:42:37.261581Z",
            "start_waiting": "2023-05-25T11:41:57.327347Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2b4461b57d4a5b6025fc344494752f44-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}