List all tournaments or create a new tournament.

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

{
    "count": 60272,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-ranked&page=6027",
    "results": [
        {
            "id": 140791,
            "name": "ok, os outros não deram, este deve dar",
            "director": {
                "id": 1896148,
                "username": "enyolusitanus",
                "country": "eu",
                "icon": "https://user-uploads.online-go.com/d568ae2dcb3508e9c14836d99fcc3008-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 907.3624443763381,
                        "deviation": 74.64146169492821,
                        "volatility": 0.06003565008400698
                    }
                },
                "ranking": 12.666377016457277,
                "professional": false,
                "ui_class": ""
            },
            "description": "desculpem lá",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 13,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "rapid",
                "pause_on_weekends": false,
                "time_increment": 7,
                "initial_time": 180,
                "max_time": 1800
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 16460,
                "name": "GO PORTUGUEZ",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 16,
                "icon": "https://user-uploads.online-go.com/176ce8f530bec9705227a0b1ed8abc93-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-05-31T19:03:00Z",
            "players_start": 4,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-05-31T19:03:28.613142Z",
            "ended": "2026-05-31T19:31:38.720368Z",
            "start_waiting": "2026-05-31T19:03:28.563171Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/176ce8f530bec9705227a0b1ed8abc93-15.png",
            "player_count": 4,
            "ranked": false
        },
        {
            "id": 137665,
            "name": "5ltrs",
            "director": {
                "id": 1094739,
                "username": "graphite_he",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/fc0d8c906f7bfd540e3f4d5942e693ec?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1966.7073676543714,
                        "deviation": 62.64018738281955,
                        "volatility": 0.06000524529853583
                    }
                },
                "ranking": 30.574616464335975,
                "professional": false,
                "ui_class": ""
            },
            "description": "blahblahblah.",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 88451,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "time_increment": 86400,
                "initial_time": 259200,
                "max_time": 604800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 16229,
                "name": "稷下棋宫",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 4,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2026-02-23T17:00:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-02-23T17:00:40.589896Z",
            "ended": "2026-02-24T07:07:46.507691Z",
            "start_waiting": "2026-02-23T17:00:40.477540Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": false
        }
    ]
}