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

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

{
    "related": {
        "challenge": "/api/v1/players1845696/challenge",
        "games": "/api/v1/players1845696/games",
        "ladders": "/api/v1/players1845696/ladders",
        "tournaments": "/api/v1/players1845696/tournaments",
        "groups": "/api/v1/players1845696/groups",
        "icon": "/api/v1/players1845696/icon"
    },
    "id": 1845696,
    "username": "marinakai",
    "professional": false,
    "ranking": 5,
    "country": "_LGBT",
    "language": "auto",
    "about": "",
    "supporter": true,
    "is_bot": false,
    "bot_ai": null,
    "bot_owner": null,
    "website": "",
    "registration_date": "2025-08-30T05:31:17.107538Z",
    "name": null,
    "timeout_provisional": false,
    "ratings": {
        "version": 5,
        "overall": {
            "rating": 547.5386124202785,
            "deviation": 63.17333128916392,
            "volatility": 0.06001572162307104
        }
    },
    "is_friend": false,
    "aga_id": null,
    "ui_class": "supporter",
    "icon": "https://secure.gravatar.com/avatar/d59a2eaeece35755bcc7e0d8842b34ea?s=128&d=retro"
}