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

{
    "count": 53491,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/?format=api&ordering=-time_start&page=5349",
    "results": [
        {
            "id": 3507,
            "name": "Sitewide December 2014 Single Elimination Tournament",
            "director": {
                "id": 784,
                "username": "mlopezviedma",
                "country": "ar",
                "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/3e911828e4e25e61f8faede9d9277323-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1551.1128039588273,
                        "deviation": 62.848517860878346,
                        "volatility": 0.05973761938598943
                    }
                },
                "ranking": 25.079080882768825,
                "professional": false,
                "ui_class": "supporter moderator"
            },
            "description": "### This tournament is for you to test the single elimination tournament type. Enjoy :)",
            "schedule": null,
            "title": null,
            "tournament_type": "elimination",
            "handicap": 0,
            "rules": "japanese",
            "time_per_move": 36,
            "time_control_parameters": {
                "time_control": "byoyomi",
                "period_time": 30,
                "main_time": 600,
                "periods": 3
            },
            "is_open": true,
            "exclude_provisional": true,
            "group": null,
            "auto_start_on_max": false,
            "time_start": "2014-12-18T15:10:00Z",
            "players_start": 4,
            "first_pairing_method": "slaughter",
            "subsequent_pairing_method": "slaughter",
            "min_ranking": 0,
            "max_ranking": 36,
            "analysis_enabled": false,
            "exclusivity": "open",
            "started": "2014-12-18T15:10:01.588972Z",
            "ended": "2014-12-18T16:18:42.325312Z",
            "start_waiting": "2014-12-18T15:10:01.395738Z",
            "board_size": 19,
            "active_round": null,
            "icon": "https://cdn.online-go.com/5.1/img/trophies/gold_title_19.png",
            "player_count": 5
        }
    ]
}