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

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

{
    "count": 2027458,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=username&page=46",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=username&page=44",
    "results": [
        {
            "id": 521527,
            "username": "+tor+",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/7fc4998a86c82d0fd1e5f41c9d6aa88d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1270.136918023304,
                    "deviation": 253.56894490240282,
                    "volatility": 0.05999985164094716
                }
            },
            "ranking": 20.45260182997222,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 505531,
            "username": "+v-i-k+",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/f3de955a775e122b4065ab9c827896af?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1280.2164926920336,
                    "deviation": 252.0755749797755,
                    "volatility": 0.05999970835204312
                }
            },
            "ranking": 20.63559087576824,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 502748,
            "username": "+vik+",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/45324a46361153104baf4027c6e74a9c?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1479.5304220402265,
                    "deviation": 241.65890276561666,
                    "volatility": 0.05999790892255647
                }
            },
            "ranking": 23.985293008293667,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 505149,
            "username": "+vik=",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/60ac51b1eedf594e08dabede857e18f8?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1377.6513931433092,
                    "deviation": 264.8395381909171,
                    "volatility": 0.05999898377423121
                }
            },
            "ranking": 22.333665640018783,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 443277,
            "username": ",,,",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/2813de062cf7540163c4fecb01235d86?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1479.2599095529852,
                    "deviation": 204.96034624702096,
                    "volatility": 0.0599987343617849
                }
            },
            "ranking": 23.98105995127018,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 489533,
            "username": ",,,!!!",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/6f707e600e5d71cb54ec934499314674?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 237333,
            "username": ",.;;.;..:;__",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/ab77d271f2ce5d974d4ed90afe20320e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1821.1755858731296,
                    "deviation": 151.78095706731858,
                    "volatility": 0.060001883395741154
                }
            },
            "ranking": 28.794878296327507,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 101456,
            "username": ",Anubis,",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/ae32282a706343d7ec821c9130927612?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1367.1386683921146,
                    "deviation": 226.28448533339528,
                    "volatility": 0.06000396376462335
                }
            },
            "ranking": 22.156332756575612,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 517497,
            "username": ",hjkgkuydjtrq",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/32b477609b0b63040a6eea565c6dd60a?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1613.5776260337443,
                    "deviation": 259.65342793280047,
                    "volatility": 0.059998853988378266
                }
            },
            "ranking": 25.993071364626616,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 471709,
            "username": ",hjvnhjd",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/a16d835f521ad4443b6e4586e669bf98?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1431.5881179342919,
                    "deviation": 112.81256443039804,
                    "volatility": 0.060000130279087946
                }
            },
            "ranking": 23.222723790018595,
            "professional": false,
            "ui_class": ""
        }
    ]
}