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

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

{
    "count": 2027535,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=upper_username&page=50",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=upper_username&page=48",
    "results": [
        {
            "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": ""
        },
        {
            "id": 622297,
            "username": "- The Best -",
            "country": "un",
            "icon": "https://user-uploads.online-go.com/d893a4f1e526aa636587ff6bcc9a8fd6-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1458.5818220821516,
                    "deviation": 88.88909078799003,
                    "volatility": 0.059996606128472525
                }
            },
            "ranking": 23.655170625735945,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1885893,
            "username": "- The Epic -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/06df7608f58c596bcee2698209cdf828?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1589.027173010347,
                    "deviation": 181.96757499068246,
                    "volatility": 0.059995899325946754
                }
            },
            "ranking": 25.63813895412055,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 622431,
            "username": "- The One -",
            "country": "un",
            "icon": "https://user-uploads.online-go.com/85064d98dce73dcbca6e948714a8c47c-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1529.220940271263,
                    "deviation": 96.46777933498424,
                    "volatility": 0.0600026412737171
                }
            },
            "ranking": 24.75002226813337,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 124296,
            "username": "- Then -",
            "country": "_Starfleet",
            "icon": "https://secure.gravatar.com/avatar/6f8cc45bcf514a9708e7086b4c21a2f3?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1570.6274695246063,
                    "deviation": 95.04609810719049,
                    "volatility": 0.06000260894424126
                }
            },
            "ranking": 25.368515847271397,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 301782,
            "username": "- vky -",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/0ae0193f3a5c7b21910becad710d6ac3?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1505.8188515917707,
                    "deviation": 176.71159712685758,
                    "volatility": 0.060000591093637465
                }
            },
            "ranking": 24.393012721624256,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 778401,
            "username": "- w e o -",
            "country": "019",
            "icon": "https://user-uploads.online-go.com/12dddf1b5b0f0505479142ddf2aac6bb-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1471.032211699552,
                    "deviation": 63.08920839543422,
                    "volatility": 0.06000675031477906
                }
            },
            "ranking": 23.851939382009537,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 509202,
            "username": "- ̗̀clam ̖́-",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/a19acb58b601bac8c6a1afe031dfb454?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1262925,
            "username": "- ヤコブ -",
            "country": "eu",
            "icon": "https://user-uploads.online-go.com/627ff5bb2c8ba08e4e9a76b78303a95f-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1141.0921253114536,
                    "deviation": 60.54067158053822,
                    "volatility": 0.05996330926159547
                }
            },
            "ranking": 17.972336395566646,
            "professional": false,
            "ui_class": ""
        }
    ]
}