List all tournaments or create a new tournament.

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

{
    "count": 59741,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5974",
    "results": [
        {
            "id": 57518,
            "name": "Go Class Tournament",
            "director": {
                "id": 737452,
                "username": "sophgo",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/7d4bf906914f3fa7841fe37c44cbba13?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2471.346072823233,
                        "deviation": 215.19690606887787,
                        "volatility": 0.060009951032630564
                    }
                },
                "ranking": 35.8621277069951,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Let's play go!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4513,
                "name": "MIOT Go Class",
                "summary": "",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 2,
                "icon": "https://user-uploads.online-go.com/a2aaa0e2b8c3ea65acb04ae6552f05c5-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-03-15T16:35:00Z",
            "players_start": 7,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-03-15T16:25:14.950893Z",
            "ended": "2020-04-26T16:30:12.298858Z",
            "start_waiting": "2020-03-15T16:25:11.415758Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/a2aaa0e2b8c3ea65acb04ae6552f05c5-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}