List all tournaments or create a new tournament.

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

{
    "count": 59322,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=5932",
    "results": [
        {
            "id": 53025,
            "name": "9X9 Japanese",
            "director": {
                "id": 646878,
                "username": "Shikamaru4",
                "country": "gb",
                "icon": "https://user-uploads.online-go.com/4de7672cfb2c5d5d0a77668b7a721253-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 779.0027044554525,
                        "deviation": 63.43343203946138,
                        "volatility": 0.05993292089993528
                    }
                },
                "ranking": 9.135366302661472,
                "professional": false,
                "ui_class": ""
            },
            "description": "Beginners 9X9 tournament.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 631680,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 604800,
                "initial_time": 2419200,
                "max_time": 2419200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4081,
                "name": "9X9 PLAYERS",
                "summary": "9X9 games",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3,
                "icon": "https://user-uploads.online-go.com/ab04e2d9619d69b9f635715fe6e1968f-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-01-01T16:00:00Z",
            "players_start": 15,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 15,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-01-01T17:02:14.524329Z",
            "ended": "2022-01-05T22:50:08.342279Z",
            "start_waiting": "2020-01-01T17:02:12.729859Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ab04e2d9619d69b9f635715fe6e1968f-15.png",
            "player_count": 15,
            "ranked": true
        },
        {
            "id": 122227,
            "name": "Handicap tournament Chinese rules",
            "director": {
                "id": 380817,
                "username": "look info döskee",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/9b2153c750a7384cdad630699b7e138d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1001.1282744304297,
                        "deviation": 68.63680878166396,
                        "volatility": 0.058646562422007574
                    }
                },
                "ranking": 14.942969758566955,
                "professional": false,
                "ui_class": ""
            },
            "description": "Handicap tournament Chinese rules",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "chinese",
            "time_per_move": 348335,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 345600,
                "period_time": 345600,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3,
                "name": "OGS",
                "summary": "An open group for folks' who like OGS!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1778,
                "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-11-20T20:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 15,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-11-20T20:00:33.697296Z",
            "ended": null,
            "start_waiting": "2024-11-20T20:00:32.933270Z",
            "board_size": 19,
            "active_round": 3,
            "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-15.png",
            "player_count": 12,
            "ranked": true
        }
    ]
}