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

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

{
    "count": 2027669,
    "next": "https://online-go.com/api/v1/players?format=api&ordering=-upper_username&page=56",
    "previous": "https://online-go.com/api/v1/players?format=api&ordering=-upper_username&page=54",
    "results": [
        {
            "id": 541839,
            "username": "행복하자",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/6b853c1c900c2d179f64387452bac2a4?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1747457,
            "username": "행복충전",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/54ed2f6aa81ed7e19aa1edd1484b1d86?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1496.8661243481154,
                    "deviation": 204.89320645767515,
                    "volatility": 0.059998284124531884
                }
            },
            "ranking": 24.254965439603556,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1117404,
            "username": "행복의 열쇠",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/a2f62b307b006b10b67ab872fbe4caad?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 938959,
            "username": "행복바라기",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/d7c5b583e71460ba823fe32f1d2fb32d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1560477,
            "username": "행복만땅",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/787b72b6cb7f7f9fbfec90d67109c8ff?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": 1115477,
            "username": "햇살도서원",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/5e7c318c111950f38dbe465a272baf70?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 903616,
            "username": "햇빛마을",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/0ca708d24fb1e28c28d22cd0c5dbc14c?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1550.0227901434805,
                    "deviation": 302.17938749585545,
                    "volatility": 0.05999921968456599
                }
            },
            "ranking": 25.06280695981465,
            "professional": false,
            "ui_class": "provisional"
        },
        {
            "id": 1708034,
            "username": "햄버거 미식가",
            "country": "us",
            "icon": "https://user-uploads.online-go.com/5cc25b0b8f0bb39df6e6f64e0be0f7fe-64.png",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1078.762919039428,
                    "deviation": 60.84603572906789,
                    "volatility": 0.06014131202140598
                }
            },
            "ranking": 16.671980773734635,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 949019,
            "username": "핸섬냥이",
            "country": "kr",
            "icon": "https://secure.gravatar.com/avatar/f500be2c6778c1474764aa86e16927d5?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 2060.455362506378,
                    "deviation": 62.548135458779505,
                    "volatility": 0.06002090949227504
                }
            },
            "ranking": 31.65262516774176,
            "professional": false,
            "ui_class": ""
        },
        {
            "id": 1065715,
            "username": "핵이빨 수아레스",
            "country": "un",
            "icon": "https://secure.gravatar.com/avatar/549a8b3a0576526b8b5bf4681516ed0d?s=64&d=retro",
            "ratings": {
                "version": 5,
                "overall": {
                    "rating": 1500,
                    "deviation": 350,
                    "volatility": 0.06
                }
            },
            "ranking": 24.303382182144386,
            "professional": false,
            "ui_class": "provisional"
        }
    ]
}