List all tournaments or create a new tournament.

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

{
    "count": 59032,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5903",
    "results": [
        {
            "id": 41954,
            "name": "New Years day 2k19 Go",
            "director": {
                "id": 503127,
                "username": "zombiewarrior88",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/fb4e72418e490f4e6579d86b747db6f1?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1214.311434818523,
                        "deviation": 86.67575938156371,
                        "volatility": 0.06001172103733663
                    }
                },
                "ranking": 19.412067012948505,
                "professional": false,
                "ui_class": ""
            },
            "description": "Welcome to the New Years Day Go. I'm your host, zombiewarrior88. This tournament is for rookies and pros both young and old. Keep it friendly and, more importantly, have fun. Enjoy. :)",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 10,
            "time_control_parameters": {
                "time_control": "simple",
                "speed": "live",
                "system": "simple",
                "pause_on_weekends": false,
                "per_move": 10
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 515,
                "name": "OGS Title Tournaments",
                "summary": "Would you like to compete with hundreds of players in epic tournaments and become the Honinbo, Meijin, Kisei, Tianyuan, Mingren or Kuksu? Join us!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 2954,
                "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2019-01-02T01:00:00Z",
            "players_start": 1,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2019-01-02T01:00:33.466900Z",
            "ended": "2019-01-02T01:17:12.478907Z",
            "start_waiting": "2019-01-02T01:00:32.196220Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e172c7a14ec09bda65360d6b80884e67-15.png",
            "player_count": 24,
            "ranked": true
        },
        {
            "id": 45960,
            "name": "Bimonthly 13",
            "director": {
                "id": 467165,
                "username": "MummRa",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/68359dab5164ddcdffa8ad4ca0699079-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1258.4675653645381,
                        "deviation": 65.12914018874716,
                        "volatility": 0.06002133944080936
                    }
                },
                "ranking": 20.238928688386483,
                "professional": false,
                "ui_class": ""
            },
            "description": "Monthly winners will be invited to yearly championship game.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 87840,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 129600,
                "max_time": 259200,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 306,
                "name": "Michigan Go Players",
                "summary": "For Players from all over Michigan",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 87,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2019-02-26T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2019-03-11T22:37:37.805838Z",
            "ended": "2019-04-20T15:00:08.078345Z",
            "start_waiting": "2019-03-11T22:37:36.370631Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 4,
            "ranked": true
        }
    ]
}