List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=57
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=58",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=56",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85865075"
            },
            "players": {
                "black": {
                    "id": 1998453,
                    "username": "老子才是老大",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/e19b98136bf71fa386a12a574b2c811f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 835.0569283178162,
                            "deviation": 108.78765965337557,
                            "volatility": 0.059988344305339766
                        }
                    },
                    "ranking": 10.743952909545717,
                    "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": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85865075,
            "name": "友誼對局",
            "creator": 1998453,
            "mode": "game",
            "source": "play",
            "black": 1998453,
            "white": 58441,
            "width": 19,
            "height": 19,
            "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": 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": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-04-08T08:31:59.248145Z",
            "ended": "2026-04-08T08:55:41.778535Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1998453,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 835.0569458007812,
                            "deviation": 108.78765869140625,
                            "volatility": 0.059988345950841904
                        }
                    },
                    "username": "老子才是老大",
                    "country": "un",
                    "ranking": 10.743952909545717,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e19b98136bf71fa386a12a574b2c811f?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 910.3921508789062,
                            "deviation": 108.73371124267578,
                            "volatility": 0.14875584840774536
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "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/85865070"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1998453,
                    "username": "老子才是老大",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/e19b98136bf71fa386a12a574b2c811f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 835.0569283178162,
                            "deviation": 108.78765965337557,
                            "volatility": 0.059988344305339766
                        }
                    },
                    "ranking": 10.743952909545717,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85865070,
            "name": "友誼對局",
            "creator": 1998453,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1998453,
            "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": true,
            "started": "2026-04-08T08:31:37.213665Z",
            "ended": "2026-04-08T08:31:48.731939Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1998453,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 835.0569458007812,
                            "deviation": 108.78765869140625,
                            "volatility": 0.059988345950841904
                        }
                    },
                    "username": "老子才是老大",
                    "country": "un",
                    "ranking": 10.743952909545717,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e19b98136bf71fa386a12a574b2c811f?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85865051"
            },
            "players": {
                "black": {
                    "id": 1985144,
                    "username": "Christian1",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/99ae51ff47eabc00c762151e88c94b5f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 533.2959680302296,
                            "deviation": 127.70360275722484,
                            "volatility": 0.059996743752147544
                        }
                    },
                    "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": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85865051,
            "name": "友谊赛",
            "creator": 1985144,
            "mode": "game",
            "source": "play",
            "black": 1985144,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "5.0",
            "handicap": 1,
            "komi": "-2.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": 92,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 900, \"period_time\": 60, \"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-08T08:30:35.031741Z",
            "ended": "2026-04-08T08:45:00.133744Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1985144,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 569.290283203125,
                            "deviation": 135.44020080566406,
                            "volatility": 0.05999775975942612
                        }
                    },
                    "username": "Christian1",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/99ae51ff47eabc00c762151e88c94b5f?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 842.339599609375,
                            "deviation": 109.8100814819336,
                            "volatility": 0.14884965121746063
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "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": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85864996"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1994437,
                    "username": "HonouredGuest735580",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0a73d06527af7cc80a680b30db0f5fe4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1225.7761302236609,
                            "deviation": 271.459688760462,
                            "volatility": 0.06000071223929698
                        }
                    },
                    "ranking": 19.629608100798176,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85864996,
            "name": "Friendly Match",
            "creator": 1994437,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1994437,
            "width": 9,
            "height": 9,
            "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": 16,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 180, \"max_time\": 1800}",
            "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-08T08:27:00.420495Z",
            "ended": "2026-04-08T08:32:49.750576Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1994437,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1225.776123046875,
                            "deviation": 271.4596862792969,
                            "volatility": 0.0600007139146328
                        }
                    },
                    "username": "HonouredGuest735580",
                    "country": "un",
                    "ranking": 19.629608100798176,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0a73d06527af7cc80a680b30db0f5fe4?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/85864941"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1994437,
                    "username": "HonouredGuest735580",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0a73d06527af7cc80a680b30db0f5fe4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1225.7761302236609,
                            "deviation": 271.459688760462,
                            "volatility": 0.06000071223929698
                        }
                    },
                    "ranking": 19.629608100798176,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85864941,
            "name": "Friendly Match",
            "creator": 1994437,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1994437,
            "width": 9,
            "height": 9,
            "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": 16,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 180, \"max_time\": 1800}",
            "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-08T08:23:58.311606Z",
            "ended": "2026-04-08T08:26:50.187062Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1994437,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1225.776123046875,
                            "deviation": 271.4596862792969,
                            "volatility": 0.0600007139146328
                        }
                    },
                    "username": "HonouredGuest735580",
                    "country": "un",
                    "ranking": 19.629608100798176,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0a73d06527af7cc80a680b30db0f5fe4?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/85864871"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1973739,
                    "username": "mptmeta68",
                    "country": "_United_Federation_of_Planets",
                    "icon": "https://secure.gravatar.com/avatar/ee38667fee6c93c8a874c4da52129f4b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 917.1210206699052,
                            "deviation": 60.68046854953576,
                            "volatility": 0.05995517597612906
                        }
                    },
                    "ranking": 12.914023213176977,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 85864871,
            "name": "친선 대국",
            "creator": 1973739,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1973739,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "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": 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-08T08:20:59.244126Z",
            "ended": "2026-04-08T08:23:09.545184Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1973739,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 878.6200561523438,
                            "deviation": 60.46181869506836,
                            "volatility": 0.05995400622487068
                        }
                    },
                    "username": "mptmeta68",
                    "country": "_United_Federation_of_Planets",
                    "ranking": 12.914023213176977,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/ee38667fee6c93c8a874c4da52129f4b?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "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/85864715"
            },
            "players": {
                "black": {
                    "id": 1972563,
                    "username": "wooick2002",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1b06e407ab09eedc5db7970f71165626?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85864715,
            "name": "친선 대국",
            "creator": 1972563,
            "mode": "game",
            "source": "play",
            "black": 1972563,
            "white": 58441,
            "width": 13,
            "height": 13,
            "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": 40,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "5.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T08:13:25.514738Z",
            "ended": "2026-04-08T08:21:31.120807Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1972563,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "wooick2002",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1b06e407ab09eedc5db7970f71165626?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "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/85864571"
            },
            "players": {
                "black": {
                    "id": 1814550,
                    "username": "austinjiangboyu",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/947a4c5298cf2b49f971130f414479a9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1220.592765524822,
                            "deviation": 185.6014245946473,
                            "volatility": 0.059996229113319824
                        }
                    },
                    "ranking": 19.53150754650163,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85864571,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 1814550,
            "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": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-04-08T08:06:03.870643Z",
            "ended": "2026-04-08T08:06:12.002782Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1814550,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1220.5927734375,
                            "deviation": 185.60142517089844,
                            "volatility": 0.05999622866511345
                        }
                    },
                    "username": "austinjiangboyu",
                    "country": "un",
                    "ranking": 19.53150754650163,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/947a4c5298cf2b49f971130f414479a9?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "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/85864483"
            },
            "players": {
                "black": {
                    "id": 1997495,
                    "username": "kazuonishiwaki08",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/992d7a8b21e2bf01c8bb81c7e0818bcb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 920.5334492879327,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85864483,
            "name": "親睦戦",
            "creator": 1997495,
            "mode": "game",
            "source": "play",
            "black": 1997495,
            "white": 58441,
            "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": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-08T08:00:56.534404Z",
            "ended": "2026-04-08T08:16:04.954432Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1997495,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "kazuonishiwaki08",
                    "country": "un",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/992d7a8b21e2bf01c8bb81c7e0818bcb?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "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/85864480"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1099.4721612753874,
                            "deviation": 100.85128719636168,
                            "volatility": 0.14894562732755226
                        }
                    },
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1821698,
                    "username": "s578gz589",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b661377ce4167f78278c7a199986ca37?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1066.8456658733535,
                            "deviation": 70.30190061080552,
                            "volatility": 0.06006747468028919
                        }
                    },
                    "ranking": 16.414816210008148,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85864480,
            "name": "親睦戦",
            "creator": 1821698,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1821698,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 1,
            "komi": "-2.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": 11,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"time_increment\": 7, \"initial_time\": 120, \"max_time\": 1200}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "14.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T08:00:40.136777Z",
            "ended": "2026-04-08T08:02:22.118294Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.9698486328125,
                            "deviation": 108.82743072509766,
                            "volatility": 0.14886552095413208
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.112184319920335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1821698,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1057.4326171875,
                            "deviation": 70.56560516357422,
                            "volatility": 0.060066062957048416
                        }
                    },
                    "username": "s578gz589",
                    "country": "un",
                    "ranking": 16.414816210008148,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b661377ce4167f78278c7a199986ca37?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}