List all tournaments or create a new tournament.

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

{
    "count": 59002,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-rules&page=5900",
    "results": [
        {
            "id": 117548,
            "name": "LGC 19x19 AGA MacMahon Correspondence Tournament #1",
            "director": {
                "id": 1577611,
                "username": "igonin",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/8de74adceeba7366208e2a4bab72919d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1646.438268436185,
                        "deviation": 84.81038633278311,
                        "volatility": 0.05999211831414674
                    }
                },
                "ranking": 26.459786658121995,
                "professional": false,
                "ui_class": ""
            },
            "description": "Welcome to the LGC 19x19 AGA MacMahon Correspondence Tournament #1",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 91187,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 604800,
                "period_time": 86400,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 14398,
                "name": "London Go Centre",
                "summary": "Welcome to the London Go Centre group.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 50,
                "icon": "https://user-uploads.online-go.com/2c1852a781345ae34218abd493c9e85f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-07-01T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2024-07-01T08:00:59.626504Z",
            "ended": "2024-07-30T16:39:19.830009Z",
            "start_waiting": "2024-07-01T08:00:59.450625Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2c1852a781345ae34218abd493c9e85f-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 2644,
            "name": "Coorespondence",
            "director": {
                "id": 7781,
                "username": "ThornsFan",
                "country": "_LGBT",
                "icon": "https://user-uploads.online-go.com/4df0f17546b2749c9896c4ae9a13c66d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1326.9484859447628,
                        "deviation": 62.41508550443843,
                        "volatility": 0.05974564346244173
                    }
                },
                "ranking": 21.4655817168294,
                "professional": false,
                "ui_class": ""
            },
            "description": "Let's play",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "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": 8857,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2013-12-03T15:30:52.981958Z",
            "ended": "2015-11-10T22:24:54.658080Z",
            "start_waiting": "2013-12-03T15:30:50.838064Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}