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

{
    "related": {
        "challenge": "/api/v1/players123118/challenge",
        "games": "/api/v1/players123118/games",
        "ladders": "/api/v1/players123118/ladders",
        "tournaments": "/api/v1/players123118/tournaments",
        "groups": "/api/v1/players123118/groups",
        "icon": "/api/v1/players123118/icon"
    },
    "id": 123118,
    "username": "tamgeorg",
    "professional": false,
    "ranking": 25.63503522673946,
    "country": "un",
    "language": "auto",
    "about": "",
    "supporter": false,
    "is_bot": false,
    "bot_ai": null,
    "bot_owner": null,
    "website": "",
    "registration_date": "2015-01-05T20:49:19.398713Z",
    "name": null,
    "timeout_provisional": false,
    "ratings": {
        "version": 5,
        "overall": {
            "rating": 1588.8141459455605,
            "deviation": 60.82943727907338,
            "volatility": 0.05984728194413798
        }
    },
    "is_friend": false,
    "aga_id": null,
    "ui_class": "",
    "icon": "https://secure.gravatar.com/avatar/45f84efbcf1058f950231710dbda828d?s=128&d=retro"
}