List all tournaments or create a new tournament.

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

{
    "count": 59922,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=start_waiting&page=5992",
    "results": [
        {
            "id": 3846,
            "name": "today's conflict ddk",
            "director": {
                "id": 73094,
                "username": "hikaru1no1go",
                "country": "pk",
                "icon": "https://user-uploads.online-go.com/321d8cdbe7db0f9c7a8fa0c3059ca751-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1582.0014365944573,
                        "deviation": 64.84465326691476,
                        "volatility": 0.06006480111490102
                    }
                },
                "ranking": 25.535556427004384,
                "professional": false,
                "ui_class": ""
            },
            "description": "enjoy",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 36,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 30,
                "main_time": 600,
                "periods": 2
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 489,
                "name": "神の一手",
                "summary": "tourney group",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 45,
                "icon": "https://user-uploads.online-go.com/62dba6697413715a955f5f239460b3f2-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2014-12-31T16:15:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 0,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2014-12-31T16:25:00.979273Z",
            "ended": "2014-12-31T18:00:34.317956Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/62dba6697413715a955f5f239460b3f2-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 167,
            "name": "SakuyaKira's mini-tournament",
            "director": {
                "id": 3844,
                "username": "SakuyaKira",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/86fa588a098276e7ed5dc5c46fdea685?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1223.404429438196,
                        "deviation": 66.64352262163483,
                        "volatility": 0.060037948146122636
                    }
                },
                "ranking": 19.58477278628539,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 172800,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 604800,
                "max_time": 864000,
                "time_increment": 172800
            },
            "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": 385,
                "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": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2006-12-19T21:13:00Z",
            "ended": "2007-05-20T06:46:00Z",
            "start_waiting": null,
            "board_size": 13,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}