List all games played by a specific player.

GET /api/v1/players/568679/games/?format=api&ordering=-ended&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/568679/games/?format=api&ordering=-ended&page=101",
    "previous": "https://online-go.com/api/v1/players/568679/games/?format=api&ordering=-ended&page=99",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/64469036"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 105734,
                    "username": "Tamago",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/4d516fbc2b9e8863f443f3a58b9da44f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1205.7463519793625,
                            "deviation": 64.6130074210072,
                            "volatility": 0.060034793512447976
                        }
                    },
                    "ranking": 19.248201094783152,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64469036,
            "name": "Freundschaftsspiel",
            "creator": 105734,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 105734,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 33,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 90, \"period_time\": 30, \"periods\": 2}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "12.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2024-05-21T10:38:15.986292Z",
            "ended": "2024-05-21T10:41:54.732297Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1490.640380859375,
                            "deviation": 61.99692916870117,
                            "volatility": 0.059910356998443604
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 105734,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1170.3326416015625,
                            "deviation": 65.2357177734375,
                            "volatility": 0.05987311899662018
                        }
                    },
                    "username": "Tamago",
                    "country": "un",
                    "ranking": 19.248201094783152,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/4d516fbc2b9e8863f443f3a58b9da44f?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/64443189"
            },
            "players": {
                "black": {
                    "id": 1348130,
                    "username": "Carmanman",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7f735c3a4738d61fee89ea8dcca12f9f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1261.7494177214255,
                            "deviation": 60.63993832239337,
                            "volatility": 0.05974928064607241
                        }
                    },
                    "ranking": 20.299221056477577,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64443189,
            "name": "Carmanman vs. benjito",
            "creator": 1348130,
            "mode": "game",
            "source": "play",
            "black": 1348130,
            "white": 568679,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "4.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 41,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"main_time\": 300, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2024-05-20T12:29:36.134549Z",
            "ended": "2024-05-20T12:34:24.580708Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1348130,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1394.771728515625,
                            "deviation": 60.69611358642578,
                            "volatility": 0.05986420810222626
                        }
                    },
                    "username": "Carmanman",
                    "country": "un",
                    "ranking": 20.299221056477577,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7f735c3a4738d61fee89ea8dcca12f9f?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1480.5184326171875,
                            "deviation": 62.100433349609375,
                            "volatility": 0.059910837560892105
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "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/64270292"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1389552,
                    "username": "showwhen",
                    "country": "_United_Federation_of_Planets",
                    "icon": "https://secure.gravatar.com/avatar/0a0e035df5e04731083de85bfb9f21cf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1917.719322976465,
                            "deviation": 84.97922378738762,
                            "volatility": 0.059975701790340404
                        }
                    },
                    "ranking": 29.99067785299023,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64270292,
            "name": "Ladder Challenge: benjito(#1605) vs showwhen(#1600)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1389552,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 313,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2024-05-14T11:15:48.313398Z",
            "ended": "2024-05-17T11:19:51.345225Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1480.5184326171875,
                            "deviation": 62.100433349609375,
                            "volatility": 0.059910837560892105
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1389552,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1917.7193603515625,
                            "deviation": 84.9792251586914,
                            "volatility": 0.059975702315568924
                        }
                    },
                    "username": "showwhen",
                    "country": "_United_Federation_of_Planets",
                    "ranking": 29.99067785299023,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0a0e035df5e04731083de85bfb9f21cf?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/64225239"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 939272,
                    "username": "HPLC",
                    "country": "_GoT_Greyjoy",
                    "icon": "https://secure.gravatar.com/avatar/b747af754e1208ab92409d7c8cb0406e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1276.7786203204362,
                            "deviation": 67.30059162050301,
                            "volatility": 0.05996550420673518
                        }
                    },
                    "ranking": 20.573340625110266,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64225239,
            "name": "Ladder Challenge: benjito(#183) vs HPLC(#115)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 939272,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 95543,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 315,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2024-05-12T19:20:02.391923Z",
            "ended": "2024-05-16T19:49:47.648295Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1489.76513671875,
                            "deviation": 62.18403244018555,
                            "volatility": 0.05991169065237045
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 939272,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1542.685791015625,
                            "deviation": 67.9207763671875,
                            "volatility": 0.05998831242322922
                        }
                    },
                    "username": "HPLC",
                    "country": "_GoT_Greyjoy",
                    "ranking": 20.573340625110266,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b747af754e1208ab92409d7c8cb0406e?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/64220138"
            },
            "players": {
                "black": {
                    "id": 1405846,
                    "username": "motorsheep",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b6073804b237b237078aae8bab3095b0?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2102.8123055642623,
                            "deviation": 148.89109099687846,
                            "volatility": 0.059998576187566655
                        }
                    },
                    "ranking": 32.123696040256135,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64220138,
            "name": "Ladder Challenge: benjito(#1608) vs motorsheep(#1602)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 1405846,
            "white": 568679,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 313,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2024-05-12T15:32:37.015875Z",
            "ended": "2024-05-15T15:32:47.088030Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1405846,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2102.812255859375,
                            "deviation": 148.89109802246094,
                            "volatility": 0.05999857559800148
                        }
                    },
                    "username": "motorsheep",
                    "country": "un",
                    "ranking": 32.123696040256135,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b6073804b237b237078aae8bab3095b0?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1489.76513671875,
                            "deviation": 62.18403244018555,
                            "volatility": 0.05991169065237045
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "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/64220135"
            },
            "players": {
                "black": {
                    "id": 1061087,
                    "username": "回源流",
                    "country": "cn",
                    "icon": "https://user-uploads.online-go.com/4687aa113b56de56fcbfb1ef78c8c82c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2480.48766232797,
                            "deviation": 86.56960430061554,
                            "volatility": 0.060052522032263876
                        }
                    },
                    "ranking": 35.9476023205503,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64220135,
            "name": "Ladder Challenge: benjito(#1608) vs 满穗流(#1605)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 1061087,
            "white": 568679,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 313,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2024-05-12T15:32:33.148996Z",
            "ended": "2024-05-15T15:20:14.550168Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1061087,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2668.78955078125,
                            "deviation": 97.3660659790039,
                            "volatility": 0.06001494452357292
                        }
                    },
                    "username": "回源流",
                    "country": "cn",
                    "ranking": 35.9476023205503,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/4687aa113b56de56fcbfb1ef78c8c82c-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1489.76513671875,
                            "deviation": 62.18403244018555,
                            "volatility": 0.05991169065237045
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "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/64225237"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1196221,
                    "username": "chupi",
                    "country": "jp",
                    "icon": "https://secure.gravatar.com/avatar/e1d3166f891b2a872325386c048fea1a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1545.667328637147,
                            "deviation": 64.76910379660387,
                            "volatility": 0.05973092971422865
                        }
                    },
                    "ranking": 24.997665426564943,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64225237,
            "name": "Ladder Challenge: benjito(#183) vs chupi(#114)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1196221,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 95543,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 315,
            "pause_on_weekends": false,
            "outcome": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2024-05-12T19:19:59.322390Z",
            "ended": "2024-05-15T15:08:18.625329Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.4952392578125,
                            "deviation": 62.28681564331055,
                            "volatility": 0.059912364929914474
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1196221,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1537.7105712890625,
                            "deviation": 65.06547546386719,
                            "volatility": 0.05978649854660034
                        }
                    },
                    "username": "chupi",
                    "country": "jp",
                    "ranking": 24.997665426564943,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e1d3166f891b2a872325386c048fea1a?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/64220134"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1406691,
                    "username": "Catalin67",
                    "country": "ro",
                    "icon": "https://secure.gravatar.com/avatar/2a29795d52f677b75ba43b57420d8cde?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1113.2210102713143,
                            "deviation": 64.84518299476518,
                            "volatility": 0.06028998207705025
                        }
                    },
                    "ranking": 17.39987893089739,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64220134,
            "name": "Ladder Challenge: benjito(#1608) vs Catalin67(#1606)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1406691,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 313,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2024-05-12T15:32:30.603476Z",
            "ended": "2024-05-14T09:26:35.425526Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.4952392578125,
                            "deviation": 62.28681564331055,
                            "volatility": 0.059912364929914474
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1406691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1424.376220703125,
                            "deviation": 64.10558319091797,
                            "volatility": 0.05987497791647911
                        }
                    },
                    "username": "Catalin67",
                    "country": "ro",
                    "ranking": 17.39987893089739,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/2a29795d52f677b75ba43b57420d8cde?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/63756431"
            },
            "players": {
                "black": {
                    "id": 1029423,
                    "username": "oonthongngam.som",
                    "country": "th",
                    "icon": "https://secure.gravatar.com/avatar/60c5dffa3bdb185428821e426a4aaab9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 802.7261509308034,
                            "deviation": 63.69083719644052,
                            "volatility": 0.05993360329655501
                        }
                    },
                    "ranking": 9.8298456007974,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 63756431,
            "name": "Ladder Challenge: benjito(#1687) vs oonthongngam.som(#1685)",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 1029423,
            "white": 568679,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"time_control\": \"fischer\", \"initial_time\": 259200, \"max_time\": 259200, \"time_increment\": 86400}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": 313,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2024-04-26T20:26:36.001961Z",
            "ended": "2024-05-12T13:13:30.741445Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1029423,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1105.5374755859375,
                            "deviation": 63.019859313964844,
                            "volatility": 0.05997970700263977
                        }
                    },
                    "username": "oonthongngam.som",
                    "country": "th",
                    "ranking": 9.8298456007974,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/60c5dffa3bdb185428821e426a4aaab9?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1497.33349609375,
                            "deviation": 61.76137924194336,
                            "volatility": 0.059913378208875656
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "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/64215320"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1353.548647863583,
                            "deviation": 65.85186377331392,
                            "volatility": 0.05993382900370875
                        }
                    },
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1030360,
                    "username": "s00pern00ber",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/6ab5732f0e857642cf1bf0718c855e29?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1426.2255672243477,
                            "deviation": 65.25038651906972,
                            "volatility": 0.06049996476470788
                        }
                    },
                    "ranking": 23.135843952270044,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 64215320,
            "name": "Friendly Match",
            "creator": 1030360,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1030360,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 19,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 120, \"period_time\": 15, \"periods\": 2}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2024-05-12T12:31:50.895615Z",
            "ended": "2024-05-12T12:35:15.198065Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1484.371826171875,
                            "deviation": 61.80857467651367,
                            "volatility": 0.05991196632385254
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.925059144229444,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1030360,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1558.1114501953125,
                            "deviation": 64.39574432373047,
                            "volatility": 0.06004640460014343
                        }
                    },
                    "username": "s00pern00ber",
                    "country": "un",
                    "ranking": 23.135843952270044,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/6ab5732f0e857642cf1bf0718c855e29?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
        }
    ]
}