List tournament players or join/leave a tournament.

GET /api/v1/tournaments/59567/players?format=api&ordering=resigned&page=224
HTTP 200 OK
Allow: GET, POST, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2233,
    "next": null,
    "previous": "https://online-go.com/api/v1/tournaments/59567/players?format=api&ordering=resigned&page=223",
    "results": [
        {
            "id": 371104,
            "player": {
                "id": 574755,
                "username": "kimusc",
                "country": "_GoT_Stark",
                "icon": "https://user-uploads.online-go.com/78b39aaa0ca5f4722f5720e83c282b9d-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1693.919773548644,
                        "deviation": 66.34341295218827,
                        "volatility": 0.060028283746873676
                    }
                },
                "ranking": 27.11796214117645,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "3.00000",
            "net_points": "7.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": false,
            "resigned": true,
            "eliminated": false
        },
        {
            "id": 373015,
            "player": {
                "id": 611899,
                "username": "ClubS",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/42e51068f40ffb8349aac341e4c527a8?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1833.9060235733482,
                        "deviation": 74.80509717371679,
                        "volatility": 0.05998101156802573
                    }
                },
                "ranking": 28.956139168699476,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "2.00000",
            "net_points": "4.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": false,
            "resigned": true,
            "eliminated": false
        },
        {
            "id": 373011,
            "player": {
                "id": 612660,
                "username": "FreemanNorman",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/48a27e9c55e6134ea8eb4e3afc47140f?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1848.7524572981695,
                        "deviation": 64.723348285971,
                        "volatility": 0.05999076287077635
                    }
                },
                "ranking": 29.142796065886973,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "4.00000",
            "net_points": "6.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": false,
            "resigned": true,
            "eliminated": false
        }
    ]
}