List all tournaments or create a new tournament.

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

{
    "count": 59281,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=max_ranking&page=5928",
    "results": [
        {
            "id": 60045,
            "name": "Hjjygtvyv hbybyyb",
            "director": {
                "id": 599547,
                "username": "TheDarkReaper",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/fed4beb4162de5d4a375f39e8fcde598?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1243.7977591378713,
                        "deviation": 61.77482107116207,
                        "volatility": 0.05999946540668759
                    }
                },
                "ranking": 19.96748672603545,
                "professional": false,
                "ui_class": ""
            },
            "description": "Lgyygyggy",
            "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": 17762,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-05-04T03: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-05-05T06:51:07.082802Z",
            "ended": "2020-11-01T06:58:40.188981Z",
            "start_waiting": "2020-05-05T06:51:06.548924Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}