List all tournaments or create a new tournament.

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

{
    "count": 60022,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=6002",
    "results": [
        {
            "id": 141280,
            "name": "GAMBATE 01",
            "director": {
                "id": 775143,
                "username": "c16896",
                "country": "pe",
                "icon": "https://user-uploads.online-go.com/00f634cd07ddcbcdfcdd7eb157515147-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1054.7275486904118,
                        "deviation": 90.80601680581353,
                        "volatility": 0.05999389210736036
                    }
                },
                "ranking": 16.150354477783242,
                "professional": false,
                "ui_class": ""
            },
            "description": "9x9 tablero prueba",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 508,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "live",
                "pause_on_weekends": false,
                "total_time": 14400
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16490,
                "name": "MBA 49P 51 ADS",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 34,
                "icon": "https://user-uploads.online-go.com/f29dea8199463445c73843211af1236e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-06-17T01:40:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2026-06-17T01:40:19.635116Z",
            "ended": "2026-06-17T15:07:39.533354Z",
            "start_waiting": "2026-06-17T01:40:19.390996Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/f29dea8199463445c73843211af1236e-15.png",
            "player_count": 30,
            "ranked": false
        },
        {
            "id": 141436,
            "name": "21june",
            "director": {
                "id": 2037449,
                "username": "lizettesocias",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/086edaa4005d822e18070f4fa4601fbc?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 710.3615547953566,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 7.000000000000001,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "1400 practice",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 87084,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 86400,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16489,
                "name": "GO game pma",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 11,
                "icon": "https://user-uploads.online-go.com/77678d68e561733d8ea03780752b8128-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-06-21T06:23:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2026-06-21T06:23:12.431898Z",
            "ended": "2026-06-21T06:24:08.853546Z",
            "start_waiting": "2026-06-21T06:23:12.388860Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/77678d68e561733d8ea03780752b8128-15.png",
            "player_count": 2,
            "ranked": false
        }
    ]
}