List all tournaments or create a new tournament.

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

{
    "count": 59482,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-exclude_provisional&page=5948",
    "results": [
        {
            "id": 102016,
            "name": "Torneo de media noche",
            "director": {
                "id": 104316,
                "username": "elnefo",
                "country": "co",
                "icon": "https://secure.gravatar.com/avatar/1815dd1847a342bb3cf440bad4d14a91?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1170.6968030386188,
                        "deviation": 68.28554732713528,
                        "volatility": 0.05996405133087546
                    }
                },
                "ranking": 18.565284781716542,
                "professional": false,
                "ui_class": ""
            },
            "description": "Para amantes del Go, hasta la saciedad...",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 37,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "live",
                "pause_on_weekends": false,
                "main_time": 900,
                "period_time": 30,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 506,
                "name": "Shibumi",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 14,
                "icon": "https://user-uploads.online-go.com/d8db21da9526245762bab1b669a5c275-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-04-09T05:00:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/d8db21da9526245762bab1b669a5c275-15.png",
            "player_count": 0,
            "ranked": true
        },
        {
            "id": 59854,
            "name": "Torneo por correspondencia 1",
            "director": {
                "id": 322830,
                "username": "alemitrani",
                "country": "cl",
                "icon": "https://user-uploads.online-go.com/781c0ea03472992b90aac66f2e827778-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1649.7006325215332,
                        "deviation": 65.00089566948078,
                        "volatility": 0.06002966163922879
                    }
                },
                "ranking": 26.505612247095314,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "El control de tiempo es sistema Fischer con 3 días de tiempo inicial, más 1 día adicional cada vez se que responda dentro de 1 día, con un máximo de 3 días. Se encuentra una explicación del sistema Fischer acá: https://elpais.com/diario/1997/12/12/deportes/881881214_850215.html",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": -1,
            "rules": "japanese",
            "time_per_move": 89280,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 259200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 5464,
                "name": "Club Tengen: Aprender a Jugar",
                "summary": "Clases semanales de Go en línea.  ",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/bb4904668e7debbdf41ca894c1773ccc-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2020-05-01T19:00:00Z",
            "players_start": 4,
            "first_pairing_method": "random",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2020-05-01T18:45:27.172139Z",
            "ended": "2020-05-27T22:14:55.357966Z",
            "start_waiting": "2020-05-01T18:45:26.898863Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/bb4904668e7debbdf41ca894c1773ccc-15.png",
            "player_count": 6,
            "ranked": true
        }
    ]
}