List all tournaments or create a new tournament.

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

{
    "count": 58962,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=first_pairing_method&page=5896",
    "results": [
        {
            "id": 59138,
            "name": "Bad people 2",
            "director": {
                "id": 748408,
                "username": "Sports for Life",
                "country": "us",
                "icon": "https://user-uploads.online-go.com/c6258ee239e8c0c6c2c9f59005725d81-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 774.2935361093267,
                        "deviation": 71.4033398364045,
                        "volatility": 0.059906278529480765
                    }
                },
                "ranking": 8.994996966313037,
                "professional": false,
                "ui_class": ""
            },
            "description": "Number 2",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "chinese",
            "time_per_move": 44160,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 43200,
                "initial_time": 86400,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 4456,
                "name": "Our Go House",
                "summary": "Hello this is Our Go House šŸ”°šŸ”°\nšŸ˜ƒšŸ™ƒšŸ˜ŠšŸ‘‹ YEET",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 159,
                "icon": "https://user-uploads.online-go.com/bf53577eefa2af10bcf48655c23a2b4a-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-16T21:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-04-16T21:00:52.515043Z",
            "ended": "2020-05-24T08:39:31.270123Z",
            "start_waiting": "2020-04-16T21:00:51.812928Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bf53577eefa2af10bcf48655c23a2b4a-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 99366,
            "name": "2023.02 GO 19X19 tournament #5 2Kļ½ž2d",
            "director": {
                "id": 1283005,
                "username": "dorawindy",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/4b3228733c358d9bdd3d2fe0e6c829ac?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1161.9988927634927,
                        "deviation": 87.05621796374369,
                        "volatility": 0.05999810004043265
                    }
                },
                "ranking": 18.392645413106152,
                "professional": false,
                "ui_class": ""
            },
            "description": "Welcome and have fun ļ¼šļ¼‰\n                                                           \n                                                                 \nPauses are not allowed.                                    \nPauses are not allowed.                                         \nPauses are not allowed.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 90503,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "main_time": 518400,
                "period_time": 86400,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 8304,
                "name": "club hikaru no go",
                "summary": "welcome all fan of Hikaru no go and on piece",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 116,
                "icon": "https://user-uploads.online-go.com/0e2fd110d817a4183ba74caeb4f5d2d6-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-01-31T16:19:00Z",
            "players_start": 12,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 28,
            "max_ranking": 31,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2023-01-31T16:19:12.300066Z",
            "ended": "2023-11-18T13:09:30.141293Z",
            "start_waiting": "2023-01-31T16:19:10.894455Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/0e2fd110d817a4183ba74caeb4f5d2d6-15.png",
            "player_count": 21,
            "ranked": true
        }
    ]
}