List all tournaments or create a new tournament.

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

{
    "count": 59511,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-ranked&page=5951",
    "results": [
        {
            "id": 137564,
            "name": "✨ Go Magic February 13x13 ✨",
            "director": {
                "id": 901303,
                "username": "Muff0",
                "country": "eu",
                "icon": "https://user-uploads.online-go.com/e04175e5267b560bb2448bb1867a73e7-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1713.1102359080903,
                        "deviation": 62.31762832572321,
                        "volatility": 0.05985443616047261
                    }
                },
                "ranking": 27.37875462067092,
                "professional": false,
                "ui_class": ""
            },
            "description": "🎉A new 13x13 rapid tournament with Go Magic!✨\n\nAll prizes are Go Magic Gift Cards\n\n\n🏆Prizes:\n\n1st Place: $150   \n2nd Place: $120  \n3rd Place: $100  \n\n🏆 Special Prizes (mutually exclusive with winning):\n\n4 Wins: $75  \n\n\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 2h\n\n⌚ **The start time is shown in your local timezone!!**  \n**Absolute start time is:**   \n**Saturday, February 28, 2026 6:00 PM UTC**  \nAdd to your calendar: [**Google**](https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20260228T180000Z%2F20260228T200000Z&details=&location=&text=Go%20Magic%2013x13%20February%20) | [**Outlook**](https://outlook.live.com/calendar/0/action/compose?allday=false&body=&enddt=2026-02-28T21%3A00%3A00&location=&path=%2Fcalendar%2Faction%2Fcompose&rru=addevent&startdt=2026-02-28T19%3A00%3A00&subject=Go%20Magic%2013x13%20February%20)   \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": 15,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 10,
                "initial_time": 300,
                "max_time": 360
            },
            "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": true,
                "hide_details": false,
                "member_count": 1962,
                "icon": "https://user-uploads.online-go.com/fa56564088c1e0dbd50bb8160d94193d-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2026-02-28T18: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-02-28T18:00:43.875419Z",
            "ended": "2026-02-28T19:57:55.829350Z",
            "start_waiting": "2026-02-28T18:00:40.501985Z",
            "board_size": 13,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/fa56564088c1e0dbd50bb8160d94193d-15.png",
            "player_count": 99,
            "ranked": false
        }
    ]
}