List all tournaments or create a new tournament.

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

{
    "count": 58832,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-handicap&page=5883",
    "results": [
        {
            "id": 96060,
            "name": "Dads playing Go merrily December 22",
            "director": {
                "id": 590887,
                "username": "ejnro",
                "country": "se",
                "icon": "https://user-uploads.online-go.com/4be4b03911c62da57e584fc292b671fa-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1006.3534750243607,
                        "deviation": 63.223562903551915,
                        "volatility": 0.059982492707842436
                    }
                },
                "ranking": 15.063482602038627,
                "professional": false,
                "ui_class": ""
            },
            "description": "Holiday tournament for the Dads on a map community",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 93120,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 604800,
                "max_time": 864000
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 6431,
                "name": "DoaM Go Club",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 35,
                "icon": "https://user-uploads.online-go.com/e1ad7601cadbc4d24000859231332d0f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-11-27T11:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-11-27T11:00:19.385815Z",
            "ended": "2023-02-06T03:56:16.138601Z",
            "start_waiting": "2022-11-27T11:00:18.907393Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/e1ad7601cadbc4d24000859231332d0f-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 97836,
            "name": "Cリーグ(11k-8k)",
            "director": {
                "id": 874208,
                "username": "FUKO.S",
                "country": "jp",
                "icon": "https://user-uploads.online-go.com/aa170ff76e007cc7bc7a15709e85dbb8-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2208.151542128061,
                        "deviation": 68.94747429756583,
                        "volatility": 0.06003767154281009
                    }
                },
                "ranking": 33.25527075653788,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "リーグ開始時に参加されているメンバーでの総あたり戦になります。(レーティングによる自動ハンデ付き)\n\nIt will be a round-robin tournament with automatic handicapping based on ratings.",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 9573,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "total_time": 1209600
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7692,
                "name": "Yushima Go Cafe (湯島囲碁喫茶)",
                "summary": "This is a group exclusively for guests of Yushima Go Cafe and members of the Online Go Salon.\n湯島囲碁喫茶のゲスト&オンライン囲碁サロンメンバー専用のグループです。",
                "require_invitation": true,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 114,
                "icon": "https://user-uploads.online-go.com/8246898de5c953274f7be81122b75b69-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-12-22T11:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 19,
            "max_ranking": 22,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2022-12-22T11:00:21.869746Z",
            "ended": "2023-01-13T13:03:55.409825Z",
            "start_waiting": "2022-12-22T11:00:21.586616Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8246898de5c953274f7be81122b75b69-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}