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

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

{
    "count": 2027619,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=upper_username&page=55",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=upper_username&page=53",
    "results": [
        {
            "id": 627406,
            "username": "--00--vik-00",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/48e636ecf23794ad287afac04b7fc8f4?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1584.5597256082835,
                    "deviation": 192.75116804886926,
                    "volatility": 0.06000317889597716
                }
            },
            "ranking": 25.57296255972814,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 627612,
            "username": "--000--vik",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/b487918f7d5d7513a6fe851592fe553a?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1387.2922388765535,
                    "deviation": 222.9437641322428,
                    "volatility": 0.06000030496392282
                }
            },
            "ranking": 22.495105808732585,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 650689,
            "username": "--1",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/e343371d39edb61183ace816c0893c2e?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 661.9813335341491,
                    "deviation": 191.3262988303193,
                    "volatility": 0.06000126880211212
                }
            },
            "ranking": 5.367075069379268,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 625193,
            "username": "--1--vik--1--",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/1d962697413854d4faa6475919bea84d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1367.1561210181371,
                    "deviation": 229.95024686306937,
                    "volatility": 0.05999933605727985
                }
            },
            "ranking": 22.156628283081385,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 650691,
            "username": "--2",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/8f78ee7dd5b2492acfa4e98a90ed4ced?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 2435.5522839731675,
                    "deviation": 231.81459750924031,
                    "volatility": 0.0600101166455734
                }
            },
            "ranking": 35.52438241478343,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 650692,
            "username": "--3",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/710c9a372f374e6b6f171b4e8a464c0a?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1863.1994347069626,
                    "deviation": 209.45152337112572,
                    "volatility": 0.05999758251757797
                }
            },
            "ranking": 29.32299733221428,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 509813,
            "username": "--a-n-g--",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/498a867f3c64351ba025ecc5da6cd795?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1343.0788865679015,
                    "deviation": 250.06200504425505,
                    "volatility": 0.05999903922059899
                }
            },
            "ranking": 21.745296689998373,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 509810,
            "username": "--ang--",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/53819502e998d2096c34b93750e54867?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1021.0735175319206,
                    "deviation": 305.29274146888855,
                    "volatility": 0.06000542042595224
                }
            },
            "ranking": 15.3996475769349,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 348899,
            "username": "--Angel",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5a96c683e1980c094441f279243cb0de?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 505536,
            "username": "--angel--",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/f3095e3f694db9425131d4bd41561362?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1282.689519352474,
                    "deviation": 253.53396594922464,
                    "volatility": 0.059999699041287664
                }
            },
            "ranking": 20.68026718046974,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}