List all tournaments or create a new tournament.

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

{
    "count": 58902,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_per_move&page=5890",
    "results": [
        {
            "id": 64026,
            "name": "Zi hwee VS Dong En",
            "director": {
                "id": 756229,
                "username": "mrrabbuit",
                "country": "sg",
                "icon": "https://user-uploads.online-go.com/95a91e6b595a49e91968bd28f3e90ce4-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1348.0847977490964,
                        "deviation": 156.13884872211037,
                        "volatility": 0.05999992557636363
                    }
                },
                "ranking": 21.831420754602473,
                "professional": false,
                "ui_class": ""
            },
            "description": "7/8/2020",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5118,
                "name": "SP Weiqi 2020/2021",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 21,
                "icon": "https://user-uploads.online-go.com/8d7f8244283feaafac5174b82851f2fa-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-08-07T12:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-08-07T11:13:19.448009Z",
            "ended": "2020-08-11T13:07:03.458258Z",
            "start_waiting": "2020-08-07T11:13:19.384964Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8d7f8244283feaafac5174b82851f2fa-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 19780,
            "name": "Fun Double Elimination",
            "director": {
                "id": 337794,
                "username": "ACEVENTURER",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/a308c6ef1402006b0ecdcc4c73c638bb-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 764.8698134854889,
                        "deviation": 79.31718252247002,
                        "volatility": 0.05999004993894454
                    }
                },
                "ranking": 8.711515807704615,
                "professional": false,
                "ui_class": ""
            },
            "description": "Have fun",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1243,
                "name": "Beginnersoftheart",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 5,
                "icon": "https://user-uploads.online-go.com/5bd53231fa9a51c65c908b91cdd6bb1d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2016-08-15T20:15:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2016-08-18T23:08:35.771080Z",
            "ended": "2016-11-07T05:25:23.659796Z",
            "start_waiting": "2016-08-18T23:08:35.351788Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/5bd53231fa9a51c65c908b91cdd6bb1d-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}