List tournament players or join/leave a tournament.

GET /api/v1/tournaments/59567/players?format=api&ordering=disqualified&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=disqualified&page=223",
    "results": [
        {
            "id": 366746,
            "player": {
                "id": 690689,
                "username": "DisplayedAim",
                "country": "au",
                "icon": "https://user-uploads.online-go.com/7f1ec81713a68172d2e53a1e092a6bf4-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 900.7089424621087,
                        "deviation": 66.26681894017621,
                        "volatility": 0.06002088988612297
                    }
                },
                "ranking": 12.495997389076603,
                "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": 366742,
            "player": {
                "id": 776921,
                "username": "rohan.kaul456",
                "country": "un",
                "icon": "https://secure.gravatar.com/avatar/45960eb98d209adea484e4517d3f897a?s=64&d=retro",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 880.535268503671,
                        "deviation": 89.68731507571692,
                        "volatility": 0.06000422060091904
                    }
                },
                "ranking": 11.971599309410477,
                "professional": false,
                "ui_class": "supporter"
            },
            "tournament": 59567,
            "points": "-2.00000",
            "net_points": "2.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": true,
            "resigned": false,
            "eliminated": false
        },
        {
            "id": 366741,
            "player": {
                "id": 743973,
                "username": "Tilforeverfallsapart",
                "country": "th",
                "icon": "https://user-uploads.online-go.com/8257000e003d956e59cb0c9cdc3282fa-64.png",
                "ratings": {
                    "version": 5,
                    "overall": {
                        "rating": 1105.5679500546823,
                        "deviation": 82.1240589534962,
                        "volatility": 0.05999733822569754
                    }
                },
                "ranking": 17.24018005932385,
                "professional": false,
                "ui_class": ""
            },
            "tournament": 59567,
            "points": "-3.00000",
            "net_points": "1.00000",
            "sos": "0.00000",
            "sodos": "0.00000",
            "rank": 0,
            "disqualified": true,
            "resigned": false,
            "eliminated": false
        }
    ]
}