List all tournaments or create a new tournament.

GET /api/v1/tournaments?format=api&ordering=-time_per_move&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=-time_per_move&page=5883",
    "results": [
        {
            "id": 92822,
            "name": "второй тренировочный турнир",
            "director": {
                "id": 58687,
                "username": "Russian",
                "country": "ru",
                "icon": "https://user-uploads.online-go.com/1ac09a805ecdb622ca9de592c596162e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2024.532553522624,
                        "deviation": 61.85986046262851,
                        "volatility": 0.06006220546152684
                    }
                },
                "ranking": 31.24545898619155,
                "professional": false,
                "ui_class": ""
            },
            "description": "13х13\nособенно обратите внимание на йосе!",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1932,
                "name": "Школа Го Алексея Нечаева",
                "summary": "https://t.me/art_of_game_Go",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 4,
                "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-07-25T20: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-07-25T19:32:40.385731Z",
            "ended": "2022-08-08T20:39:37.487723Z",
            "start_waiting": "2022-07-25T19:32:40.238410Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/aee7d4dd90dd1d2976fa770dba2aa66f-15.png",
            "player_count": 5,
            "ranked": true
        },
        {
            "id": 71323,
            "name": "omar vanderloo",
            "director": {
                "id": 938024,
                "username": "omar.vanderloo.sgbonaire",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/0f14782768e79f75cccc9e2ced452793?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1136.697018396264,
                        "deviation": 75.41313687211105,
                        "volatility": 0.05998670267871281
                    }
                },
                "ranking": 17.882998142602233,
                "professional": false,
                "ui_class": ""
            },
            "description": "leuk eeste keer",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "none",
                "time_control": "none",
                "speed": "correspondence",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 25,
                "name": "Go Basics",
                "summary": "A learning and teaching environment for players of all strengths with emphasis on tournaments and game reviews. Come teach, learn, and have fun!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 17826,
                "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-02-12T09: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": "2021-10-26T10:38:55.397649Z",
            "ended": "2021-12-28T13:20:15.622575Z",
            "start_waiting": "2021-10-26T10:38:55.317916Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/88a1228e25c41184ceaf4c4683299256-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}