List all tournaments or create a new tournament.

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

{
    "count": 59521,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=players_start&page=5952",
    "results": [
        {
            "id": 2761,
            "name": "New Players Tournament",
            "director": {
                "id": 57625,
                "username": "Gimlogixx",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/de32eed7086734e3b7c31c0401443c9b?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 888.3933229020627,
                        "deviation": 82.692183346657,
                        "volatility": 0.060003308964157794
                    }
                },
                "ranking": 12.177277658254154,
                "professional": false,
                "ui_class": ""
            },
            "description": "this tournament is for any new players.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 31,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 120,
                "max_time": 300,
                "time_increment": 30
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17929,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 0,
            "max_ranking": 1,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-01-14T23:33:26.723067Z",
            "ended": "2014-01-14T23:35:55.104314Z",
            "start_waiting": "2014-01-14T23:33:26.506726Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}