List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/58441/games?format=api&page=101",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&page=99",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/16270228"
            },
            "players": {
                "black": {
                    "id": 426925,
                    "username": "λx.Sx",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/9743721fd20fcdfbfc1b180b82fb2138-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1516.282955584643,
                            "deviation": 62.442288581158756,
                            "volatility": 0.05980637424187217
                        }
                    },
                    "ranking": 24.553328284098754,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 16270228,
            "name": "onward to 10k",
            "creator": 426925,
            "mode": "game",
            "source": "play",
            "black": 426925,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.50",
            "time_control": "simple",
            "black_player_rank": 15,
            "black_player_rating": "675.373",
            "white_player_rank": 15,
            "white_player_rating": "621.969",
            "time_per_move": 20,
            "time_control_parameters": "{\"time_control\": \"simple\", \"speed\": \"live\", \"system\": \"simple\", \"pause_on_weekends\": false, \"per_move\": 20}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "1.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2019-01-24T13:19:25.818331Z",
            "ended": "2019-01-24T13:23:32.207410Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 426925,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1637.36572265625,
                            "deviation": 61.907405853271484,
                            "volatility": 0.05994435027241707
                        }
                    },
                    "username": "λx.Sx",
                    "country": "_Pirate",
                    "ranking": 24.553328284098754,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/9743721fd20fcdfbfc1b180b82fb2138-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1568.5120849609375,
                            "deviation": 77.83300018310547,
                            "volatility": 0.09525509178638458
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/11309933"
            },
            "players": {
                "black": {
                    "id": 240736,
                    "username": "xtang98",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/149493f7ec9ddc701b926f8c1ae88119?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1588.0141640002175,
                            "deviation": 66.2171071551923,
                            "volatility": 0.05996724281085157
                        }
                    },
                    "ranking": 25.623376061925196,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 11309933,
            "name": "Friendly Match",
            "creator": 240736,
            "mode": "game",
            "source": "play",
            "black": 240736,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.50",
            "time_control": "simple",
            "black_player_rank": 15,
            "black_player_rating": "650.000",
            "white_player_rank": 18,
            "white_player_rating": "986.192",
            "time_per_move": 120,
            "time_control_parameters": "{\"time_control\": \"simple\", \"speed\": \"live\", \"system\": \"simple\", \"pause_on_weekends\": false, \"per_move\": 120}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2018-01-17T07:36:31.443744Z",
            "ended": "2018-01-17T07:41:26.514166Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 240736,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1561.9326171875,
                            "deviation": 70.22777557373047,
                            "volatility": 0.059989411383867264
                        }
                    },
                    "username": "xtang98",
                    "country": "un",
                    "ranking": 25.623376061925196,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/149493f7ec9ddc701b926f8c1ae88119?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1613.85791015625,
                            "deviation": 67.69607543945312,
                            "volatility": 0.06784019619226456
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/16270769"
            },
            "players": {
                "black": {
                    "id": 521454,
                    "username": "SingleEye",
                    "country": "be",
                    "icon": "https://user-uploads.online-go.com/5daca5b33ee768aa7eed73d772e31b8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 969.8276077363683,
                            "deviation": 60.625277413592094,
                            "volatility": 0.06004508766064046
                        }
                    },
                    "ranking": 14.207619600310904,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 16270769,
            "name": "Partie amicale",
            "creator": 521454,
            "mode": "game",
            "source": "play",
            "black": 521454,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 2,
            "komi": "-4.50",
            "time_control": "byoyomi",
            "black_player_rank": 15,
            "black_player_rating": "638.583",
            "white_player_rank": 16,
            "white_player_rating": "785.612",
            "time_per_move": 58,
            "time_control_parameters": "{\"period_time\": 45, \"speed\": \"live\", \"system\": \"byoyomi\", \"pause_on_weekends\": false, \"time_control\": \"byoyomi\", \"periods\": 3, \"main_time\": 1200}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "0.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-01-24T14:21:05.722717Z",
            "ended": "2019-01-24T14:25:07.892995Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 521454,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1373.652099609375,
                            "deviation": 61.57205581665039,
                            "volatility": 0.0599900558590889
                        }
                    },
                    "username": "SingleEye",
                    "country": "be",
                    "ranking": 14.207619600310904,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/5daca5b33ee768aa7eed73d772e31b8c-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1559.9150390625,
                            "deviation": 77.45655059814453,
                            "volatility": 0.0952552780508995
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/11309917"
            },
            "players": {
                "black": {
                    "id": 436399,
                    "username": "1000201848",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0886343e2261bc5a61dcbdb87f979618?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1711.2146412324378,
                            "deviation": 62.83438061474772,
                            "volatility": 0.06049976912282103
                        }
                    },
                    "ranking": 27.353124446666833,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 11309917,
            "name": "Friendly Match",
            "creator": 436399,
            "mode": "game",
            "source": "play",
            "black": 436399,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 17,
            "black_player_rating": "876.538",
            "white_player_rank": 18,
            "white_player_rating": "986.192",
            "time_per_move": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"pause_on_weekends\": false, \"time_control\": \"fischer\", \"initial_time\": 120, \"max_time\": 300, \"time_increment\": 30, \"speed\": \"live\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "29.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2018-01-17T07:34:06.103213Z",
            "ended": "2018-01-17T07:52:58.971914Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 436399,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1673.8028564453125,
                            "deviation": 62.87028121948242,
                            "volatility": 0.060301609337329865
                        }
                    },
                    "username": "1000201848",
                    "country": "un",
                    "ranking": 27.353124446666833,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0886343e2261bc5a61dcbdb87f979618?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1609.4305419921875,
                            "deviation": 67.3306655883789,
                            "volatility": 0.06784098595380783
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/11313684"
            },
            "players": {
                "black": {
                    "id": 461688,
                    "username": "edgogo",
                    "country": "fr",
                    "icon": "https://secure.gravatar.com/avatar/b07eb03a6733b83c74b4b85a98f708a8?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1192.0496398165064,
                            "deviation": 63.364422054151426,
                            "volatility": 0.06008709956866749
                        }
                    },
                    "ranking": 18.983722935328867,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 11313684,
            "name": "Partie amicale",
            "creator": 461688,
            "mode": "game",
            "source": "play",
            "black": 461688,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 2,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 11,
            "black_player_rating": "284.164",
            "white_player_rank": 19,
            "white_player_rating": "1048.999",
            "time_per_move": 30,
            "time_control_parameters": "{\"period_time\": 30, \"speed\": \"live\", \"system\": \"byoyomi\", \"pause_on_weekends\": false, \"time_control\": \"byoyomi\", \"periods\": 10, \"main_time\": 30}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "10.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2018-01-17T15:58:33.004347Z",
            "ended": "2018-01-17T16:01:02.364647Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 461688,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1357.193359375,
                            "deviation": 61.7039794921875,
                            "volatility": 0.05996309220790863
                        }
                    },
                    "username": "edgogo",
                    "country": "fr",
                    "ranking": 18.983722935328867,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b07eb03a6733b83c74b4b85a98f708a8?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1643.0341796875,
                            "deviation": 66.04376220703125,
                            "volatility": 0.06786388903856277
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/11310056"
            },
            "players": {
                "black": {
                    "id": 449026,
                    "username": "YDL",
                    "country": "tw",
                    "icon": "https://secure.gravatar.com/avatar/d7558aa45898a55e2ba2a7d6f378e979?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1463.8932846298917,
                            "deviation": 70.90343581179371,
                            "volatility": 0.0599810704495149
                        }
                    },
                    "ranking": 23.73931881442917,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 11310056,
            "name": "友谊对局",
            "creator": 449026,
            "mode": "game",
            "source": "play",
            "black": 449026,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 17,
            "black_player_rating": "851.997",
            "white_player_rank": 18,
            "white_player_rating": "950.052",
            "time_per_move": 66,
            "time_control_parameters": "{\"system\": \"fischer\", \"pause_on_weekends\": false, \"time_control\": \"fischer\", \"initial_time\": 600, \"max_time\": 600, \"time_increment\": 60, \"speed\": \"live\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2018-01-17T08:01:16.233082Z",
            "ended": "2018-01-17T08:20:35.321197Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 449026,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1413.939208984375,
                            "deviation": 70.38863372802734,
                            "volatility": 0.0599672868847847
                        }
                    },
                    "username": "YDL",
                    "country": "tw",
                    "ranking": 23.73931881442917,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d7558aa45898a55e2ba2a7d6f378e979?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1602.5836181640625,
                            "deviation": 67.07313537597656,
                            "volatility": 0.06784620136022568
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/16272112"
            },
            "players": {
                "black": {
                    "id": 453853,
                    "username": "Patatrac",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/bda45319848acc633986426343d02a67?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1580.203790677219,
                            "deviation": 64.06691372509897,
                            "volatility": 0.05998462947082467
                        }
                    },
                    "ranking": 25.509235866208332,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 16272112,
            "name": "Partie amicale",
            "creator": 453853,
            "mode": "game",
            "source": "play",
            "black": 453853,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 1,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 19,
            "black_player_rating": "1011.122",
            "white_player_rank": 17,
            "white_player_rating": "811.851",
            "time_per_move": 46,
            "time_control_parameters": "{\"period_time\": 30, \"speed\": \"live\", \"system\": \"byoyomi\", \"pause_on_weekends\": false, \"time_control\": \"byoyomi\", \"periods\": 10, \"main_time\": 1500}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-01-24T16:30:38.555281Z",
            "ended": "2019-01-24T16:35:42.347293Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 453853,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1571.0284423828125,
                            "deviation": 63.12838363647461,
                            "volatility": 0.06000678986310959
                        }
                    },
                    "username": "Patatrac",
                    "country": "un",
                    "ranking": 25.509235866208332,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/bda45319848acc633986426343d02a67?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1580.1790771484375,
                            "deviation": 78.74032592773438,
                            "volatility": 0.09525737911462784
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/2122935"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 152180,
                    "username": "SmartFish",
                    "country": "cn",
                    "icon": "https://secure.gravatar.com/avatar/48fc03fef219d33dd99d17d2baa12195?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1817.1833680940376,
                            "deviation": 78.29244520024967,
                            "volatility": 0.05947087151211231
                        }
                    },
                    "ranking": 28.74407523931983,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 2122935,
            "name": "Friendly Match",
            "creator": 152180,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 152180,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 19,
            "black_player_rating": "1081.380",
            "white_player_rank": 25,
            "white_player_rating": "1613.970",
            "time_per_move": 36,
            "time_control_parameters": "{\"time_control\": \"byoyomi\", \"period_time\": 30, \"main_time\": 600, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "38.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2015-05-29T04:22:17.580177Z",
            "ended": "2015-05-29T04:31:12.099970Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1785.1192626953125,
                            "deviation": 65.36734771728516,
                            "volatility": 0.06123322248458862
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 152180,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1980.7452392578125,
                            "deviation": 67.32865142822266,
                            "volatility": 0.06000334769487381
                        }
                    },
                    "username": "SmartFish",
                    "country": "cn",
                    "ranking": 28.74407523931983,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/48fc03fef219d33dd99d17d2baa12195?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/16272226"
            },
            "players": {
                "black": {
                    "id": 608424,
                    "username": "GRouland",
                    "country": "fr",
                    "icon": "https://secure.gravatar.com/avatar/aa179fdb0f42ef716262e3247a18d42c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1383.9844660141123,
                            "deviation": 61.820826331454334,
                            "volatility": 0.059994137228692096
                        }
                    },
                    "ranking": 22.439842486961176,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 16272226,
            "name": "Partie amicale",
            "creator": 608424,
            "mode": "game",
            "source": "play",
            "black": 608424,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 12,
            "black_player_rating": "308.983",
            "white_player_rank": 17,
            "white_player_rating": "836.156",
            "time_per_move": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"pause_on_weekends\": false, \"time_control\": \"fischer\", \"initial_time\": 120, \"max_time\": 300, \"time_increment\": 30, \"speed\": \"live\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "74.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-01-24T16:40:49.513064Z",
            "ended": "2019-01-24T17:06:17.627464Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 608424,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1340.2947998046875,
                            "deviation": 117.0985107421875,
                            "volatility": 0.06000613793730736
                        }
                    },
                    "username": "GRouland",
                    "country": "fr",
                    "ranking": 22.439842486961176,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/aa179fdb0f42ef716262e3247a18d42c?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1569.2430419921875,
                            "deviation": 78.7072982788086,
                            "volatility": 0.09526307135820389
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/11310196"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 983.154084350693,
                            "deviation": 102.1657551468336,
                            "volatility": 0.1499102435262888
                        }
                    },
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 240736,
                    "username": "xtang98",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/149493f7ec9ddc701b926f8c1ae88119?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1588.0141640002175,
                            "deviation": 66.2171071551923,
                            "volatility": 0.05996724281085157
                        }
                    },
                    "ranking": 25.623376061925196,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 11310196,
            "name": "Friendly Match",
            "creator": 240736,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 240736,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.50",
            "time_control": "simple",
            "black_player_rank": 18,
            "black_player_rating": "975.154",
            "white_player_rank": 15,
            "white_player_rating": "650.000",
            "time_per_move": 120,
            "time_control_parameters": "{\"time_control\": \"simple\", \"speed\": \"live\", \"system\": \"simple\", \"pause_on_weekends\": false, \"per_move\": 120}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "32.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2018-01-17T08:24:50.739456Z",
            "ended": "2018-01-17T08:38:23.473630Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1621.2711181640625,
                            "deviation": 67.3726806640625,
                            "volatility": 0.06784480810165405
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.52355980936059,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 240736,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1569.3287353515625,
                            "deviation": 68.12970733642578,
                            "volatility": 0.059990353882312775
                        }
                    },
                    "username": "xtang98",
                    "country": "un",
                    "ranking": 25.623376061925196,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/149493f7ec9ddc701b926f8c1ae88119?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}