List all tournaments or create a new tournament.

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

{
    "count": 59891,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&page=5989",
    "results": [
        {
            "id": 141044,
            "name": "FNRRT: Let's improve ourself! McMahon for 25k-6k [FAST] # III",
            "director": {
                "id": 1872546,
                "username": "Sch-Mentor",
                "country": "001",
                "icon": "https://user-uploads.online-go.com/41804ae38abc71e0bea5040b313b01ec-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1500,
                        "deviation": 250,
                        "volatility": 0.06
                    }
                },
                "ranking": 24.303382182144386,
                "professional": false,
                "ui_class": "provisional"
            },
            "description": "Hi everyone! This tournament would be useful for your improvement due to McMahon system because your games will be more evenly matched.\n\nThe number of rounds and the top bar could be modified in first round according to the total number of players and the population above the bar.\n\nFast tournament: pay attention, a 12-hour increment is roughly two moves per day to keep the flow.\n\nThings to keep in mind:\n* Use the conditional move feature to speed up the game.\n* Disqualification will occur automatically by the site if a player loses by timeout.\n* If you notice that a player behaves badly, please send a message to the TD.\n* And last but not least: no weekends, no pauses, no vacation—just make your move; it’s a tournament, my friend!",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 44568,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "correspondence",
                "pause_on_weekends": false,
                "time_increment": 43200,
                "initial_time": 172800,
                "max_time": 172800
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 15509,
                "name": "Fast and narrow rank range tournaments",
                "summary": "Tournaments for people who like to play within narrow rank ranges and fast correspondence games.",
                "require_invitation": true,
                "is_public": true,
                "admin_only_tournaments": true,
                "hide_details": false,
                "member_count": 79,
                "icon": "https://user-uploads.online-go.com/fb0e7d5660cf5ea61609ed14abdc9bfa-64.png"
            },
            "auto_start_on_max": true,
            "time_start": "2026-06-22T23:33:00Z",
            "players_start": 16,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 24,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": null,
            "ended": null,
            "start_waiting": null,
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fb0e7d5660cf5ea61609ed14abdc9bfa-15.png",
            "player_count": 25,
            "ranked": true
        }
    ]
}