List all tournaments or create a new tournament.

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

{
    "count": 58912,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=analysis_enabled&page=5891",
    "results": [
        {
            "id": 81713,
            "name": "Gottis",
            "director": {
                "id": 981041,
                "username": "deleted-a2681aed-3557-442f-aaa3-f6eb7cae5f0d",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/0d7dc1304b0e144a043e3f0a69a453b5?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 841.7167031398435,
                        "deviation": 62.07732151835132,
                        "volatility": 0.05998652634223964
                    }
                },
                "ranking": 10.927847258721915,
                "professional": false,
                "ui_class": ""
            },
            "description": "13x13",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 40,
                "name": "Svenska Rummet",
                "summary": "En grupp för gointresserade med anknytning till Sverige",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 190,
                "icon": "https://user-uploads.online-go.com/de54a46de73b8f833530d43fe33dea17-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2021-10-25T19:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 25,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-10-25T19:00:15.644711Z",
            "ended": "2021-12-05T23:47:57.040092Z",
            "start_waiting": "2021-10-25T19:00:15.401898Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/de54a46de73b8f833530d43fe33dea17-15.png",
            "player_count": 5,
            "ranked": true
        },
        {
            "id": 41773,
            "name": "Lions 19x19 Swiss - October 2018",
            "director": {
                "id": 557899,
                "username": "🦁 Lvicala 🦁",
                "country": "cz",
                "icon": "https://user-uploads.online-go.com/c3809b0710aca9a2fd14431e2d9e32f2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1215.5307681865688,
                        "deviation": 63.83387610820817,
                        "volatility": 0.060058613626475424
                    }
                },
                "ranking": 19.435301089469824,
                "professional": false,
                "ui_class": ""
            },
            "description": "19x19",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 44160,
            "time_control_parameters": {
                "system": "fischer",
                "pause_on_weekends": false,
                "time_control": "fischer",
                "initial_time": 86400,
                "max_time": 259200,
                "time_increment": 43200,
                "speed": "correspondence"
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 2773,
                "name": "Lions",
                "summary": "for all fighters like lion :)",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://user-uploads.online-go.com/c3809b0710aca9a2fd14431e2d9e32f2-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2018-10-15T10:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 20,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2018-10-15T10:00:30.272135Z",
            "ended": "2019-06-19T20:27:14.473679Z",
            "start_waiting": "2018-10-15T10:00:29.763809Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/c3809b0710aca9a2fd14431e2d9e32f2-15.png",
            "player_count": 11,
            "ranked": true
        }
    ]
}