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

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

{
    "count": 2027520,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=username&page=49",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=username&page=47",
    "results": [
        {
            "id": 1539163,
            "username": "- Kūhaku-",
            "country": "tw",
            "icon": "https://secure.gravatar.com/avatar/720e2184aad5dd131d40bfce8ff8dd3e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1257.537872403031,
                    "deviation": 255.31527749120235,
                    "volatility": 0.06000003699605998
                }
            },
            "ranking": 20.221820304823105,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 529466,
            "username": "- Leafy -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/02ee1775a313c2eb44f4ea56e831f56d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1311.0174572444953,
                    "deviation": 249.36004272044957,
                    "volatility": 0.059999330254434484
                }
            },
            "ranking": 21.185966432924836,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 100999,
            "username": "- Lucifer -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/6faabe3927929719a6063a31774030c4?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1221.7509056637628,
                    "deviation": 262.13042994116995,
                    "volatility": 0.06000063759515082
                }
            },
            "ranking": 19.553462643601442,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 101003,
            "username": "- Lucifer-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/43430f697dd40ba87ea732c26f1567d3?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1419.6374726380345,
                    "deviation": 229.28218212671072,
                    "volatility": 0.06000544487450443
                }
            },
            "ranking": 23.028660535510888,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1385973,
            "username": "- MP",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/62a1cd1954c44dd70318a033b1128839?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 522170,
            "username": "- Ryōshi -",
            "country": "_NATO",
            "icon": "https://secure.gravatar.com/avatar/65fd2f552b1ba94969514f0d666e890e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1207.917953131768,
                    "deviation": 151.83951422246201,
                    "volatility": 0.059998778463277606
                }
            },
            "ranking": 19.289857741183088,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1015766,
            "username": "- S K Y -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/19627ad4e69081ce06b7a2ab48628ee8?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1002.6523240912206,
                    "deviation": 271.05252897144635,
                    "volatility": 0.06000384267753375
                }
            },
            "ranking": 14.978184947771558,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1162465,
            "username": "- Sai",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/9047b191cabe0ba76e57677ab8436646?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 655.2315962181219,
                    "deviation": 110.27668893873341,
                    "volatility": 0.06000688032785757
                }
            },
            "ranking": 5.129819902778802,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 622792,
            "username": "- Sergo -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/b651e3e6092fcdfd504f0e3a31a1e92e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1532.4018352963694,
                    "deviation": 93.5072268121011,
                    "volatility": 0.059995840581773575
                }
            },
            "ranking": 24.798126003782652,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 522158,
            "username": "- The  Hungarian -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5c29577ec89c0f396ee5d751c98569e6?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1213.776284648025,
                    "deviation": 141.03704626497617,
                    "volatility": 0.05999716050311963
                }
            },
            "ranking": 19.40186249970271,
            "professional": false,
            "ui_class": ""
        }
    ]
}