List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=54
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&ordering=-id&page=55",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=53",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85845286"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845286,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "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": "2026-04-07T18:03:04.917037Z",
            "ended": "2026-04-07T18:06:09.045769Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 851.4493408203125,
                            "deviation": 63.54133224487305,
                            "volatility": 0.060850147157907486
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 952.4127197265625,
                            "deviation": 95.04216766357422,
                            "volatility": 0.14901840686798096
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845249"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845249,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "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": "2026-04-07T18:01:42.365994Z",
            "ended": "2026-04-07T18:03:03.526532Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 860.4080200195312,
                            "deviation": 63.6275520324707,
                            "volatility": 0.060851190239191055
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 932.007080078125,
                            "deviation": 95.04102325439453,
                            "volatility": 0.14903521537780762
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845212"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845212,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "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": "2026-04-07T18:00:29.895096Z",
            "ended": "2026-04-07T18:01:40.893263Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 870.37060546875,
                            "deviation": 63.74626541137695,
                            "volatility": 0.06085186079144478
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.3131713867188,
                            "deviation": 95.14788818359375,
                            "volatility": 0.14904680848121643
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845171"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845171,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "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": "2026-04-07T17:58:49.622593Z",
            "ended": "2026-04-07T18:00:28.387254Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 881.4895629882812,
                            "deviation": 63.88385772705078,
                            "volatility": 0.06085199862718582
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 883.9532470703125,
                            "deviation": 95.3177261352539,
                            "volatility": 0.1490507274866104
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845131"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845131,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "26.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-07T17:56:07.489518Z",
            "ended": "2026-04-07T17:58:48.009817Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 893.9144897460938,
                            "deviation": 64.01817321777344,
                            "volatility": 0.060851387679576874
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 855.5655517578125,
                            "deviation": 95.4676284790039,
                            "volatility": 0.1490437537431717
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845109"
            },
            "players": {
                "black": {
                    "id": 1993341,
                    "username": "GreenMouse22",
                    "country": "fr",
                    "icon": "https://secure.gravatar.com/avatar/692f8e698dd3141be15cd6b96d78283c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 924.2459280482551,
                            "deviation": 62.16564912613343,
                            "volatility": 0.06005561867343126
                        }
                    },
                    "ranking": 13.09317536869458,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845109,
            "name": "Partie amicale",
            "creator": 1993341,
            "mode": "game",
            "source": "play",
            "black": 1993341,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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": 20,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 0, \"period_time\": 20, \"periods\": 3}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-04-07T17:55:19.587809Z",
            "ended": "2026-04-07T17:55:31.988753Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1993341,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 913.854736328125,
                            "deviation": 62.277137756347656,
                            "volatility": 0.06005599722266197
                        }
                    },
                    "username": "GreenMouse22",
                    "country": "fr",
                    "ranking": 13.09317536869458,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/692f8e698dd3141be15cd6b96d78283c?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 881.1605224609375,
                            "deviation": 95.68728637695312,
                            "volatility": 0.14904746413230896
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845078"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845078,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "23.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-07T17:53:58.414107Z",
            "ended": "2026-04-07T17:56:05.461582Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 882.6746215820312,
                            "deviation": 64.172119140625,
                            "volatility": 0.06085151061415672
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 881.1605224609375,
                            "deviation": 95.68728637695312,
                            "volatility": 0.14904746413230896
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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/85845047"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1993477,
                    "username": "wx_99",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/18809958dcffff75cf24a681946c8251?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85845047,
            "name": "Friendly Match",
            "creator": 1993477,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1993477,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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": 5,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "13.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-07T17:52:38.744298Z",
            "ended": "2026-04-07T18:01:28.903633Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.3131713867188,
                            "deviation": 95.14788818359375,
                            "volatility": 0.14904680848121643
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1993477,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.0,
                            "deviation": 250.0,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "wx_99",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/18809958dcffff75cf24a681946c8251?s=32&d=retro",
                    "ui_class": "provisional"
                }
            },
            "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/85845043"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1773142,
                    "username": "yuujiro hane-ma",
                    "country": "lk",
                    "icon": "https://user-uploads.online-go.com/72cab12633f2279fae75fa299519a5b2-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 815.4773731859887,
                            "deviation": 64.26084651161369,
                            "volatility": 0.060026449314363475
                        }
                    },
                    "ranking": 10.194690814297282,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85845043,
            "name": "Friendly Match",
            "creator": 1773142,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1773142,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-07T17:52:27.710725Z",
            "ended": "2026-04-07T18:03:31.788279Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 952.4127197265625,
                            "deviation": 95.04216766357422,
                            "volatility": 0.14901840686798096
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1773142,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 815.4773559570312,
                            "deviation": 64.26084899902344,
                            "volatility": 0.06002644822001457
                        }
                    },
                    "username": "yuujiro hane-ma",
                    "country": "lk",
                    "ranking": 10.194690814297282,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/72cab12633f2279fae75fa299519a5b2-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/85845031"
            },
            "players": {
                "black": {
                    "id": 1539153,
                    "username": "OribuShimide",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 829.0541334121951,
                            "deviation": 63.911681537061305,
                            "volatility": 0.06085150938108549
                        }
                    },
                    "ranking": 10.57693844999481,
                    "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": 803.6694160941543,
                            "deviation": 99.07038940746708,
                            "volatility": 0.14889589544700735
                        }
                    },
                    "ranking": 9.85703266666031,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85845031,
            "name": "Friendly Match",
            "creator": 1539153,
            "mode": "game",
            "source": "play",
            "black": 1539153,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "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": "2026-04-07T17:52:03.601726Z",
            "ended": "2026-04-07T17:53:57.064127Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1539153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 895.7188720703125,
                            "deviation": 64.3108901977539,
                            "volatility": 0.06085055693984032
                        }
                    },
                    "username": "OribuShimide",
                    "country": "un",
                    "ranking": 10.57693844999481,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/557897ffefb793926a798c76bcda4bb2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 840.6143188476562,
                            "deviation": 96.07632446289062,
                            "volatility": 0.14903293550014496
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 9.85703266666031,
                    "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
        }
    ]
}