List tournament players or join/leave a tournament.

GET /api/v1/tournaments/59567/players?format=api&ordering=-net_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=-net_points&page=223",
    "results": [
        {
            "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
        },
        {
            "id": 372524,
            "player": {
                "id": 50726,
                "username": "Bissrok",
                "country": "us",
                "icon": "https://secure.gravatar.com/avatar/622eca3c054afbd3f8bb8e20c73bce73?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1073.1912871945535,
                        "deviation": 66.17955425395702,
                        "volatility": 0.05998094148863477
                    }
                },
                "ranking": 16.552105020758482,
                "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": 366189,
            "player": {
                "id": 505647,
                "username": "Camilo Mirt",
                "country": "ec",
                "icon": "https://secure.gravatar.com/avatar/938b2a0ea8cd4479f352de53ec78a437?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1389.8024610522586,
                        "deviation": 61.69429311518365,
                        "volatility": 0.05993054108905573
                    }
                },
                "ranking": 22.5369564947719,
                "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
        }
    ]
}