List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=5
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=6",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=4",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85664420"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1718664,
                    "username": "kgt4951",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3931b56ab627755c114e93766b56e063?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1048.5182303438205,
                            "deviation": 61.73073635361251,
                            "volatility": 0.059922978753468345
                        }
                    },
                    "ranking": 16.013664663612357,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85664420,
            "name": "친선 대국",
            "creator": 1718664,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1718664,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 9,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"time_increment\": 7, \"initial_time\": 300, \"max_time\": 3000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2026-04-02T00:49:18.292738Z",
            "ended": "2026-04-02T00:54:28.887617Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 801.754150390625,
                            "deviation": 102.07075500488281,
                            "volatility": 0.1487158089876175
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1718664,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1048.5181884765625,
                            "deviation": 61.730735778808594,
                            "volatility": 0.05992297828197479
                        }
                    },
                    "username": "kgt4951",
                    "country": "un",
                    "ranking": 16.013664663612357,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3931b56ab627755c114e93766b56e063?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85664346"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664346,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "3.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": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-04-02T00:44:53.016884Z",
            "ended": "2026-04-02T00:50:34.474621Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 747.9129638671875,
                            "deviation": 70.45173645019531,
                            "volatility": 0.05977463349699974
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 825.8857421875,
                            "deviation": 103.21294403076172,
                            "volatility": 0.1487312763929367
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664296"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664296,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:42:06.619394Z",
            "ended": "2026-04-02T00:43:37.147218Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 744.60400390625,
                            "deviation": 70.25578308105469,
                            "volatility": 0.05977572873234749
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 834.7166748046875,
                            "deviation": 102.25372314453125,
                            "volatility": 0.14875096082687378
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664265"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664265,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:40:00.218760Z",
            "ended": "2026-04-02T00:41:50.292703Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 741.19189453125,
                            "deviation": 70.07164764404297,
                            "volatility": 0.059776853770017624
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 844.005126953125,
                            "deviation": 101.33434295654297,
                            "volatility": 0.14877143502235413
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664261"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1963036,
                    "username": "moonstar8282",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f0f408a378d410a5281ba6e3253721ce?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85664261,
            "name": "친선 대국",
            "creator": 1963036,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1963036,
            "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": 9,
            "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": "47.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:39:36.831460Z",
            "ended": "2026-04-02T00:49:06.507585Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 825.8857421875,
                            "deviation": 103.21294403076172,
                            "volatility": 0.1487312763929367
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1963036,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "moonstar8282",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f0f408a378d410a5281ba6e3253721ce?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/85664243"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664243,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:38:49.911759Z",
            "ended": "2026-04-02T00:39:53.544350Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 737.6668701171875,
                            "deviation": 69.90072631835938,
                            "volatility": 0.05977800861001015
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 853.803466796875,
                            "deviation": 100.4621810913086,
                            "volatility": 0.14879266917705536
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664219"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664219,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:37:33.902960Z",
            "ended": "2026-04-02T00:38:44.921996Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 734.0174560546875,
                            "deviation": 69.74462127685547,
                            "volatility": 0.05977919325232506
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 864.173583984375,
                            "deviation": 99.6457748413086,
                            "volatility": 0.14881464838981628
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664190"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664190,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:35:48.300312Z",
            "ended": "2026-04-02T00:37:26.821791Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 730.2305297851562,
                            "deviation": 69.60516357421875,
                            "volatility": 0.059780411422252655
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 875.1890869140625,
                            "deviation": 98.89503479003906,
                            "volatility": 0.14883731305599213
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664157"
            },
            "players": {
                "black": {
                    "id": 1917886,
                    "username": "ggfemto",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 745.5764063870912,
                            "deviation": 69.43258720448853,
                            "volatility": 0.05977338120319436
                        }
                    },
                    "ranking": 8.120079102626475,
                    "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": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85664157,
            "name": "Friendly Match",
            "creator": 1917886,
            "mode": "game",
            "source": "play",
            "black": 1917886,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "10.0",
            "handicap": 2,
            "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": 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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T00:33:48.103404Z",
            "ended": "2026-04-02T00:35:31.405449Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1917886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 726.290771484375,
                            "deviation": 69.48445129394531,
                            "volatility": 0.05978165939450264
                        }
                    },
                    "username": "ggfemto",
                    "country": "un",
                    "ranking": 8.120079102626475,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1819af5d2cb09d9c404520b4fc617ffb?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 886.9378051757812,
                            "deviation": 98.2213134765625,
                            "volatility": 0.14886054396629333
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "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/85664152"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 938.4665549113306,
                            "deviation": 102.41327059545863,
                            "volatility": 0.14864101526518955
                        }
                    },
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1963036,
                    "username": "moonstar8282",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f0f408a378d410a5281ba6e3253721ce?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85664152,
            "name": "친선 대국",
            "creator": 1963036,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1963036,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "2.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T00:33:36.911593Z",
            "ended": "2026-04-02T00:38:53.725637Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 853.803466796875,
                            "deviation": 100.4621810913086,
                            "volatility": 0.14879266917705536
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 13.44665333258575,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1963036,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "moonstar8282",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f0f408a378d410a5281ba6e3253721ce?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
        }
    ]
}