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

{
    "count": 58841,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-exclusivity&page=5884",
    "results": [
        {
            "id": 28929,
            "name": "Первый турнир",
            "director": {
                "id": 459837,
                "username": "NikitaKopylov",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/b0887d5be0033490f59cd95f0182b232?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1022.103283801092,
                        "deviation": 97.47339144508419,
                        "volatility": 0.059997175356005364
                    }
                },
                "ranking": 15.422982895869893,
                "professional": false,
                "ui_class": ""
            },
            "description": "Описание)",
            "schedule": null,
            "title": null,
            "tournament_type": "roundrobin",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 0,
            "time_control_parameters": {
                "time_control": "none",
                "speed": "correspondence",
                "system": "none",
                "pause_on_weekends": false
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": {
                "id": 1705,
                "name": "FamilyGameGroup",
                "summary": "",
                "require_invitation": false,
                "is_public": false,
                "admin_only_tournaments": false,
                "hide_details": true,
                "member_count": 5,
                "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg"
            },
            "auto_start_on_max": false,
            "time_start": "2017-07-27T20:00:00Z",
            "players_start": 5,
            "first_pairing_method": "slide",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "group",
            "started": "2017-07-30T07:47:51.377741Z",
            "ended": "2017-08-11T19:24:43.698689Z",
            "start_waiting": "2017-07-30T07:47:50.988338Z",
            "board_size": 9,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/default-group-v5.svg",
            "player_count": 2,
            "ranked": true
        }
    ]
}