List all tournaments or create a new tournament.

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

{
    "count": 59941,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=first_pairing_method&page=5994",
    "results": [
        {
            "id": 131187,
            "name": "\"Hey!Where is my summer vacations?",
            "director": {
                "id": 838050,
                "username": "Noame",
                "country": "_Pirate",
                "icon": "https://secure.gravatar.com/avatar/980c0a6a206285c731bad6badb50b036?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1511.4616222522511,
                        "deviation": 66.29302420588455,
                        "volatility": 0.06003498363140431
                    }
                },
                "ranking": 24.479600822541165,
                "professional": false,
                "ui_class": ""
            },
            "description": "This is a competition for those who don't want summer to end.\nEveryone is welcome to participate.\nIf you can, invite your friends ,or anyone else who may want to join the game!",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": -1,
            "rules": "chinese",
            "time_per_move": 24335,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": true,
                "time_increment": 21600,
                "initial_time": 345600,
                "max_time": 691200
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 8667,
                "name": "Dog &cat",
                "summary": "It's dogs turn now",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 25,
                "icon": "https://user-uploads.online-go.com/ee08d4f437b81c28d8b7d19b837a28cd-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2025-08-14T11:00:00Z",
            "players_start": 0,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "slide",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2025-08-14T11:00:47.481075Z",
            "ended": "2026-02-02T20:10:03.212052Z",
            "start_waiting": "2025-08-14T11:00:46.660554Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ee08d4f437b81c28d8b7d19b837a28cd-15.png",
            "player_count": 17,
            "ranked": true
        }
    ]
}