List all tournaments or create a new tournament.

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

{
    "count": 59372,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5937",
    "results": [
        {
            "id": 129681,
            "name": "123456789",
            "director": {
                "id": 564908,
                "username": "Sarawoot Kanya",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/b6481afb00bf1ffc14aefec9418093c9-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1428.3733342620876,
                        "deviation": 65.87288697611051,
                        "volatility": 0.06068751158219223
                    }
                },
                "ranking": 23.170679540751433,
                "professional": false,
                "ui_class": ""
            },
            "description": "Qergg",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 21,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 300,
                "period_time": 10,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5893,
                "name": "Go Family",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 147,
                "icon": "https://user-uploads.online-go.com/69dc5c9576b388c1fc86c857114ab798-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-06-21T06:12:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2025-06-21T06:12:27.431060Z",
            "ended": "2025-06-21T06:27:54.775936Z",
            "start_waiting": "2025-06-21T06:12:27.350357Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/69dc5c9576b388c1fc86c857114ab798-15.png",
            "player_count": 4,
            "ranked": true
        },
        {
            "id": 27926,
            "name": "Türnamönt Numero Uno",
            "director": {
                "id": 286341,
                "username": "SebRut",
                "country": "de",
                "icon": "https://user-uploads.online-go.com/601ca2f04102cea376b0446e7899aaec-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1134.2970576594885,
                        "deviation": 79.93855120656295,
                        "volatility": 0.06001050033136015
                    }
                },
                "ranking": 17.834068810443252,
                "professional": false,
                "ui_class": ""
            },
            "description": "jojojo",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": true,
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 86400,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 1615,
                "name": "Uni Rostock",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 9,
                "icon": "https://user-uploads.online-go.com/08fde8f613750eb069b8cf86552c0dbe-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2017-06-13T20:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2017-06-13T13:00:50.172758Z",
            "ended": "2017-06-27T01:13:19.261163Z",
            "start_waiting": "2017-06-13T13:00:49.662130Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/08fde8f613750eb069b8cf86552c0dbe-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}