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

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

{
    "count": 1971255,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=username&page=52",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=username&page=50",
    "results": [
        {
            "id": 1664832,
            "username": "여수 대광",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/f8ea6def4674697454d2326155fcc6d2?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1247.5520026173028,
                    "deviation": 180.82932075971001,
                    "volatility": 0.06000011179008768
                }
            },
            "ranking": 20.03725677893466,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1251459,
            "username": "연이 바둑",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/26980822b81e79acad63fb77a94b8dc4?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1352.7316284062606,
                    "deviation": 250.85531593005842,
                    "volatility": 0.05999897041996317
                }
            },
            "ranking": 21.911081286002794,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1834138,
            "username": "예준 할배",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/1a0cc541b35a667cdd5dffd3cdfbaf73?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1670064,
            "username": "올가 올가",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/b878ed69da83d608a999e27b15281e71?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 710.3615547953566,
                    "deviation": 250,
                    "volatility": 0.06
                }
            },
            "ranking": 7.000000000000001,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1532328,
            "username": "워웍 주챔",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/b6748a9400e70928d0f6000ff2ce66cc?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 469.70706763739645,
                    "deviation": 149.73217630475804,
                    "volatility": 0.06000242638636586
                }
            },
            "ranking": 5,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1971425,
            "username": "이게 뭐야",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/fb5cd5146b635d9584efdf3dd1e126ef?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 433.3753722229035,
                    "deviation": 139.79203950966726,
                    "volatility": 0.060014054216449335
                }
            },
            "ranking": 5,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1139170,
            "username": "좋은 하루",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/15ca76b2de7e3e518dc507b7d0577612?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 990903,
            "username": "차키 사키",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/79966bfb0327af232fedf2db3d088b21?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1060262,
            "username": "체스 만세",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/53be2cfeb95fe746417cd8e414b3aaf8?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1054274,
            "username": "초보 멈춰",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/b0ac20482ad43ef3c3b64bd26e6eaf76?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 957.277671829794,
                    "deviation": 151.59462244258435,
                    "volatility": 0.059998575539471403
                }
            },
            "ranking": 13.906094689763451,
            "professional": false,
            "ui_class": ""
        }
    ]
}