List and search players. Supports filtering by username, country, and other attributes.

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

{
    "count": 2028752,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=-username&page=95",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=-username&page=93",
    "results": [
        {
            "id": 865143,
            "username": "푸드원",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5741a9b2a7da4cb400b0a12f2cce3d8e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1577680,
            "username": "푸_가",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/4efb22255f119549e348edc6986a6434?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1855.0098110817776,
                    "deviation": 63.01065566154604,
                    "volatility": 0.05998557157331087
                }
            },
            "ranking": 29.221018083076654,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1215516,
            "username": "표정윤",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/e2c50d8a88507c7030c2645da2cad3e2?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1741103,
            "username": "표울_beginer",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/f40389e8e0c6ac35529846f2faa7a99b?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 844.808721023342,
                    "deviation": 205.36088411624766,
                    "volatility": 0.05999975477128019
                }
            },
            "ranking": 11.012732186250183,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1815426,
            "username": "표룡24",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/4092b9f237049c56f0e8e6de1b2bfbfd?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 250,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1539508,
            "username": "퐁당퐁당",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/2f62375ab54384269bda9d7d68aaef43?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 925.871730998517,
                    "deviation": 87.66368841686482,
                    "volatility": 0.059904626769110535
                }
            },
            "ranking": 13.133861805908499,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 541525,
            "username": "폴카2",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/e43c3ac2e0c94dcbf16763e4d41507d6?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1415.3402158721487,
                    "deviation": 186.2854866530245,
                    "volatility": 0.05999821039359183
                }
            },
            "ranking": 22.958478981190602,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 877106,
            "username": "폴워니",
            "country": "lk",
            "icon": "https://secure.gravatar.com/avatar/0c964e2ddb7dae20adbd1ed77061e973?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1432.2117238342541,
                    "deviation": 108.93152110583904,
                    "volatility": 0.06000628521195683
                }
            },
            "ranking": 23.23280583318498,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 857635,
            "username": "폴라리스",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/f843b9b7e98c2d3e6e1cf5cc89e13db5?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1841.372332717643,
                    "deviation": 159.70877087442784,
                    "volatility": 0.059997483369375104
                }
            },
            "ranking": 29.050197510795222,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1507764,
            "username": "폭풍전야",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/8c9ed18ab442695164525b74c0e39110?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1507.150776490121,
                    "deviation": 215.11558476910795,
                    "volatility": 0.059997641999628724
                }
            },
            "ranking": 24.41348027836161,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}