List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=65
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=66",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=64",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85895909"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895909,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-09T08:09:15.574831Z",
            "ended": "2026-04-09T08:36:30.275113Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "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/85895902"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1886633,
                    "username": "milanaa_s",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/be56616a4915d52292241e957aa59882?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 781.3179824255886,
                            "deviation": 205.2956684469735,
                            "volatility": 0.05999988760902842
                        }
                    },
                    "ranking": 9.204068492919252,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85895902,
            "name": "Дружеский матч",
            "creator": 1886633,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1886633,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-09T08:08:59.732207Z",
            "ended": "2026-04-09T08:12:54.604097Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1886633,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 781.3179931640625,
                            "deviation": 205.29566955566406,
                            "volatility": 0.05999988690018654
                        }
                    },
                    "username": "milanaa_s",
                    "country": "un",
                    "ranking": 9.204068492919252,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/be56616a4915d52292241e957aa59882?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/85895858"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1992847,
                    "username": "SANKET-ZYZ",
                    "country": "in",
                    "icon": "https://user-uploads.online-go.com/2359440f34086892614a0a38290b6045-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 901.0220464201018,
                            "deviation": 62.37449950934993,
                            "volatility": 0.059996810430882966
                        }
                    },
                    "ranking": 12.504043381231075,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85895858,
            "name": "Friendly Match",
            "creator": 1992847,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1992847,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "3.0",
            "handicap": 1,
            "komi": "1.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": "78.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-09T08:06:29.100161Z",
            "ended": "2026-04-09T08:10:29.895753Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1992847,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 947.5074462890625,
                            "deviation": 62.93132781982422,
                            "volatility": 0.05999591201543808
                        }
                    },
                    "username": "SANKET-ZYZ",
                    "country": "in",
                    "ranking": 12.504043381231075,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2359440f34086892614a0a38290b6045-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/85895838"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1886633,
                    "username": "milanaa_s",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/be56616a4915d52292241e957aa59882?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 781.3179824255886,
                            "deviation": 205.2956684469735,
                            "volatility": 0.05999988760902842
                        }
                    },
                    "ranking": 9.204068492919252,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85895838,
            "name": "Дружеский матч",
            "creator": 1886633,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1886633,
            "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": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-09T08:05:31.783916Z",
            "ended": "2026-04-09T08:07:16.990913Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1886633,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 781.3179931640625,
                            "deviation": 205.29566955566406,
                            "volatility": 0.05999988690018654
                        }
                    },
                    "username": "milanaa_s",
                    "country": "un",
                    "ranking": 9.204068492919252,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/be56616a4915d52292241e957aa59882?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/85895829"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895829,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "0.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-09T08:05:17.266523Z",
            "ended": "2026-04-09T08:08:55.959844Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "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/85895823"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895823,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2026-04-09T08:04:50.823715Z",
            "ended": "2026-04-09T08:04:56.554520Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "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/85895752"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895752,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "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-09T08:00:42.968129Z",
            "ended": "2026-04-09T08:04:40.855219Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "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/85895737"
            },
            "players": {
                "black": {
                    "id": 1974462,
                    "username": "HeavenAndEarthTraveler",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/41cabc8330e930968e18e2e2b20b5aa2?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": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85895737,
            "name": "Дружеский матч",
            "creator": 1974462,
            "mode": "game",
            "source": "play",
            "black": 1974462,
            "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-09T07:59:51.687711Z",
            "ended": "2026-04-09T08:07:40.271436Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1974462,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "HeavenAndEarthTraveler",
                    "country": "un",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/41cabc8330e930968e18e2e2b20b5aa2?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 812.098876953125,
                            "deviation": 103.68846893310547,
                            "volatility": 0.1489952653646469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "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/85895660"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895660,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "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-09T07:56:05.012548Z",
            "ended": "2026-04-09T07:59:54.258038Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 850.9973754882812,
                            "deviation": 104.82929229736328,
                            "volatility": 0.14896748960018158
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "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/85895622"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1087.2037371176511,
                            "deviation": 99.43032602703781,
                            "volatility": 0.14950492913811533
                        }
                    },
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "id": 85895622,
            "name": "友谊赛",
            "creator": 1814550,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1814550,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "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-09T07:53:12.994391Z",
            "ended": "2026-04-09T07:54:11.259733Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 850.9973754882812,
                            "deviation": 104.82929229736328,
                            "volatility": 0.14896748960018158
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.85241377084903,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "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"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}