Retrieve, update, or delete a player's profile information.

GET /api/v1/players/1120974/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "related": {
        "challenge": "/api/v1/players1120974/challenge",
        "games": "/api/v1/players1120974/games",
        "ladders": "/api/v1/players1120974/ladders",
        "tournaments": "/api/v1/players1120974/tournaments",
        "groups": "/api/v1/players1120974/groups",
        "icon": "/api/v1/players1120974/icon"
    },
    "id": 1120974,
    "username": "Artems other cat",
    "professional": false,
    "ranking": 28.04176882239242,
    "country": "ua",
    "language": "auto",
    "about": "",
    "supporter": false,
    "is_bot": false,
    "bot_ai": null,
    "bot_owner": null,
    "website": "",
    "registration_date": "2022-02-14T16:22:27.253365Z",
    "name": null,
    "timeout_provisional": false,
    "ratings": {
        "version": 5,
        "overall": {
            "rating": 1762.88292080184,
            "deviation": 73.84847818301249,
            "volatility": 0.060197101887581074
        }
    },
    "is_friend": false,
    "aga_id": null,
    "ui_class": "",
    "icon": "https://user-uploads.online-go.com/2a1891bbbbd622cd7c582af603b9cbab-128.png"
}