List all tournaments or create a new tournament.

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

{
    "count": 59131,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5913",
    "results": [
        {
            "id": 136188,
            "name": "βœ¨πŸŽ‰ Go Magic 2026 Celebration πŸŽ‰βœ¨",
            "director": {
                "id": 901303,
                "username": "Muff0",
                "country": "eu",
                "icon": "https://user-uploads.online-go.com/e04175e5267b560bb2448bb1867a73e7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1726.2584087466455,
                        "deviation": 62.105545117427134,
                        "volatility": 0.059855716449635554
                    }
                },
                "ranking": 27.555753201181066,
                "professional": false,
                "ui_class": ""
            },
            "description": "πŸŽ‰A new rapid tournament to start the new year with Go Magic!✨\n\nAll prizes are Go Magic Gift Cards\n\n\nπŸ†Prizes:\n\n1st Place: $300   \n2nd Place: $240  \n3rd Place: $180  \n\nπŸ† Special Prizes (mutually exclusive with winning):\n\n6 Wins: $100  \n5 Wins: $50  \n\n🎁 Participation Prize: Everyone who finishes all 6 rounds will receive a 30$ discount card (does not stack with our sales and other promos).\nAll you have to do is register and be here at the starting time! The next rounds will start as soon as all the games are finished.\n\nThe expected total duration is about 1.5h\n\n⌚ **The start time is shown in your local timezone!!**  \n**Absolute start time is:**   \n**Saturday, January 17, 2026 6:00 PM UTC**  \n[**ADD TO YOUR GOOGLE CALENDAR**](https://go.gomagic.org/gk5nWj)   \n[**ADD TO YOUR OUTLOOK CALENDAR**](https://go.gomagic.org/JGbKAL)   \n  \nπŸͺ„βœ¨ Learn Go the Magical way at <a href=\"https://go.gomagic.org/X4LK1U\" target=\"_blank\">Go Magic</a>",
            "schedule": null,
            "title": null,
            "tournament_type": "mcmahon",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 18,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "rapid",
                "pause_on_weekends": false,
                "time_increment": 7,
                "initial_time": 300,
                "max_time": 300
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 8605,
                "name": "Go Magic",
                "summary": "A modern platform for learning Go",
                "require_invitation": false,
                "is_public": true,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 1868,
                "icon": "https://user-uploads.online-go.com/fa56564088c1e0dbd50bb8160d94193d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-01-17T18:00:00Z",
            "players_start": 4,
            "first_pairing_method": "strength",
            "subsequent_pairing_method": "strength",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2026-01-17T18:00:35.436142Z",
            "ended": "2026-01-17T19:52:06.065096Z",
            "start_waiting": "2026-01-17T18:00:26.174874Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fa56564088c1e0dbd50bb8160d94193d-15.png",
            "player_count": 206,
            "ranked": false
        }
    ]
}