List all tournaments or create a new tournament.

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

{
    "count": 59112,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5911",
    "results": [
        {
            "id": 91544,
            "name": "JORNADA 1 LIGA DE GO KANIK BÁSICA",
            "director": {
                "id": 798920,
                "username": "vaik.kanik",
                "country": "mx",
                "icon": "https://user-uploads.online-go.com/2d6b90dc29878481490e8286eaaeb49f-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1167.6703355082118,
                        "deviation": 60.52143970654287,
                        "volatility": 0.05974817592186556
                    }
                },
                "ranking": 18.50536026319656,
                "professional": false,
                "ui_class": ""
            },
            "description": "«La gente piensa que los valientes no tienen miedo pero se equivocan; son amigos íntimos del miedo». PEMA CHÖDRÖN.\nArrancamos la Liga de Go, ¡Que todos y todas tengan buenos juegos!",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "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": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4974,
                "name": "Taller de Go-Biblioteca de México",
                "summary": "Torneos todos los sábados a las 17:30 hrs (Ciudad de México)",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 237,
                "icon": "https://user-uploads.online-go.com/319cd1b5d5788d57faf6978158a6f97d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2022-06-23T01:35:00Z",
            "players_start": 2,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "invite",
            "started": "2022-06-23T01:35:52.045508Z",
            "ended": "2022-06-23T02:27:35.388793Z",
            "start_waiting": "2022-06-23T01:35:51.916571Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/319cd1b5d5788d57faf6978158a6f97d-15.png",
            "player_count": 2,
            "ranked": true
        },
        {
            "id": 83559,
            "name": "2021 tournament5️⃣(with longer time settings)",
            "director": {
                "id": 802455,
                "username": "royz",
                "country": "au",
                "icon": "https://user-uploads.online-go.com/23489ab482345a76b6d432ff07368b5a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1052.1310274249,
                        "deviation": 62.60253870008884,
                        "volatility": 0.06006769076422171
                    }
                },
                "ranking": 16.093293696950248,
                "professional": false,
                "ui_class": ""
            },
            "description": "have fun!",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "nz",
            "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": 7025,
                "name": "the good go group",
                "summary": "",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 8,
                "icon": "https://user-uploads.online-go.com/2c20aac852f3dd4c0a78277b8fcbddfc-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2021-12-14T07:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "random",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2021-12-14T07:00:28.743081Z",
            "ended": "2022-03-06T09:40:45.079729Z",
            "start_waiting": "2021-12-14T07:00:28.089723Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/2c20aac852f3dd4c0a78277b8fcbddfc-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}