List all tournaments or create a new tournament.

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

{
    "count": 59482,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5948",
    "results": [
        {
            "id": 91857,
            "name": "Open to all - Double Elimination 19x19",
            "director": {
                "id": 987760,
                "username": "deleted-f41b36e6-1556-4899-a775-dc2c1cd9ebb4",
                "country": "ca",
                "icon": "https://user-uploads.online-go.com/ec04439eea132df85e433a87c1f8a3c0-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2106.117124550817,
                        "deviation": 68.03535601314194,
                        "volatility": 0.05996971658182498
                    }
                },
                "ranking": 32.16005045129194,
                "professional": false,
                "ui_class": ""
            },
            "description": "Hi everyone & welcome.  I really like double elimination tournaments, but they seem few and far between on OGS.  So I've made one.\n\nHopefully enough people will sign up that I can make this into a regular monthly event!",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1843,
                "name": "Open Study Room",
                "summary": "Community of go players who play long serious games in leagues, study together, set up lectures.",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1802,
                "icon": "https://user-uploads.online-go.com/8f94a8b09b47255de25f6e050f8928b4-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-08-01T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2022-08-01T17:00:38.980244Z",
            "ended": "2024-11-06T00:19:27.209341Z",
            "start_waiting": "2022-08-01T17:00:38.294108Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8f94a8b09b47255de25f6e050f8928b4-15.png",
            "player_count": 47,
            "ranked": true
        },
        {
            "id": 75152,
            "name": "Partidas para 2DO",
            "director": {
                "id": 88120,
                "username": "satoshi84",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/6a6404f3dd53bce3fc1e4a88fb357e2e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1136.7959829193692,
                        "deviation": 78.40429708623937,
                        "volatility": 0.06016044531576248
                    }
                },
                "ranking": 17.885013568829635,
                "professional": false,
                "ui_class": ""
            },
            "description": "vamos a jugar con 2do",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 23,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 20,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4841,
                "name": "PIPIOLO GO 2022🏆",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 215,
                "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-05-14T17:13:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2021-05-14T17:13:56.131244Z",
            "ended": "2021-05-14T17:54:01.907458Z",
            "start_waiting": "2021-05-14T17:13:55.898396Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/53d0a90037da78f2a39241da6e40dc96-15.png",
            "player_count": 12,
            "ranked": true
        }
    ]
}