List all games played by a specific player.

GET /api/v1/players/58441/games?format=api&ordering=-id&page=58
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=59",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&ordering=-id&page=57",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85867455"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "username": "shauntan26",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 920.5334492879327,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85867455,
            "name": "Friendly Match",
            "creator": 1995007,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1995007,
            "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": 16,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 180, \"max_time\": 1800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T10:33:45.242116Z",
            "ended": "2026-04-08T10:37:21.610322Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "shauntan26",
                    "country": "un",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?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/85867448"
            },
            "players": {
                "black": {
                    "id": 1999246,
                    "username": "小薛不会下棋",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3738e7f3acfb62e185e62d391469e3a5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1837.3839021893393,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 29.0,
                    "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": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85867448,
            "name": "友谊赛",
            "creator": 1999246,
            "mode": "game",
            "source": "play",
            "black": 1999246,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "2026-04-08T10:33:34.380998Z",
            "ended": "2026-04-08T10:50:46.349512Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1999246,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "小薛不会下棋",
                    "country": "un",
                    "ranking": 29.0,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3738e7f3acfb62e185e62d391469e3a5?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "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/85867409"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "username": "shauntan26",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 920.5334492879327,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85867409,
            "name": "Friendly Match",
            "creator": 1995007,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1995007,
            "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": 16,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 180, \"max_time\": 1800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T10:31:58.479156Z",
            "ended": "2026-04-08T10:33:43.205245Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "shauntan26",
                    "country": "un",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?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/85867376"
            },
            "players": {
                "black": {
                    "id": 1773142,
                    "username": "yuujiro hane-ma",
                    "country": "lk",
                    "icon": "https://user-uploads.online-go.com/72cab12633f2279fae75fa299519a5b2-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 815.4773731859887,
                            "deviation": 64.26084651161369,
                            "volatility": 0.060026449314363475
                        }
                    },
                    "ranking": 10.194690814297282,
                    "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": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85867376,
            "name": "Friendly Match",
            "creator": 1773142,
            "mode": "game",
            "source": "play",
            "black": 1773142,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-08T10:30:58.642146Z",
            "ended": "2026-04-08T10:36:41.022725Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1773142,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 815.4773559570312,
                            "deviation": 64.26084899902344,
                            "volatility": 0.06002644822001457
                        }
                    },
                    "username": "yuujiro hane-ma",
                    "country": "lk",
                    "ranking": 10.194690814297282,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/72cab12633f2279fae75fa299519a5b2-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "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/85867308"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995144,
                    "username": "4530817ljl",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b8f5b222a9b5bc869641d2a4add7cbc7?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85867308,
            "name": "友谊赛",
            "creator": 1995144,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1995144,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "Server Decision",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T10:27:36.207588Z",
            "ended": "2026-04-08T10:42:26.881672Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995144,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "4530817ljl",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b8f5b222a9b5bc869641d2a4add7cbc7?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/85867306"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "username": "shauntan26",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 920.5334492879327,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85867306,
            "name": "Friendly Match",
            "creator": 1995007,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1995007,
            "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": 16,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 180, \"max_time\": 1800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-08T10:27:32.582982Z",
            "ended": "2026-04-08T10:30:49.324196Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995007,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "shauntan26",
                    "country": "un",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7e8f7171b70410d601e6d7099a5e306d?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/85867301"
            },
            "players": {
                "black": {
                    "id": 1961779,
                    "username": "ybkim123",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/f33f9da1a36d647041fa44bb6613d904-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 920.5334492879327,
                            "deviation": 250,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "ui_class": "supporter provisional"
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85867301,
            "name": "Friendly Match",
            "creator": 1961779,
            "mode": "game",
            "source": "play",
            "black": 1961779,
            "white": 58441,
            "width": 13,
            "height": 13,
            "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": 60,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-08T10:27:11.640335Z",
            "ended": "2026-04-08T10:35:17.557069Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1961779,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "ybkim123",
                    "country": "us",
                    "ranking": 13.000000000000002,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/f33f9da1a36d647041fa44bb6613d904-32.png",
                    "ui_class": "supporter provisional"
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "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/85867255"
            },
            "players": {
                "black": {
                    "id": 1968552,
                    "username": "Contour0813",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/a77558e128b2d3b0627f2c02896bae19?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 589.5978468841291,
                            "deviation": 81.20586491156095,
                            "volatility": 0.05998844263364819
                        }
                    },
                    "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": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85867255,
            "name": "Friendly Match",
            "creator": 1968552,
            "mode": "game",
            "source": "play",
            "black": 1968552,
            "white": 58441,
            "width": 13,
            "height": 13,
            "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": 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": "58.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-08T10:25:08.967083Z",
            "ended": "2026-04-08T10:29:29.978757Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1968552,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 589.5978393554688,
                            "deviation": 81.20586395263672,
                            "volatility": 0.059988442808389664
                        }
                    },
                    "username": "Contour0813",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a77558e128b2d3b0627f2c02896bae19?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "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/85867242"
            },
            "players": {
                "black": {
                    "id": 1708116,
                    "username": "kertwang",
                    "country": "de",
                    "icon": "https://secure.gravatar.com/avatar/c742cc935e76f6d6d43196120eb70d40?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 744.1809461273335,
                            "deviation": 62.52817704915598,
                            "volatility": 0.05997544441788442
                        }
                    },
                    "ranking": 8.076709738606068,
                    "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": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85867242,
            "name": "Freundschaftsspiel",
            "creator": 1708116,
            "mode": "game",
            "source": "play",
            "black": 1708116,
            "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": 6,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-08T10:24:30.525993Z",
            "ended": "2026-04-08T10:30:28.489001Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1708116,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 744.1809692382812,
                            "deviation": 62.528175354003906,
                            "volatility": 0.05997544527053833
                        }
                    },
                    "username": "kertwang",
                    "country": "de",
                    "ranking": 8.076709738606068,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/c742cc935e76f6d6d43196120eb70d40?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "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/85867222"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.1048324005,
                            "deviation": 108.54339223304756,
                            "volatility": 0.14893576419763638
                        }
                    },
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995144,
                    "username": "4530817ljl",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b8f5b222a9b5bc869641d2a4add7cbc7?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 85867222,
            "name": "友谊赛",
            "creator": 1995144,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1995144,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "Cancellation",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2026-04-08T10:23:37.037072Z",
            "ended": "2026-04-08T10:26:24.109498Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 872.1478881835938,
                            "deviation": 109.82364654541016,
                            "volatility": 0.1486324667930603
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 15.982437514101663,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1995144,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "username": "4530817ljl",
                    "country": "un",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b8f5b222a9b5bc869641d2a4add7cbc7?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
        }
    ]
}