List all tournaments or create a new tournament.

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

{
    "count": 59372,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5937",
    "results": [
        {
            "id": 96488,
            "name": "19x19 Double EliminationšŸ¦Ž",
            "director": {
                "id": 602724,
                "username": "theexternvoid",
                "country": "_Klingon",
                "icon": "https://user-uploads.online-go.com/6231a1e7c0196672ffdbf399dd0abe09-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2001.1727524587327,
                        "deviation": 69.25893126151017,
                        "volatility": 0.06015533069565791
                    }
                },
                "ranking": 30.97679279075385,
                "professional": false,
                "ui_class": ""
            },
            "description": "This group has been quiet for a while. Anyone up for another round of games?",
            "schedule": null,
            "title": null,
            "tournament_type": "double_elimination",
            "handicap": 0,
            "rules": "nz",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 432000
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 3,
                "name": "OGS",
                "summary": "An open group for folks' who like OGS!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1776,
                "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-11-20T16: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-11-20T16:00:14.843052Z",
            "ended": "2025-04-30T02:33:07.869395Z",
            "start_waiting": "2022-11-20T16:00:14.371941Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/09ea48b349cad5d5f27e07f5e0177803-15.png",
            "player_count": 32,
            "ranked": true
        },
        {
            "id": 122992,
            "name": "9x9 League 8k~1k #1",
            "director": {
                "id": 1670044,
                "username": "Arrow A6",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/19c38d84d5fe783ec97cf150f55975ce?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "9x9 League 8k~1k #1",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "nz",
            "time_per_move": 95543,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 14857,
                "name": "9x9 League",
                "summary": "<a href=\"https://info.flagcounter.com/dbAS\"><img src=\"https://s01.flagcounter.com/mini/dbAS/bg_000000/txt_FF00FF/border_CCCCCC/flags_0/\" alt=\"Flag Counter\" border=\"0\"></a>",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 2,
                "icon": "https://user-uploads.online-go.com/edf8df185cb659986701293541f25d3f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-12-10T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 22,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-12-10T04:00:12.046369Z",
            "ended": "2025-01-29T23:59:16.385048Z",
            "start_waiting": "2024-12-10T04:00:11.931591Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/edf8df185cb659986701293541f25d3f-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}