GET /api/v1/players?format=api&username=Nealo
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 414247,
            "username": "Nealo",
            "country": "_Klingon",
            "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/49d1118f9ed64c8cba93995915666bdf-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1717.0468051749758,
                    "deviation": 62.21874023989395,
                    "volatility": 0.05995371674355815
                }
            },
            "ranking": 27.43189015787563,
            "professional": false,
            "ui_class": "supporter"
        }
    ]
}