List all tournaments or create a new tournament.

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

{
    "count": 58982,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-rules&page=5898",
    "results": [
        {
            "id": 122713,
            "name": "Abingdon Christmas Tournament",
            "director": {
                "id": 204231,
                "username": "Duin",
                "country": "gb",
                "icon": "https://secure.gravatar.com/avatar/5aa764ab93c95913061ebff5402129d7?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1196.1440994007148,
                        "deviation": 65.68867963997637,
                        "volatility": 0.06005358604942281
                    }
                },
                "ranking": 19.063102451897503,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Everyone welcome, from beginners upwards. You get several days per turn so you just need to check in every day or so.",
            "schedule": null,
            "title": null,
            "tournament_type": "s_mcmahon",
            "handicap": 0,
            "rules": "aga",
            "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": false,
            "group": {
                "id": 12962,
                "name": "Abingdon School",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 28,
                "icon": "https://user-uploads.online-go.com/b749fdd8e51e6aad42c5bed1302a597e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2024-12-07T15: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": "2024-12-07T15:00:11.515859Z",
            "ended": "2025-04-12T05:28:23.190401Z",
            "start_waiting": "2024-12-07T15:00:11.135799Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b749fdd8e51e6aad42c5bed1302a597e-15.png",
            "player_count": 7,
            "ranked": true
        },
        {
            "id": 108508,
            "name": "Half Term Tournament - Second Attempt",
            "director": {
                "id": 204231,
                "username": "Duin",
                "country": "gb",
                "icon": "https://secure.gravatar.com/avatar/5aa764ab93c95913061ebff5402129d7?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1196.1440994007148,
                        "deviation": 65.68867963997637,
                        "volatility": 0.06005358604942281
                    }
                },
                "ranking": 19.063102451897503,
                "professional": false,
                "ui_class": "supporter"
            },
            "description": "Trying again without random strangers joining!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "aga",
            "time_per_move": 90782,
            "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": 12962,
                "name": "Abingdon School",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 28,
                "icon": "https://user-uploads.online-go.com/b749fdd8e51e6aad42c5bed1302a597e-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2023-10-17T11: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": "2023-10-17T11:00:35.776881Z",
            "ended": "2023-10-23T12:52:39.789986Z",
            "start_waiting": "2023-10-17T11:00:35.658265Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/b749fdd8e51e6aad42c5bed1302a597e-15.png",
            "player_count": 4,
            "ranked": true
        }
    ]
}