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

{
    "count": 57621,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclude_provisional&page=5762",
    "results": [
        {
            "id": 59792,
            "name": "Colin and mateo and leo join the touranment",
            "director": {
                "id": 729505,
                "username": "alexthelegend",
                "country": "us",
                "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/931ed75fe0f03081ab93ef90afda81e2-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1549.4444277411185,
                        "deviation": 64.74730919024559,
                        "volatility": 0.0598294841006223
                    }
                },
                "ranking": 25.054167352534517,
                "professional": false,
                "ui_class": ""
            },
            "description": "this is a cool tournament",
            "schedule": null,
            "title": null,
            "tournament_type": "swiss",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 20,
            "time_control_parameters": {
                "system": "fischer",
                "time_control": "fischer",
                "speed": "live",
                "pause_on_weekends": false,
                "time_increment": 20,
                "initial_time": 50,
                "max_time": 50
            },
            "is_open": true,
            "exclude_provisional": false,
            "group": {
                "id": 4796,
                "name": "The 10 dan pro",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": false,
                "member_count": 10,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2020-04-28T21:11:00Z",
            "players_start": 3,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 5,
            "max_ranking": 38,
            "analysis_enabled": true,
            "exclusivity": "open",
            "started": "2020-04-28T21:11:41.297417Z",
            "ended": "2020-04-28T21:23:49.215012Z",
            "start_waiting": "2020-04-28T21:11:40.613416Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 5
        }
    ]
}