List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=16
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=17",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=15",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85696654"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "username": "devlin_stewart",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.6576871492688,
                            "deviation": 63.036015932989976,
                            "volatility": 0.06002137696723759
                        }
                    },
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85696654,
            "name": "Friendly Match",
            "creator": 1483594,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1483594,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "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": 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": "32.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:58:21.990018Z",
            "ended": "2026-04-03T01:01:26.057975Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.65771484375,
                            "deviation": 63.036014556884766,
                            "volatility": 0.060021378099918365
                        }
                    },
                    "username": "devlin_stewart",
                    "country": "un",
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/85696653"
            },
            "players": {
                "black": {
                    "id": 1434422,
                    "username": "13131919",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0460259333bdb68e22c5ec69d09eca14?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 776.4727008769498,
                            "deviation": 64.70038662035682,
                            "volatility": 0.059997864225834814
                        }
                    },
                    "ranking": 9.060058606646196,
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696653,
            "name": "Ván giao hữu",
            "creator": 1434422,
            "mode": "game",
            "source": "play",
            "black": 1434422,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-03T00:58:15.997115Z",
            "ended": "2026-04-03T01:05:57.399102Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1434422,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 795.9058837890625,
                            "deviation": 64.72138977050781,
                            "volatility": 0.060002315789461136
                        }
                    },
                    "username": "13131919",
                    "country": "un",
                    "ranking": 9.060058606646196,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0460259333bdb68e22c5ec69d09eca14?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696594"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "username": "devlin_stewart",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.6576871492688,
                            "deviation": 63.036015932989976,
                            "volatility": 0.06002137696723759
                        }
                    },
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85696594,
            "name": "Friendly Match",
            "creator": 1483594,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1483594,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "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": 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": "26.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:55:00.652861Z",
            "ended": "2026-04-03T00:58:08.995966Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.65771484375,
                            "deviation": 63.036014556884766,
                            "volatility": 0.060021378099918365
                        }
                    },
                    "username": "devlin_stewart",
                    "country": "un",
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/85696508"
            },
            "players": {
                "black": {
                    "id": 494716,
                    "username": "arthur.chung1121",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330077868402,
                            "deviation": 61.190548396584155,
                            "volatility": 0.0595328675793895
                        }
                    },
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696508,
            "name": "Friendly Match",
            "creator": 494716,
            "mode": "game",
            "source": "play",
            "black": 494716,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.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": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-03T00:50:02.428007Z",
            "ended": "2026-04-03T01:04:11.121853Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 494716,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330322265625,
                            "deviation": 61.190547943115234,
                            "volatility": 0.05953286588191986
                        }
                    },
                    "username": "arthur.chung1121",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696462"
            },
            "players": {
                "black": {
                    "id": 494716,
                    "username": "arthur.chung1121",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330077868402,
                            "deviation": 61.190548396584155,
                            "volatility": 0.0595328675793895
                        }
                    },
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696462,
            "name": "Friendly Match",
            "creator": 494716,
            "mode": "game",
            "source": "play",
            "black": 494716,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 5,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:47:33.758514Z",
            "ended": "2026-04-03T00:49:55.064383Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 494716,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330322265625,
                            "deviation": 61.190547943115234,
                            "volatility": 0.05953286588191986
                        }
                    },
                    "username": "arthur.chung1121",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696397"
            },
            "players": {
                "black": {
                    "id": 494716,
                    "username": "arthur.chung1121",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330077868402,
                            "deviation": 61.190548396584155,
                            "volatility": 0.0595328675793895
                        }
                    },
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696397,
            "name": "Friendly Match",
            "creator": 494716,
            "mode": "game",
            "source": "play",
            "black": 494716,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 5,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:43:59.327049Z",
            "ended": "2026-04-03T00:47:29.406125Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 494716,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330322265625,
                            "deviation": 61.190547943115234,
                            "volatility": 0.05953286588191986
                        }
                    },
                    "username": "arthur.chung1121",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696345"
            },
            "players": {
                "black": {
                    "id": 494716,
                    "username": "arthur.chung1121",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330077868402,
                            "deviation": 61.190548396584155,
                            "volatility": 0.0595328675793895
                        }
                    },
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696345,
            "name": "Friendly Match",
            "creator": 494716,
            "mode": "game",
            "source": "play",
            "black": 494716,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 5,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:41:08.137834Z",
            "ended": "2026-04-03T00:43:54.865472Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 494716,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 643.2330322265625,
                            "deviation": 61.190547943115234,
                            "volatility": 0.05953286588191986
                        }
                    },
                    "username": "arthur.chung1121",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/70a48f5cb757cc84630b8c7dfbee4acf?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696339"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "username": "devlin_stewart",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.6576871492688,
                            "deviation": 63.036015932989976,
                            "volatility": 0.06002137696723759
                        }
                    },
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85696339,
            "name": "Friendly Match",
            "creator": 1483594,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1483594,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "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": 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": "10.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-03T00:40:42.260624Z",
            "ended": "2026-04-03T00:45:59.388839Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1483594,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 814.65771484375,
                            "deviation": 63.036014556884766,
                            "volatility": 0.060021378099918365
                        }
                    },
                    "username": "devlin_stewart",
                    "country": "un",
                    "ranking": 10.171409634950773,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0d0dbf3fcf37e87c9a0e8162170f439a?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/85696194"
            },
            "players": {
                "black": {
                    "id": 1995554,
                    "username": "masfer",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/af015bf3d828719a247fd7b7ed41f2cf?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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696194,
            "name": "Partida amistosa",
            "creator": 1995554,
            "mode": "game",
            "source": "play",
            "black": 1995554,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 10,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"time_increment\": 7, \"initial_time\": 180, \"max_time\": 1800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "176.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-03T00:32:41.054519Z",
            "ended": "2026-04-03T00:43:07.825401Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1995554,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "masfer",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/af015bf3d828719a247fd7b7ed41f2cf?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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/85696096"
            },
            "players": {
                "black": {
                    "id": 430413,
                    "username": "easoncxz",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b1e931c055f05a32a02ad02a58f528bc?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 566.9076310565384,
                            "deviation": 176.88572138133657,
                            "volatility": 0.06000573291210799
                        }
                    },
                    "ranking": 5,
                    "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": 987.8065569521265,
                            "deviation": 99.966273774615,
                            "volatility": 0.14864061450448718
                        }
                    },
                    "ranking": 14.632851632353624,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85696096,
            "name": "Friendly Match",
            "creator": 430413,
            "mode": "game",
            "source": "play",
            "black": 430413,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 34,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 120, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "8.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-03T00:28:00.421906Z",
            "ended": "2026-04-03T00:31:19.065138Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 430413,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 566.9076538085938,
                            "deviation": 176.88572692871094,
                            "volatility": 0.060005731880664825
                        }
                    },
                    "username": "easoncxz",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b1e931c055f05a32a02ad02a58f528bc?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 984.6211547851562,
                            "deviation": 101.50481414794922,
                            "volatility": 0.14867077767848969
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.632851632353624,
                    "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
        }
    ]
}