List all tournaments or create a new tournament.

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

{
    "count": 58922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5892",
    "results": [
        {
            "id": 93188,
            "name": "18th SDK DDK Ultra Fast Handicap",
            "director": {
                "id": 886972,
                "username": "Babbo Bruno",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/3a86884a3c89d9e4d9b53b217b0675cf-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1136.362040232598,
                        "deviation": 65.24703252512907,
                        "volatility": 0.05981449017001849
                    }
                },
                "ranking": 17.876174963489866,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Note aggressive time control, you must average 6 moves per day. Use conditional moves to help speed it up.\nThis is a handicap game, prepare to fight.",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 17280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 14400,
                "initial_time": 259200,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 508,
                "name": "Fast Correspondence",
                "summary": "Tournaments for people who like to play quick correspondence games.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 802,
                "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2022-08-11T15:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 10,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-08-10T04:42:55.472089Z",
            "ended": "2022-10-18T06:22:25.643793Z",
            "start_waiting": "2022-08-10T04:42:55.297469Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-15.png",
            "player_count": 16,
            "ranked": true
        },
        {
            "id": 16635,
            "name": "FSTS Fun Open 2016 Extinction",
            "director": {
                "id": 87790,
                "username": "MoonMonkey",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/9e29a56055728dccf9dafc7ebb3f8319-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1093.5261410201354,
                        "deviation": 62.180969905963046,
                        "volatility": 0.06028853857034597
                    }
                },
                "ranking": 16.986647782952765,
                "professional": false,
                "ui_class": ""
            },
            "description": "Do you have enough strength to hold more than two rounds? Are you strong enough to be able to play with a handicap? Do you want to have some fun? Join a tournament and find out the answers to these questions!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 353,
                "name": "Four Seasons Tournament Series",
                "summary": "Серия турниров \"Четыре Сезона\"",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 623,
                "icon": "https://user-uploads.online-go.com/da3625d8ecb510c14d65689ea409862b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-05-30T11:30:00Z",
            "players_start": 20,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-05-30T11:30:46.583049Z",
            "ended": "2018-08-18T05:22:58.401058Z",
            "start_waiting": "2016-05-30T11:30:46.053724Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/da3625d8ecb510c14d65689ea409862b-15.png",
            "player_count": 33,
            "ranked": true
        }
    ]
}