List all tournaments or create a new tournament.

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

{
    "count": 59042,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-first_pairing_method&page=5904",
    "results": [
        {
            "id": 112977,
            "name": "Kyu Tournament Correspondence",
            "director": {
                "id": 1433463,
                "username": "acadofruit",
                "country": "_United_Federation_of_Planets",
                "icon": "https://user-uploads.online-go.com/7441b4086dcde00abc4a01fd89b0ede7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1407.2092867679648,
                        "deviation": 60.79862047053118,
                        "volatility": 0.05999300555502695
                    }
                },
                "ranking": 22.82510202587849,
                "professional": false,
                "ui_class": ""
            },
            "description": "This tournament is only for kyu-level players! Handicaps will be present, since the skill-gap is quite large.",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": -1,
            "rules": "aga",
            "time_per_move": 61703,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 57600,
                "initial_time": 518400,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 8562,
                "name": "World Wide Go Association (WWGA)",
                "summary": "This group welcomes people world wide, from beginners to pros! We have a WWGA group logo, a group video, and even a video for new members! (I make announcement videos), I hope you enjoy!",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 150,
                "icon": "https://user-uploads.online-go.com/8050f34b110a579153af00084fe3d2bb-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-02-24T11:00:00Z",
            "players_start": 2,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 29,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2024-02-24T11:00:28.708887Z",
            "ended": "2024-05-11T14:23:47.959831Z",
            "start_waiting": "2024-05-11T14:23:47.955627Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/8050f34b110a579153af00084fe3d2bb-15.png",
            "player_count": 10,
            "ranked": true
        },
        {
            "id": 102735,
            "name": "applezero",
            "director": {
                "id": 1300078,
                "username": "nworld101",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/0c45f23574607ff5d58dab05a1da7092?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 350,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "applezz",
            "schedule": null,
            "title": null,
            "tournament_type": "opengotha",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 51,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 600,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 13169,
                "name": "N-World Go Academy",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2023-04-30T08:10:00Z",
            "players_start": 4,
            "first_pairing_method": "opengotha",
            "subsequent_pairing_method": "opengotha",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2023-04-30T08:03:12.469280Z",
            "ended": "2023-04-30T08:09:01.789250Z",
            "start_waiting": "2023-04-30T08:09:01.785964Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 3,
            "ranked": true
        }
    ]
}