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

{
    "count": 1849064,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=-username&page=2&page_size=1",
    "previous": null,
    "results": [
        {
            "id": 528774,
            "username": "龠鳘鼷鼗璺",
            "country": "un",
            "icon": "https://b0c2ddc39d13e1c0ddad-93a52a5bc9e7cc06050c1a999beb3694.ssl.cf1.rackcdn.com/aa3d7c6db3bd6d73fbd58c50c58c718b-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500.0,
                    "deviation": 350.0,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}