List all tournaments or create a new tournament.

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

{
    "count": 59351,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=exclude_provisional&page=5935",
    "results": [
        {
            "id": 37031,
            "name": "ขอให้ทุกคนสู้ๆ",
            "director": {
                "id": 524400,
                "username": "Panapat_",
                "country": "th",
                "icon": "https://secure.gravatar.com/avatar/176012676609e2ca6a704db09ec65edb?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2037.7950650152175,
                        "deviation": 63.195746268901345,
                        "volatility": 0.060173880206083996
                    }
                },
                "ranking": 31.396617760530518,
                "professional": false,
                "ui_class": ""
            },
            "description": "ขอให้ทุกคนมีความสุข",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 10,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 30,
                "max_time": 60,
                "time_increment": 10,
                "speed": "live"
            },
            "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": 8866,
                "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-05-07T05:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-05-11T08:35:56.139682Z",
            "ended": "2018-05-11T08:36:38.455820Z",
            "start_waiting": "2018-05-11T08:35:55.861614Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/36b3f6c2ac8b8f0da8b168b3cc142a1b-15.png",
            "player_count": 2,
            "ranked": true
        }
    ]
}