List all tournaments or create a new tournament.

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

{
    "count": 60171,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=started&page=6017",
    "results": [
        {
            "id": 141777,
            "name": "correspondence Tournament",
            "director": {
                "id": 38364,
                "username": "iryumika",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/b9f7b2b5bc1c37b44806931b7bfbc166-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 2268.499165826547,
                        "deviation": 63.17966957302583,
                        "volatility": 0.0600238347959886
                    }
                },
                "ranking": 33.879457102535916,
                "professional": false,
                "ui_class": ""
            },
            "description": "Tournament to work on our ceiling level. Share your thoughts in the hidden chat from time to time so we can analyze them after the fact :)",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 42095,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 36000,
                "initial_time": 172800,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 15885,
                "name": "Reading Dojo July",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-07-07T17:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 0,
            "ranked": true
        }
    ]
}