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

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

{
    "count": 2026511,
    "next": "https://online-go.com/api/v1/players?format=api&page=9",
    "previous": "https://online-go.com/api/v1/players?format=api&page=7",
    "results": [
        {
            "id": 164467,
            "username": "# Sam #",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/9997b8fdafd09e5245953c3c1a7c12ab?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1267.5757215822218,
                    "deviation": 254.21886850537896,
                    "volatility": 0.05999989267188546
                }
            },
            "ranking": 20.405873357396494,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 455326,
            "username": "# Y = MX + C",
            "country": "cn",
            "icon": "https://secure.gravatar.com/avatar/2e0c9d16a3d28f8999349f8f25ceb5a3?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 759.0517650541057,
                    "deviation": 91.24633121270487,
                    "volatility": 0.06000083572074318
                }
            },
            "ranking": 8.534750182125526,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 405366,
            "username": "###",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/22013fcd16c11ea51c9ef35a8ae4b036?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1227.5789573119607,
                    "deviation": 65.778777775968,
                    "volatility": 0.059971354322119266
                }
            },
            "ranking": 19.66363126753702,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 465491,
            "username": "####",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/73d010ebac8db2f2769702a817e83e3f?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 600.6574296503582,
                    "deviation": 81.04393881947111,
                    "volatility": 0.06009221408717918
                }
            },
            "ranking": 5,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 388879,
            "username": "#########",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/1e0e557e935363ecc58c95516ffa444f?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1715.4972127308602,
                    "deviation": 65.8749413094891,
                    "volatility": 0.06002304311637457
                }
            },
            "ranking": 27.410988420079335,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 523329,
            "username": "###vk",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/565862dd7609202a76adf655c8727f44?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1319.4789369272908,
                    "deviation": 248.967327082071,
                    "volatility": 0.059999240223685406
                }
            },
            "ranking": 21.334899486549663,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 523049,
            "username": "###vk###",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/70012f3dafe7a2915b6fe372cfc651e9?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1255.0794378419732,
                    "deviation": 255.80922718356928,
                    "volatility": 0.06000007631016664
                }
            },
            "ranking": 20.176518715903857,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 523327,
            "username": "##vk",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/75ed38eea8a0bd46be1cd79804508316?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1355.2422677968477,
                    "deviation": 251.40747140821514,
                    "volatility": 0.0599989580671338
                }
            },
            "ranking": 21.954007341255135,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 523328,
            "username": "##vk#",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/2f31b78ee880543aeb1e40db87492fc0?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1263.7132570692436,
                    "deviation": 254.47454565246665,
                    "volatility": 0.059999945258864776
                }
            },
            "ranking": 20.335224669217055,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 523047,
            "username": "##vk##",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/73eef156cf41b294f2afddd707ed529d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1353.4257980738207,
                    "deviation": 251.29447064232764,
                    "volatility": 0.05999897086830787
                }
            },
            "ranking": 21.92295792555025,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}