List all tournaments or create a new tournament.

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

{
    "count": 60122,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=max_ranking&page=6012",
    "results": [
        {
            "id": 60257,
            "name": "Fast Correspondence Unofficial Title Tournament 19x19 - 2020",
            "director": {
                "id": 497519,
                "username": "Kosh-retired",
                "country": "_Lord_Howe_Island",
                "icon": "https://secure.gravatar.com/avatar/39dc5f9ee81b8243d315c8c729844456?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1574.954785564748,
                        "deviation": 61.40997215047312,
                        "volatility": 0.060088015249815864
                    }
                },
                "ranking": 25.432209892698047,
                "professional": false,
                "ui_class": ""
            },
            "description": "and does **NOT** pause on the weekend.\n\n<body>\n  <h2 style=\"color:red\">Using vacation is grounds for immediate disqualification from this tournament.</h2>\n</body>\n\nObviously pausing games is also not allowed.\n\nOkay guys and gals, let's show those slowpokes how a tournament can go. :D",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 30720,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 28800,
                "initial_time": 172800,
                "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": 828,
                "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-06-30T12:05:00Z",
            "players_start": 60,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2020-06-30T12:05:38.625712Z",
            "ended": "2021-02-14T22:47:13.700309Z",
            "start_waiting": "2020-06-30T12:05:14.626614Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/7cba93c8731bbe4ad1ff73b5abd71818-15.png",
            "player_count": 115,
            "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": 494,
                "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
        }
    ]
}