List all tournaments or create a new tournament.

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

{
    "count": 59362,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=subsequent_pairing_method&page=5936",
    "results": [
        {
            "id": 123034,
            "name": "1st WB-Meijin Title Tournament 2024-2025",
            "director": {
                "id": 1051076,
                "username": "Qwentum",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/ec85d2c66ad78a73ad60a339509b683b-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1623.7205121258926,
                        "deviation": 67.10769095391261,
                        "volatility": 0.05969299524121434
                    }
                },
                "ranking": 26.138135903849662,
                "professional": false,
                "ui_class": ""
            },
            "description": "1st WB-Meijin Title Tournament 2024-2025",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 10103,
                "name": "World battles",
                "summary": "World tournament s",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 50,
                "icon": "https://user-uploads.online-go.com/82ea34b6c5f487db027b73c2d1b9e9ca-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-12-30T11:00:00Z",
            "players_start": 100,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-12-29T22:05:14.388813Z",
            "ended": null,
            "start_waiting": "2024-12-29T22:05:02.552287Z",
            "board_size": 19,
            "active_round": 2,
            "icon": "https://user-uploads.online-go.com/82ea34b6c5f487db027b73c2d1b9e9ca-15.png",
            "player_count": 139,
            "ranked": true
        },
        {
            "id": 1973,
            "name": "DanielBR's mini-tournament_3",
            "director": {
                "id": 26336,
                "username": "DanielBR",
                "country": "br",
                "icon": "https://secure.gravatar.com/avatar/78b17d6fe4e16444e7d494573c646ed9?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1749.2670570085943,
                        "deviation": 69.99164968525334,
                        "volatility": 0.059980801568612054
                    }
                },
                "ranking": 27.86227260044618,
                "professional": false,
                "ui_class": ""
            },
            "description": "",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 86400,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 604800,
                "max_time": 604800,
                "time_increment": 86400
            },
            "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": 383,
                "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": 9,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2013-03-05T14:24:00Z",
            "ended": "2013-03-05T13:24:00Z",
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}