List tournament players or join/leave a tournament.

GET /api/v1/tournaments/59567/players?format=api&ordering=-points&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=-points&page=223",
    "results": [
        {
            "id": 353497,
            "player": {
                "id": 485271,
                "username": "RyukBaduk",
                "country": "_GoT_Tully",
                "icon": "https://user-uploads.online-go.com/2aabf09856a41e8e9248d4dfc4bcc60e-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1400.5931119029472,
                        "deviation": 64.6436221001988,
                        "volatility": 0.060000140023822056
                    }
                },
                "ranking": 22.71600265928813,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "-4.00000",
            "net_points": "0.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": true,
            "resigned": false,
            "eliminated": false
        },
        {
            "id": 366115,
            "player": {
                "id": 748223,
                "username": "失乡骑士",
                "country": "_United_Federation_of_Planets",
                "icon": "https://user-uploads.online-go.com/0281389112c7c92d7500bfef242109bd-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1031.6408763851277,
                        "deviation": 69.12693885060409,
                        "volatility": 0.060004363449249754
                    }
                },
                "ranking": 15.638001747682736,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "-4.00000",
            "net_points": "0.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": true,
            "resigned": false,
            "eliminated": false
        },
        {
            "id": 372530,
            "player": {
                "id": 749995,
                "username": "hergenjs",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/756e169b68a76e9132a7c97b06555fde?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1547.3345302680987,
                        "deviation": 77.26011355346039,
                        "volatility": 0.06000130718155019
                    }
                },
                "ranking": 25.022622231154863,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "-4.00000",
            "net_points": "0.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": true,
            "resigned": false,
            "eliminated": false
        }
    ]
}