List all tournaments or create a new tournament.

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

{
    "count": 59231,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5923",
    "results": [
        {
            "id": 101887,
            "name": "Monday Morning Go Study",
            "director": {
                "id": 1085226,
                "username": "gingerpersolus",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/27d719d0757d5ef719b4da43a73c1c4f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1462.3960266753834,
                        "deviation": 65.79714109067321,
                        "volatility": 0.059954421596593165
                    }
                },
                "ranking": 23.715629068826996,
                "professional": false,
                "ui_class": ""
            },
            "description": "Start your week off right with some rounds of go! Who needs coffee when you’ve got the goban to kick-start your brain?\n\nWe encourage players to review their games with each other or share helpful links/videos in the Become a Better Player Discord. There's a section titled Monday Morning Go Study. You'll find me and other players there: https://discord.gg/m28ZvXeh25",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 11,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 120,
                "max_time": 120
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 43,
                "name": "Kyu Level Study Group",
                "summary": "A group for kyu level players! Join, play tournaments, and have fun. Thanks for being a part of our community!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8865,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-04-17T13:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2023-04-17T13:00:00.731607Z",
            "ended": "2023-04-17T13:24:09.464456Z",
            "start_waiting": "2023-04-17T13:00:00.650696Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}