List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&page=18
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&page=19",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&page=17",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/74827251"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1595562,
                    "username": "jg240719_kotzaga",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/db47686db4f0510d96c156fce258afd9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1137.9849807628325,
                            "deviation": 230.15740645275253,
                            "volatility": 0.06000307682444854
                        }
                    },
                    "ranking": 17.9092139670414,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 74827251,
            "name": "友谊赛",
            "creator": 1595562,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1595562,
            "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": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-05-01T00:04:01.788447Z",
            "ended": "2025-05-01T00:05:50.749000Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1076.1822509765625,
                            "deviation": 96.51545715332031,
                            "volatility": 0.14990107715129852
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1595562,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1384.3687744140625,
                            "deviation": 258.7591857910156,
                            "volatility": 0.059998854994773865
                        }
                    },
                    "username": "jg240719_kotzaga",
                    "country": "un",
                    "ranking": 17.9092139670414,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/db47686db4f0510d96c156fce258afd9?s=32&d=retro",
                    "ui_class": "provisional"
                }
            },
            "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/74827301"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1595562,
                    "username": "jg240719_kotzaga",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/db47686db4f0510d96c156fce258afd9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1137.9849807628325,
                            "deviation": 230.15740645275253,
                            "volatility": 0.06000307682444854
                        }
                    },
                    "ranking": 17.9092139670414,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 74827301,
            "name": "Friendly Match",
            "creator": 1595562,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1595562,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 35,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": true, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2025-05-01T00:07:00.525796Z",
            "ended": "2025-05-01T00:07:33.903381Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1110.5426025390625,
                            "deviation": 98.4101791381836,
                            "volatility": 0.14995655417442322
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1595562,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1137.9849853515625,
                            "deviation": 230.15740966796875,
                            "volatility": 0.06000307574868202
                        }
                    },
                    "username": "jg240719_kotzaga",
                    "country": "un",
                    "ranking": 17.9092139670414,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/db47686db4f0510d96c156fce258afd9?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/74827330"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 344898,
                    "username": "magicalwizard",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/0bf6db08092a5a8f27d0686e0506ab2b-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1454.5162355150546,
                            "deviation": 130.35668364714746,
                            "volatility": 0.059813320215005385
                        }
                    },
                    "ranking": 23.590553240207395,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 74827330,
            "name": "Friendly Match",
            "creator": 344898,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 344898,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 32,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 300, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "9.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-05-01T00:07:52.248239Z",
            "ended": "2025-05-01T00:16:55.074516Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1139.2095947265625,
                            "deviation": 98.3762435913086,
                            "volatility": 0.14996464550495148
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 344898,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1239.6092529296875,
                            "deviation": 64.65476989746094,
                            "volatility": 0.059913743287324905
                        }
                    },
                    "username": "magicalwizard",
                    "country": "us",
                    "ranking": 23.590553240207395,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/0bf6db08092a5a8f27d0686e0506ab2b-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/74827275"
            },
            "players": {
                "black": {
                    "id": 1758141,
                    "username": "mikejin2013",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/083117a6d646de3afa7f40d5ea8bf4c2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1008.742692471161,
                            "deviation": 63.14884922625393,
                            "volatility": 0.05986807687581151
                        }
                    },
                    "ranking": 15.118378651868758,
                    "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": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 74827275,
            "name": "Friendly Match",
            "creator": 1758141,
            "mode": "game",
            "source": "play",
            "black": 1758141,
            "white": 58441,
            "width": 19,
            "height": 19,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "9.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-05-01T00:05:17.711409Z",
            "ended": "2025-05-01T00:24:21.881033Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1758141,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1098.763916015625,
                            "deviation": 65.43698120117188,
                            "volatility": 0.05994980037212372
                        }
                    },
                    "username": "mikejin2013",
                    "country": "un",
                    "ranking": 15.118378651868758,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/083117a6d646de3afa7f40d5ea8bf4c2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1139.2095947265625,
                            "deviation": 98.3762435913086,
                            "volatility": 0.14996464550495148
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "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/74828300"
            },
            "players": {
                "black": {
                    "id": 629859,
                    "username": "TockTockTock",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/cd2e661934f89519a98459bb1ed875e5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 527.8630635743186,
                            "deviation": 65.25668035287289,
                            "volatility": 0.060043943004232284
                        }
                    },
                    "ranking": 5,
                    "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": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 74828300,
            "name": "Friendly Match",
            "creator": 629859,
            "mode": "game",
            "source": "play",
            "black": 629859,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": true,
            "white_lost": false,
            "annulled": true,
            "started": "2025-05-01T01:02:37.909414Z",
            "ended": "2025-05-01T01:08:31.439944Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 629859,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 589.474365234375,
                            "deviation": 74.7762222290039,
                            "volatility": 0.060008928179740906
                        }
                    },
                    "username": "TockTockTock",
                    "country": "us",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/cd2e661934f89519a98459bb1ed875e5?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1082.4189453125,
                            "deviation": 97.38522338867188,
                            "volatility": 0.14996851980686188
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "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/74827720"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1743151,
                    "username": "deleted-8ec781fe-2012-4a6c-b771-5f4038a00941",
                    "country": "ca",
                    "icon": "https://secure.gravatar.com/avatar/e129063e07ff8697a67cfea008e735f4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1072.9294277905485,
                            "deviation": 63.43324184233158,
                            "volatility": 0.060163538700574996
                        }
                    },
                    "ranking": 16.546455715767884,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 74827720,
            "name": "Friendly Match",
            "creator": 1743151,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1743151,
            "width": 19,
            "height": 19,
            "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": 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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-01T00:28:14.947966Z",
            "ended": "2025-05-01T01:02:39.786266Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1109.151611328125,
                            "deviation": 97.8719711303711,
                            "volatility": 0.1499720960855484
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1743151,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1109.33837890625,
                            "deviation": 64.22511291503906,
                            "volatility": 0.06011364981532097
                        }
                    },
                    "username": "deleted-8ec781fe-2012-4a6c-b771-5f4038a00941",
                    "country": "ca",
                    "ranking": 16.546455715767884,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e129063e07ff8697a67cfea008e735f4?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/74828319"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 454453,
                    "username": "nre",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/15fa82ec63beec05f5317a98a33712d3?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1209.0978550038362,
                            "deviation": 68.060575227155,
                            "volatility": 0.06002752050699702
                        }
                    },
                    "ranking": 19.31245977002889,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 74828319,
            "name": "Friendly Match",
            "creator": 454453,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 454453,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-05-01T01:03:34.497274Z",
            "ended": "2025-05-01T01:27:06.510366Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1082.4189453125,
                            "deviation": 97.38522338867188,
                            "volatility": 0.14996851980686188
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 454453,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1195.74658203125,
                            "deviation": 70.4005355834961,
                            "volatility": 0.06002847105264664
                        }
                    },
                    "username": "nre",
                    "country": "un",
                    "ranking": 19.31245977002889,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/15fa82ec63beec05f5317a98a33712d3?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/77506760"
            },
            "players": {
                "black": {
                    "id": 1641778,
                    "username": "Momo29",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/21ca5df98f7de501fcc8fcfe892654e8?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 731.5534180905228,
                            "deviation": 71.5314906691882,
                            "volatility": 0.0600825993286775
                        }
                    },
                    "ranking": 7.680521351273779,
                    "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": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 77506760,
            "name": "Friendly Match",
            "creator": 1641778,
            "mode": "game",
            "source": "play",
            "black": 1641778,
            "white": 58441,
            "width": 19,
            "height": 19,
            "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": 88451,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "13.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-21T08:17:09.193028Z",
            "ended": "2025-07-21T08:27:56.010130Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1641778,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 819.4796752929688,
                            "deviation": 68.79243469238281,
                            "volatility": 0.05997825041413307
                        }
                    },
                    "username": "Momo29",
                    "country": "un",
                    "ranking": 7.680521351273779,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/21ca5df98f7de501fcc8fcfe892654e8?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1076.123291015625,
                            "deviation": 97.58906555175781,
                            "volatility": 0.1499517261981964
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "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/74828413"
            },
            "players": {
                "black": {
                    "id": 629859,
                    "username": "TockTockTock",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/cd2e661934f89519a98459bb1ed875e5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 527.8630635743186,
                            "deviation": 65.25668035287289,
                            "volatility": 0.060043943004232284
                        }
                    },
                    "ranking": 5,
                    "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": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 74828413,
            "name": "Friendly Match",
            "creator": 629859,
            "mode": "game",
            "source": "play",
            "black": 629859,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 88451,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": false, \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-01T01:09:16.426268Z",
            "ended": "2025-05-09T02:26:23.628734Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 629859,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 589.474365234375,
                            "deviation": 74.7762222290039,
                            "volatility": 0.060008928179740906
                        }
                    },
                    "username": "TockTockTock",
                    "country": "us",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/cd2e661934f89519a98459bb1ed875e5?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1272.4373779296875,
                            "deviation": 99.50741577148438,
                            "volatility": 0.14983856678009033
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "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/74828543"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.1581271508649,
                            "deviation": 97.6480110295432,
                            "volatility": 0.14867204170888615
                        }
                    },
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1634314,
                    "username": "jg240923_efvwihs",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/bfda73ae3c0484b791ad3083ccfb6a8b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1258.6473357171467,
                            "deviation": 255.14824213208593,
                            "volatility": 0.060000020138361934
                        }
                    },
                    "ranking": 20.242235397721185,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 74828543,
            "name": "友谊赛",
            "creator": 1634314,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1634314,
            "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": false,
            "white_lost": true,
            "annulled": true,
            "started": "2025-05-01T01:16:13.347424Z",
            "ended": "2025-05-01T01:29:34.313751Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1109.2044677734375,
                            "deviation": 97.05530548095703,
                            "volatility": 0.14996695518493652
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 14.874186256561774,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1634314,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1258.6473388671875,
                            "deviation": 255.1482391357422,
                            "volatility": 0.06000002101063728
                        }
                    },
                    "username": "jg240923_efvwihs",
                    "country": "un",
                    "ranking": 20.242235397721185,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/bfda73ae3c0484b791ad3083ccfb6a8b?s=32&d=retro",
                    "ui_class": "provisional"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}