List all tournaments or create a new tournament.

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

{
    "count": 59972,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5997",
    "results": [
        {
            "id": 73123,
            "name": "Ya tu sabes",
            "director": {
                "id": 757908,
                "username": "mi gato Felix",
                "country": "co",
                "icon": "https://user-uploads.online-go.com/0f7084bd658bcc8a942f910e9bd7f386-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 715.5131836693278,
                        "deviation": 80.14518865469104,
                        "volatility": 0.0600015278851803
                    }
                },
                "ranking": 7.167280791418262,
                "professional": false,
                "ui_class": ""
            },
            "description": "Jueguen conmigo",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 23,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 20,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4806,
                "name": "COIN Centro de Inteligencias",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 65,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2021-03-27T17:45:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2021-03-27T17:39:18.394320Z",
            "ended": "2021-03-27T18:43:36.276334Z",
            "start_waiting": "2021-03-27T17:39:18.175257Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 6,
            "ranked": true
        },
        {
            "id": 39519,
            "name": "HUE ESTRATEGIA",
            "director": {
                "id": 75891,
                "username": "Cauan.Muller",
                "country": "br",
                "icon": "https://secure.gravatar.com/avatar/05a74d662e2131227561742f37c34d34?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1200.3753296786772,
                        "deviation": 61.52974289948815,
                        "volatility": 0.05988500436312321
                    }
                },
                "ranking": 19.144848572148152,
                "professional": false,
                "ui_class": ""
            },
            "description": "HUE PO",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1527,
                "name": "Brasil",
                "summary": "Ponto de encontro dos jogadores brasileiros",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 495,
                "icon": "https://user-uploads.online-go.com/94104bdcbaa52ac8e424a6fb2a6b03a4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-07-29T22: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": "2018-07-30T08:05:40.566672Z",
            "ended": "2018-09-18T17:06:10.407763Z",
            "start_waiting": "2018-07-30T08:05:40.160360Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/94104bdcbaa52ac8e424a6fb2a6b03a4-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}