List all tournaments or create a new tournament.

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

{
    "count": 60622,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=6062",
    "results": [
        {
            "id": 67490,
            "name": "NOT EVERYONE AGAINST EVERYONE",
            "director": {
                "id": 798618,
                "username": "deleted-3d2f44b7-f214-4e45-9637-4bd858b44b9b",
                "country": "zz",
                "icon": "https://user-uploads.online-go.com/55023a82b97e460a735f6d87172c3826-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1885.6681096473822,
                        "deviation": 62.071343322313844,
                        "volatility": 0.06003179245681985
                    }
                },
                "ranking": 29.60049769574642,
                "professional": false,
                "ui_class": ""
            },
            "description": "JOIN THIS",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 43,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 1200,
                "period_time": 30,
                "periods": 5
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 7185,
                "name": "NY Team Panda",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 6,
                "icon": "https://user-uploads.online-go.com/49044d52184b97c7d8f1250f896ecdd1-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-11-06T04:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-11-06T04:02:19.061079Z",
            "ended": "2020-11-06T05:17:23.340543Z",
            "start_waiting": "2020-11-06T04:02:18.890526Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/49044d52184b97c7d8f1250f896ecdd1-15.png",
            "player_count": 3,
            "ranked": true
        },
        {
            "id": 2613,
            "name": "SDK5",
            "director": {
                "id": 104,
                "username": "Oolong4Go",
                "country": "_Klingon",
                "icon": "https://secure.gravatar.com/avatar/8e91ccf2e8ceef7a17d825edc71c1924?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1487.0974735216928,
                        "deviation": 79.93436684201419,
                        "volatility": 0.06000532839122804
                    }
                },
                "ranking": 24.103391824779585,
                "professional": false,
                "ui_class": ""
            },
            "description": "Even gamers - fast corispondence 3 moves a day\n\nWill start Friday Nov. 8th if we have enough players",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 28800,
            "time_control_parameters": {
                "time_control": "fischer",
                "initial_time": 259200,
                "max_time": 604800,
                "time_increment": 28800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 20,
                "name": "Single Digit Kyu Room",
                "summary": "A room for SDK's \r\n",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 762,
                "icon": "https://user-uploads.online-go.com/86d86effdffc2d0bbcd98e0f3b379249-64.png"
            },
            "auto_start_on_max": false,
            "time_start": null,
            "players_start": null,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 20,
            "max_ranking": 30,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2013-12-04T19:13:43.473791Z",
            "ended": "2014-03-11T13:23:18.889948Z",
            "start_waiting": "2013-12-04T19:13:41.672101Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/86d86effdffc2d0bbcd98e0f3b379249-15.png",
            "player_count": 0,
            "ranked": true
        }
    ]
}