List all tournaments or create a new tournament.

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

{
    "count": 58922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=players_start&page=5892",
    "results": [
        {
            "id": 411,
            "name": "Vigor's mini-tournament",
            "director": {
                "id": 12295,
                "username": "Vigor",
                "country": "hr",
                "icon": "https://secure.gravatar.com/avatar/0ef548c418ad73368225c54f76a561c7?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2259.5375146752303,
                        "deviation": 113.4361048622483,
                        "volatility": 0.060006106540592324
                    }
                },
                "ranking": 33.78782246718717,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "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": 384,
                "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": 22,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2008-01-17T16:53:00Z",
            "ended": "2008-03-29T16:06:00Z",
            "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
        },
        {
            "id": 2674,
            "name": "Torneio de teste do grupo(com handicap)",
            "director": {
                "id": 27,
                "username": "Phelan",
                "country": "pt",
                "icon": "https://secure.gravatar.com/avatar/f7ae9c72785aceddcc5dda7fddc31df5?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1648.4432038755967,
                        "deviation": 62.77420041373733,
                        "volatility": 0.06017734799465297
                    }
                },
                "ranking": 26.487960212491743,
                "professional": false,
                "ui_class": ""
            },
            "description": "Um torneiozito de teste, com handicap",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 91200,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 432000,
                "max_time": 432000,
                "time_increment": 86400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 146,
                "name": "APGo",
                "summary": "Grupo de jogadores da Associação Portuguesa de Go",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 104,
                "icon": "https://user-uploads.online-go.com/0824f395f4fa2e9f0e3cf481f1d040f7-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": 36,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2013-12-02T11:52:11.613958Z",
            "ended": "2014-12-29T09:59:31.336256Z",
            "start_waiting": "2013-12-02T11:52:11.367491Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/0824f395f4fa2e9f0e3cf481f1d040f7-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}