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

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

{
    "related": {
        "challenge": "/api/v1/players190546/challenge",
        "games": "/api/v1/players190546/games",
        "ladders": "/api/v1/players190546/ladders",
        "tournaments": "/api/v1/players190546/tournaments",
        "groups": "/api/v1/players190546/groups",
        "icon": "/api/v1/players190546/icon"
    },
    "id": 190546,
    "username": "doc37",
    "professional": false,
    "ranking": 20.850590766555513,
    "country": "un",
    "language": "auto",
    "about": "",
    "supporter": true,
    "is_bot": false,
    "bot_ai": null,
    "bot_owner": null,
    "website": "",
    "registration_date": "2015-10-16T21:08:05.278415Z",
    "name": null,
    "timeout_provisional": false,
    "ratings": {
        "version": 5,
        "overall": {
            "rating": 1292.1615688705879,
            "deviation": 63.25931656565093,
            "volatility": 0.05875224790613603
        }
    },
    "is_friend": false,
    "aga_id": null,
    "ui_class": "supporter",
    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=128&d=retro"
}