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

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

{
    "count": 2027546,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=-username&page=50",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=-username&page=48",
    "results": [
        {
            "id": 559184,
            "username": "현정환",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/9c555b1bee90ddbb951d16eb032eca07?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1483.610877828725,
                    "deviation": 185.34609322459315,
                    "volatility": 0.059996330669939806
                }
            },
            "ranking": 24.04905143332627,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1693636,
            "username": "현재현",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5b1ce9e0f314a7630c911ba475a4402b?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 748755,
            "username": "현재원밀리",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/47411a57750475e67d631f27a32bf941?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1787.5113478790308,
                    "deviation": 62.77792539545945,
                    "volatility": 0.05999020380523834
                }
            },
            "ranking": 28.362948493727192,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 396475,
            "username": "현일신",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/a844f26ceb91191d8d0f89635e909919?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1210.02271463221,
                    "deviation": 264.33680782855015,
                    "volatility": 0.06000084969423133
                }
            },
            "ranking": 19.330160831901317,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1256725,
            "username": "현이 ms5040",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/51570a4e364c9d6f426dfb1d4151075b?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1661333,
            "username": "현월하",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/22f5775496d584ced851edfa74e26cab?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 920.5334492879327,
                    "deviation": 250,
                    "volatility": 0.06
                }
            },
            "ranking": 13.000000000000002,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1476814,
            "username": "현우형",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5860d0820de065721e89e4eff6278ee3?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1531.2498793451957,
                    "deviation": 319.58313552222444,
                    "volatility": 0.05999947158144235
                }
            },
            "ranking": 24.78071685678399,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 2007551,
            "username": "현실반영",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/e70df7ac7ed8b02d1929dd993ba6500b?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1351.5927199929783,
                    "deviation": 250.54767556670177,
                    "volatility": 0.05999897536537004
                }
            },
            "ranking": 21.891582344360053,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 736682,
            "username": "현수님",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/e0fae5cad88db6467768e39e5760925a?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1570.2936731149787,
                    "deviation": 147.83088699208128,
                    "volatility": 0.060005536380688236
                }
            },
            "ranking": 25.3635953882334,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1630680,
            "username": "현상기",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/ccb43bfa9716311860dcfcaf55f98e7b?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}