List all tournaments or create a new tournament.

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

{
    "count": 59491,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments?format=api&ordering=-time_per_move&page=5949",
    "results": [
        {
            "id": 128056,
            "name": "トーナメント作成の練習だよ",
            "director": {
                "id": 1609909,
                "username": "ほたて囲碁教室",
                "country": "jp",
                "icon": "https://user-uploads.online-go.com/651c2aebc8ac9e8fef162798dd97d08a-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 652.7412618189767,
                        "deviation": 127.46654126231485,
                        "volatility": 0.06004845959415647
                    }
                },
                "ranking": 5.041666221837165,
                "professional": false,
                "ui_class": ""
            },
            "description": "練習中。どれくらい記入したらOKなのかな?",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "system": "absolute",
                "time_control": "absolute",
                "speed": "blitz",
                "pause_on_weekends": false,
                "total_time": 60
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 15290,
                "name": "ほたてオンライン",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": true,
                "hide_details": true,
                "member_count": 41,
                "icon": "https://user-uploads.online-go.com/ec922b6e3630bb40f525c38b768bb37c-64.png"
            },
            "auto_start_on_max": false,
            "time_start": "2025-05-01T22:08:00Z",
            "players_start": 2,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "group",
            "started": "2025-05-01T22:08:49.471419Z",
            "ended": "2025-05-01T22:14:01.773842Z",
            "start_waiting": "2025-05-01T22:08:49.416776Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://user-uploads.online-go.com/ec922b6e3630bb40f525c38b768bb37c-15.png",
            "player_count": 3,
            "ranked": true
        }
    ]
}