List all tournaments or create a new tournament.

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

{
    "count": 59521,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-handicap&page=5952",
    "results": [
        {
            "id": 60762,
            "name": "2nd Hokuto Cup",
            "director": {
                "id": 569602,
                "username": "nicda804",
                "country": "_Starfleet",
                "icon": "https://secure.gravatar.com/avatar/a9423db24594aaaabef833988b2d4618?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1443.7318691667722,
                        "deviation": 61.93088180524314,
                        "volatility": 0.05999485629080893
                    }
                },
                "ranking": 23.41827038229204,
                "professional": false,
                "ui_class": ""
            },
            "description": "Zweites wöchentliches Blitzturnier. Passt bitte auf nicht wegen der Zeit zu verlieren.",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 20,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 60,
                "period_time": 20,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 2631,
                "name": "Freiheit 13",
                "summary": "inofficial and private group for (former) staff and students of our school - people unaffiliated with our school cannot join",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 42,
                "icon": "https://user-uploads.online-go.com/065648a4a48bcba4f8ca0a094338606d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-05-19T16:40:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2020-05-19T16:40:35.235979Z",
            "ended": "2020-05-19T17:14:31.619032Z",
            "start_waiting": "2020-05-19T16:40:34.850499Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/065648a4a48bcba4f8ca0a094338606d-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}