List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=11
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=12",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=10",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85683757"
            },
            "players": {
                "black": {
                    "id": 1685865,
                    "username": "Reneau",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/2dfa6aba75eb8262cbc89b676affeb27?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 888.362385303837,
                            "deviation": 71.62117851346625,
                            "volatility": 0.0614364228160453
                        }
                    },
                    "ranking": 12.176471463687632,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683757,
            "name": "Friendly Match",
            "creator": 1685865,
            "mode": "game",
            "source": "play",
            "black": 1685865,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "3.0",
            "handicap": 2,
            "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": "23.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:55:32.415210Z",
            "ended": "2026-04-02T15:57:18.816043Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1685865,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 888.3623657226562,
                            "deviation": 71.62117767333984,
                            "volatility": 0.06143642216920853
                        }
                    },
                    "username": "Reneau",
                    "country": "us",
                    "ranking": 12.176471463687632,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/2dfa6aba75eb8262cbc89b676affeb27?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 935.8558349609375,
                            "deviation": 104.69776153564453,
                            "volatility": 0.1486527919769287
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "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/85683721"
            },
            "players": {
                "black": {
                    "id": 1942021,
                    "username": "a gnu",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/9ab34ca9fc549135418e2ae06a7d4ff9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 275.91049600834276,
                            "deviation": 77.3196295929381,
                            "volatility": 0.0599958095444879
                        }
                    },
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683721,
            "name": "Partie amicale",
            "creator": 1942021,
            "mode": "game",
            "source": "play",
            "black": 1942021,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "4.0",
            "handicap": 4,
            "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": "23.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:54:17.771419Z",
            "ended": "2026-04-02T16:07:02.855963Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1942021,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 275.9104919433594,
                            "deviation": 77.31962585449219,
                            "volatility": 0.05999580770730972
                        }
                    },
                    "username": "a gnu",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/9ab34ca9fc549135418e2ae06a7d4ff9?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 923.068603515625,
                            "deviation": 104.81543731689453,
                            "volatility": 0.14863137900829315
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "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/85683711"
            },
            "players": {
                "black": {
                    "id": 1925908,
                    "username": "Teelarach",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/de9718f003704301513a1ac400b9d57f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 161.01636448312047,
                            "deviation": 112.12259253172037,
                            "volatility": 0.05991825644397397
                        }
                    },
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683711,
            "name": "เล่นกันสนุก ๆ",
            "creator": 1925908,
            "mode": "game",
            "source": "play",
            "black": 1925908,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "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": 311,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 300, \"initial_time\": 300, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "88.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:53:58.131526Z",
            "ended": "2026-04-02T15:55:37.863453Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1925908,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 162.88499450683594,
                            "deviation": 111.72284698486328,
                            "volatility": 0.05991857498884201
                        }
                    },
                    "username": "Teelarach",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/de9718f003704301513a1ac400b9d57f?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.967529296875,
                            "deviation": 101.7204360961914,
                            "volatility": 0.14865541458129883
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "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/85683625"
            },
            "players": {
                "black": {
                    "id": 1568153,
                    "username": "_px",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/bfdf6e33478e0bf434b515a2c2965464-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 789.8252236491267,
                            "deviation": 63.47256122676225,
                            "volatility": 0.06032652921173903
                        }
                    },
                    "ranking": 9.454770731013737,
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683625,
            "name": "Friendly Match",
            "creator": 1568153,
            "mode": "game",
            "source": "play",
            "black": 1568153,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "54.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:49:43.390535Z",
            "ended": "2026-04-02T15:57:35.247996Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1568153,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 773.9902954101562,
                            "deviation": 63.684810638427734,
                            "volatility": 0.060326628386974335
                        }
                    },
                    "username": "_px",
                    "country": "un",
                    "ranking": 9.454770731013737,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/bfdf6e33478e0bf434b515a2c2965464-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 935.8558349609375,
                            "deviation": 104.69776153564453,
                            "volatility": 0.1486527919769287
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "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/85683545"
            },
            "players": {
                "black": {
                    "id": 1728467,
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 707.8309341353009,
                            "deviation": 61.43176163951613,
                            "volatility": 0.059947683276424246
                        }
                    },
                    "ranking": 6.917382258168465,
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683545,
            "name": "Friendly Match",
            "creator": 1728467,
            "mode": "game",
            "source": "play",
            "black": 1728467,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "7.0",
            "handicap": 3,
            "komi": "3.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": "40.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:46:58.022493Z",
            "ended": "2026-04-02T15:49:35.039577Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1728467,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 708.7800903320312,
                            "deviation": 61.374942779541016,
                            "volatility": 0.05995011702179909
                        }
                    },
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "ranking": 6.917382258168465,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 964.6647338867188,
                            "deviation": 103.01128387451172,
                            "volatility": 0.14865781366825104
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85683342"
            },
            "players": {
                "black": {
                    "id": 1728467,
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 707.8309341353009,
                            "deviation": 61.43176163951613,
                            "volatility": 0.059947683276424246
                        }
                    },
                    "ranking": 6.917382258168465,
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683342,
            "name": "友谊赛",
            "creator": 1728467,
            "mode": "game",
            "source": "play",
            "black": 1728467,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "6.0",
            "handicap": 3,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 40,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "27.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:39:35.054934Z",
            "ended": "2026-04-02T15:43:25.585887Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1728467,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 720.814208984375,
                            "deviation": 61.35279083251953,
                            "volatility": 0.059949059039354324
                        }
                    },
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "ranking": 6.917382258168465,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.7421264648438,
                            "deviation": 104.52897644042969,
                            "volatility": 0.148661807179451
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85683306"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1967849,
                    "username": "Ph03bus",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/86429c833632dfbc4dcd939f3e227c1c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 970.8400147591794,
                            "deviation": 165.84957822252034,
                            "volatility": 0.060009313638565175
                        }
                    },
                    "ranking": 14.231773375468014,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85683306,
            "name": "Friendly Match",
            "creator": 1967849,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1967849,
            "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": "0.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:38:22.700803Z",
            "ended": "2026-04-02T15:42:30.260639Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.7421264648438,
                            "deviation": 104.52897644042969,
                            "volatility": 0.148661807179451
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1967849,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 970.8400268554688,
                            "deviation": 165.84957885742188,
                            "volatility": 0.06000931188464165
                        }
                    },
                    "username": "Ph03bus",
                    "country": "un",
                    "ranking": 14.231773375468014,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/86429c833632dfbc4dcd939f3e227c1c?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/85683282"
            },
            "players": {
                "black": {
                    "id": 1454191,
                    "username": "大蚂蚁呀",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/9c9ef3481f69bee24540fd3e8bd7c305?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 399.2733234169232,
                            "deviation": 193.22679655411375,
                            "volatility": 0.06000968766532991
                        }
                    },
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683282,
            "name": "友谊赛",
            "creator": 1454191,
            "mode": "game",
            "source": "play",
            "black": 1454191,
            "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": 35,
            "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": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-04-02T15:37:56.495700Z",
            "ended": "2026-04-02T15:53:25.674771Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1454191,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 399.2733154296875,
                            "deviation": 193.22679138183594,
                            "volatility": 0.06000968813896179
                        }
                    },
                    "username": "大蚂蚁呀",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/9c9ef3481f69bee24540fd3e8bd7c305?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.967529296875,
                            "deviation": 101.7204360961914,
                            "volatility": 0.14865541458129883
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85683280"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1993081,
                    "username": "Elizabeth514",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/13a430f0e7356dddb6214ae5a330675c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 710.3615547953566,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 7.000000000000001,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85683280,
            "name": "Friendly Match",
            "creator": 1993081,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1993081,
            "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": "73.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:37:51.981261Z",
            "ended": "2026-04-02T15:41:14.321724Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.7421264648438,
                            "deviation": 104.52897644042969,
                            "volatility": 0.148661807179451
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1993081,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "Elizabeth514",
                    "country": "un",
                    "ranking": 7.000000000000001,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/13a430f0e7356dddb6214ae5a330675c-32.png",
                    "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/85683272"
            },
            "players": {
                "black": {
                    "id": 1728467,
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 707.8309341353009,
                            "deviation": 61.43176163951613,
                            "volatility": 0.059947683276424246
                        }
                    },
                    "ranking": 6.917382258168465,
                    "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": 1102.2161502797499,
                            "deviation": 102.50589527617906,
                            "volatility": 0.14839963848508525
                        }
                    },
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683272,
            "name": "友谊赛",
            "creator": 1728467,
            "mode": "game",
            "source": "play",
            "black": 1728467,
            "white": 58441,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "7.0",
            "handicap": 3,
            "komi": "3.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": "40.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:37:47.029309Z",
            "ended": "2026-04-02T15:39:16.215674Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1728467,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 712.9722900390625,
                            "deviation": 61.30186080932617,
                            "volatility": 0.05995016545057297
                        }
                    },
                    "username": "jg250226_nwjocig",
                    "country": "un",
                    "ranking": 6.917382258168465,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/859cf3c1d3c546559f1b27455ae4c70e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 965.6987915039062,
                            "deviation": 106.31717681884766,
                            "volatility": 0.14866550266742706
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 17.169888562621477,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}