List all tournaments or create a new tournament.

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

{
    "count": 60842,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=players_start&page=6084",
    "results": [
        {
            "id": 3001,
            "name": "Kings Cup Tournament 1",
            "director": {
                "id": 78047,
                "username": "Micasa",
                "country": "_Pirate",
                "icon": "https://user-uploads.online-go.com/cbd81122083b88e1e14245bb0483424b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2778.1010598658813,
                        "deviation": 65.93546248718533,
                        "volatility": 0.06016551538519084
                    }
                },
                "ranking": 38,
                "professional": false,
                "ui_class": ""
            },
            "description": "The tournament will start once full!\n\n1st KingsCupTournament\n\nA tournament restricted to dan player's to find the best of the best!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 253,
                "name": "KingsCupTournament",
                "summary": "Kings cup tournament games",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 3,
                "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": 30,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-12-18T18:08:19.804159Z",
            "ended": "2015-03-27T05:17:13.711373Z",
            "start_waiting": "2014-12-18T18:08:18.938181Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 2142,
            "name": "FITC's mini-tournament",
            "director": {
                "id": 22335,
                "username": "FITC",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/c23d948bcd53050e2ee2ef6b524d4fbf?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1644.9579463396963,
                        "deviation": 63.73109291059572,
                        "volatility": 0.06007910276647698
                    }
                },
                "ranking": 26.438962997518306,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "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": 386,
                "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": 14,
            "max_ranking": 21,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2013-03-17T13:28:59Z",
            "ended": "2013-10-24T11:33:01.700812Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}