List all tournaments or create a new tournament.

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

{
    "count": 59652,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5965",
    "results": [
        {
            "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": 491,
                "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
        },
        {
            "id": 67464,
            "name": "53477768",
            "director": {
                "id": 854348,
                "username": "P2B22",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/d15683e19ada4f66c153e4fa38ecbebc?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 954.1426871638295,
                        "deviation": 118.4702366203143,
                        "volatility": 0.060000302498472484
                    }
                },
                "ranking": 13.830156438135948,
                "professional": false,
                "ui_class": ""
            },
            "description": "dzfidjKdsidisLudijd;fjdi",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17960,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-11-05T13: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": "2020-11-07T15:16:13.985088Z",
            "ended": "2021-01-21T20:49:26.360078Z",
            "start_waiting": "2020-11-07T15:16:13.771727Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}