List all tournaments or create a new tournament.

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

{
    "count": 60231,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&page=6023",
    "results": [
        {
            "id": 142101,
            "name": "2º Torneio de Julho",
            "director": {
                "id": 1896148,
                "username": "enyolusitanus",
                "country": "eu",
                "icon": "https://user-uploads.online-go.com/d568ae2dcb3508e9c14836d99fcc3008-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 915.3333879134922,
                        "deviation": 75.68099472925,
                        "volatility": 0.06003212307841428
                    }
                },
                "ranking": 12.868855692233355,
                "professional": false,
                "ui_class": ""
            },
            "description": "Torneio rápido, penso que durará cerca de 20 min. espero que gostem!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 25,
            "time_control_parameters": {
                "system": "byoyomi",
                "time_control": "byoyomi",
                "speed": "rapid",
                "pause_on_weekends": false,
                "main_time": 150,
                "period_time": 20,
                "periods": 3
            },
            "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-07-11T17:50:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2026-07-11T17:50:19.398659Z",
            "ended": "2026-07-11T18:21:49.124781Z",
            "start_waiting": "2026-07-11T17:50:19.303542Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/176ce8f530bec9705227a0b1ed8abc93-15.png",
            "player_count": 8,
            "ranked": true
        }
    ]
}