List all tournaments or create a new tournament.

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

{
    "count": 59132,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5913",
    "results": [
        {
            "id": 34525,
            "name": "Class C Rapid",
            "director": {
                "id": 153455,
                "username": "El0m",
                "country": "gb",
                "icon": "https://user-uploads.online-go.com/018b099d6b5f111ad780b468738dc998-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1295.7038814112566,
                        "deviation": 70.83331711939027,
                        "volatility": 0.0603648964543371
                    }
                },
                "ranking": 20.913967003155264,
                "professional": false,
                "ui_class": ""
            },
            "description": "A tournament for elementary level players",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 56640,
            "time_control_parameters": {
                "period_time": 1209600,
                "main_time": 1209600,
                "system": "canadian",
                "pause_on_weekends": true,
                "time_control": "canadian",
                "stones_per_period": 28,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1398,
                "name": "Ratio",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 7,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2018-03-01T08:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-03-01T08:00:55.642657Z",
            "ended": "2019-04-12T21:57:19.642948Z",
            "start_waiting": "2018-03-01T08:00:55.253429Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 8,
            "ranked": true
        },
        {
            "id": 2797,
            "name": "Tet's 19x19 DDK tournament",
            "director": {
                "id": 47299,
                "username": "Tethys",
                "country": "gb",
                "icon": "https://secure.gravatar.com/avatar/9481f463fff8d092470a3fa7c0e256f6?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1242.202694727223,
                        "deviation": 64.27286049233626,
                        "volatility": 0.05985248233490387
                    }
                },
                "ranking": 19.937779775567098,
                "professional": false,
                "ui_class": ""
            },
            "description": "Like it says, with a bit of flexibility at each end.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 89280,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 259200,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 78,
                "name": "OGS Mini Tournaments",
                "summary": "The home for all of the old OGS mini tournaments",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 383,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 7,
            "max_ranking": 22,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-02-14T22:38:02.908094Z",
            "ended": "2014-08-25T20:08:14.221842Z",
            "start_waiting": "2014-02-14T22:38:02.503247Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}