List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=90
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=91",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=89",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85944300"
            },
            "players": {
                "black": {
                    "id": 1758713,
                    "username": "MaximBL",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/e1e06cb2818e01b87cce713acf142114?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 234.4730407167433,
                            "deviation": 93.19742921210653,
                            "volatility": 0.0598298767136857
                        }
                    },
                    "ranking": 5,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85944300,
            "name": "Дружеский матч",
            "creator": 1758713,
            "mode": "game",
            "source": "play",
            "black": 1758713,
            "white": 58441,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-10T19:08:09.584869Z",
            "ended": "2026-04-10T19:18:24.449687Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1758713,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 234.47303771972656,
                            "deviation": 93.19742584228516,
                            "volatility": 0.05982987582683563
                        }
                    },
                    "username": "MaximBL",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e1e06cb2818e01b87cce713acf142114?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 943.2659912109375,
                            "deviation": 96.03852844238281,
                            "volatility": 0.1493736058473587
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85944295"
            },
            "players": {
                "black": {
                    "id": 1538970,
                    "username": "Dmitsve007",
                    "country": "ru",
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.0402722464515,
                            "deviation": 63.58202015533347,
                            "volatility": 0.060065584863366904
                        }
                    },
                    "ranking": 13.337207927036312,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85944295,
            "name": "Дружеский матч",
            "creator": 1538970,
            "mode": "game",
            "source": "play",
            "black": 1538970,
            "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": 125,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 2400, \"period_time\": 40, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "1.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-10T19:08:01.195689Z",
            "ended": "2026-04-10T19:10:31.122768Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1538970,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 921.3385620117188,
                            "deviation": 63.70957565307617,
                            "volatility": 0.060064733028411865
                        }
                    },
                    "username": "Dmitsve007",
                    "country": "ru",
                    "ranking": 13.337207927036312,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 973.0562744140625,
                            "deviation": 96.25091552734375,
                            "volatility": 0.14936256408691406
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85944244"
            },
            "players": {
                "black": {
                    "id": 1538970,
                    "username": "Dmitsve007",
                    "country": "ru",
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.0402722464515,
                            "deviation": 63.58202015533347,
                            "volatility": 0.060065584863366904
                        }
                    },
                    "ranking": 13.337207927036312,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85944244,
            "name": "Дружеский матч",
            "creator": 1538970,
            "mode": "game",
            "source": "play",
            "black": 1538970,
            "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": 125,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 2400, \"period_time\": 40, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "2.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-10T19:05:48.781678Z",
            "ended": "2026-04-10T19:07:51.959024Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1538970,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 932.0137329101562,
                            "deviation": 63.86307144165039,
                            "volatility": 0.060065072029829025
                        }
                    },
                    "username": "Dmitsve007",
                    "country": "ru",
                    "ranking": 13.337207927036312,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 948.1087036132812,
                            "deviation": 96.5746078491211,
                            "volatility": 0.14936968684196472
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85944036"
            },
            "players": {
                "black": {
                    "id": 1538970,
                    "username": "Dmitsve007",
                    "country": "ru",
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.0402722464515,
                            "deviation": 63.58202015533347,
                            "volatility": 0.060065584863366904
                        }
                    },
                    "ranking": 13.337207927036312,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85944036,
            "name": "Дружеский матч",
            "creator": 1538970,
            "mode": "game",
            "source": "play",
            "black": 1538970,
            "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": 125,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 2400, \"period_time\": 40, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "15.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-10T18:57:49.922119Z",
            "ended": "2026-04-10T18:59:14.913516Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1538970,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 918.314697265625,
                            "deviation": 63.97652816772461,
                            "volatility": 0.06006358191370964
                        }
                    },
                    "username": "Dmitsve007",
                    "country": "ru",
                    "ranking": 13.337207927036312,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 999.9511108398438,
                            "deviation": 96.86883544921875,
                            "volatility": 0.14936843514442444
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85944025"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 314834,
                    "username": "Greyjaw",
                    "country": "_Starfleet",
                    "icon": "https://user-uploads.online-go.com/dec3d981871ca2fd87d953ce1cbd3135-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1020.7536031035172,
                            "deviation": 62.805493497817245,
                            "volatility": 0.06000607452073459
                        }
                    },
                    "ranking": 15.392393271216955,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85944025,
            "name": "Friendly Match",
            "creator": 314834,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 314834,
            "width": 9,
            "height": 9,
            "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": 62,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 900, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "73.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-10T18:57:32.515484Z",
            "ended": "2026-04-10T19:09:56.949510Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 973.0562744140625,
                            "deviation": 96.25091552734375,
                            "volatility": 0.14936256408691406
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 314834,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1084.5933837890625,
                            "deviation": 63.958675384521484,
                            "volatility": 0.06000286340713501
                        }
                    },
                    "username": "Greyjaw",
                    "country": "_Starfleet",
                    "ranking": 15.392393271216955,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/dec3d981871ca2fd87d953ce1cbd3135-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/85944023"
            },
            "players": {
                "black": {
                    "id": 1758713,
                    "username": "MaximBL",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/e1e06cb2818e01b87cce713acf142114?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 234.4730407167433,
                            "deviation": 93.19742921210653,
                            "volatility": 0.0598298767136857
                        }
                    },
                    "ranking": 5,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85944023,
            "name": "Дружеский матч",
            "creator": 1758713,
            "mode": "game",
            "source": "play",
            "black": 1758713,
            "white": 58441,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-10T18:57:23.962616Z",
            "ended": "2026-04-10T19:08:07.855663Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1758713,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 234.47303771972656,
                            "deviation": 93.19742584228516,
                            "volatility": 0.05982987582683563
                        }
                    },
                    "username": "MaximBL",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e1e06cb2818e01b87cce713acf142114?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 973.0562744140625,
                            "deviation": 96.25091552734375,
                            "volatility": 0.14936256408691406
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85943980"
            },
            "players": {
                "black": {
                    "id": 1538970,
                    "username": "Dmitsve007",
                    "country": "ru",
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.0402722464515,
                            "deviation": 63.58202015533347,
                            "volatility": 0.060065584863366904
                        }
                    },
                    "ranking": 13.337207927036312,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85943980,
            "name": "Дружеский матч",
            "creator": 1538970,
            "mode": "game",
            "source": "play",
            "black": 1538970,
            "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": 125,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 2400, \"period_time\": 40, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "1.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-10T18:55:44.219236Z",
            "ended": "2026-04-10T18:57:23.938679Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1538970,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 903.11279296875,
                            "deviation": 64.01976776123047,
                            "volatility": 0.06006088852882385
                        }
                    },
                    "username": "Dmitsve007",
                    "country": "ru",
                    "ranking": 13.337207927036312,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1035.8919677734375,
                            "deviation": 96.7655258178711,
                            "volatility": 0.14932860434055328
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85943970"
            },
            "players": {
                "black": {
                    "id": 1283037,
                    "username": "RainerG",
                    "country": "de",
                    "icon": "https://secure.gravatar.com/avatar/0636fe108e1726aa2668a8058f86ac9e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 631.8075844548865,
                            "deviation": 63.37398628388394,
                            "volatility": 0.060009987223726656
                        }
                    },
                    "ranking": 5,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85943970,
            "name": "Freundschaftsspiel",
            "creator": 1283037,
            "mode": "game",
            "source": "play",
            "black": 1283037,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.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": 58,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 3600, \"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-10T18:55:15.257722Z",
            "ended": "2026-04-10T19:04:31.249538Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1283037,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 719.489990234375,
                            "deviation": 63.80049133300781,
                            "volatility": 0.06000177562236786
                        }
                    },
                    "username": "RainerG",
                    "country": "de",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0636fe108e1726aa2668a8058f86ac9e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 967.6188354492188,
                            "deviation": 96.68201446533203,
                            "volatility": 0.14938931167125702
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85943924"
            },
            "players": {
                "black": {
                    "id": 1538970,
                    "username": "Dmitsve007",
                    "country": "ru",
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.0402722464515,
                            "deviation": 63.58202015533347,
                            "volatility": 0.060065584863366904
                        }
                    },
                    "ranking": 13.337207927036312,
                    "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": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85943924,
            "name": "Дружеский матч",
            "creator": 1538970,
            "mode": "game",
            "source": "play",
            "black": 1538970,
            "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": 125,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 2400, \"period_time\": 40, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "6.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-10T18:53:45.897716Z",
            "ended": "2026-04-10T18:55:33.934518Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1538970,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 911.1917724609375,
                            "deviation": 64.10953521728516,
                            "volatility": 0.06006215140223503
                        }
                    },
                    "username": "Dmitsve007",
                    "country": "ru",
                    "ranking": 13.337207927036312,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af523e3a0b4459f72c5570fc3fa8fc2e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1017.1480102539062,
                            "deviation": 96.83016967773438,
                            "volatility": 0.1493493914604187
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "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/85943874"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 960.5645564712605,
                            "deviation": 102.78111504924993,
                            "volatility": 0.14962550952519468
                        }
                    },
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1992985,
                    "username": "Kenny2",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/899cd0d36d06c99a1b8074c0fc8416b0?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85943874,
            "name": "Friendly Match",
            "creator": 1992985,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1992985,
            "width": 13,
            "height": 13,
            "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": 10,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"time_increment\": 7, \"initial_time\": 180, \"max_time\": 1800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "79.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-10T18:51:39.990751Z",
            "ended": "2026-04-10T18:57:53.083647Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 999.9511108398438,
                            "deviation": 96.86883544921875,
                            "volatility": 0.14936843514442444
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.985445798866595,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1992985,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "Kenny2",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/899cd0d36d06c99a1b8074c0fc8416b0?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
        }
    ]
}