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

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

{
    "count": 2027559,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=username&page=51",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=username&page=49",
    "results": [
        {
            "id": 521525,
            "username": "-!tor!-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/143c88235e775b066aa63e4237229f21?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1349.595748347085,
                    "deviation": 250.4068957594052,
                    "volatility": 0.05999898962458094
                }
            },
            "ranking": 21.857353039321417,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 521502,
            "username": "-(((tor)))-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/699b7593119342280d3a96a0779b5624?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1296.015028989622,
                    "deviation": 250.4809704879366,
                    "volatility": 0.05999950520269951
                }
            },
            "ranking": 20.919525527611647,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 306144,
            "username": "-(sai)-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/115e2d54cc6ad4d23a864c9478aa4e84?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 521521,
            "username": "-(tor)-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/35fd19fbe470f0cb5581884fa700610f?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1052.2546469939934,
                    "deviation": 298.35058555086715,
                    "volatility": 0.060004523421880576
                }
            },
            "ranking": 16.096013533967383,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 383575,
            "username": "-(x_x)-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/082490ffe4ddc09363048cf55bb92820?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 444288,
            "username": "-+-Hunter Smathers-+-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/9b710e2ffb6e7a7cf307d7f59f596450?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 505530,
            "username": "-+vik+-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/3d8cbe507b32db669c281ec6a806a825?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1297.1142276346247,
                    "deviation": 252.9156401407004,
                    "volatility": 0.05999952629642491
                }
            },
            "ranking": 20.939151583729675,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 143163,
            "username": "---",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/2feb2e5d5be87b7b27ab776b3fa55d2d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1148.4763125059199,
                    "deviation": 197.42653841998217,
                    "volatility": 0.059998147959218616
                }
            },
            "ranking": 18.121661066038268,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 317411,
            "username": "----",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/66e49476ba8312c5480f2f1eec2eb9e8?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 503436,
            "username": "-----",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/c93712f4ab06e64e1083ccd4d9e7662d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 2060.85554496233,
                    "deviation": 96.86117264481067,
                    "volatility": 0.05999111051637448
                }
            },
            "ranking": 31.65712093333305,
            "professional": false,
            "ui_class": ""
        }
    ]
}