List all games played by a specific player.

GET /api/v1/players/902691/games?format=api&ordering=-id&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/902691/games?format=api&ordering=-id&page=9",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&ordering=-id&page=7",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85683407"
            },
            "players": {
                "black": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85683407,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1969719,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:41:32.586083Z",
            "ended": "2026-04-02T15:42:20.324530Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-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/85683350"
            },
            "players": {
                "black": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85683350,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1969719,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:39:56.639336Z",
            "ended": "2026-04-02T15:41:22.758874Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-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/85683285"
            },
            "players": {
                "black": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683285,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 1969719,
            "white": 902691,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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": "0.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:37:59.974228Z",
            "ended": "2026-04-02T15:39:25.765077Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85683233"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683233,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "10.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:36:33.183093Z",
            "ended": "2026-04-02T15:41:36.212306Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85683227"
            },
            "players": {
                "black": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683227,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 1969719,
            "white": 902691,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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-02T15:36:21.800407Z",
            "ended": "2026-04-02T15:37:45.372496Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85683226"
            },
            "players": {
                "black": {
                    "id": 762928,
                    "username": "bertaldegonde",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/6c7e8965161ff3c92ac3a2056f443708?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1785.4045585174517,
                            "deviation": 61.45507894957885,
                            "volatility": 0.05998556631224116
                        }
                    },
                    "ranking": 28.335647442904342,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683226,
            "name": "Friendly Match",
            "creator": 762928,
            "mode": "game",
            "source": "play",
            "black": 762928,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "6.0",
            "handicap": 6,
            "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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "14.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:36:21.606583Z",
            "ended": "2026-04-02T15:43:29.617546Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 762928,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1785.404541015625,
                            "deviation": 61.455078125,
                            "volatility": 0.05998556688427925
                        }
                    },
                    "username": "bertaldegonde",
                    "country": "un",
                    "ranking": 28.335647442904342,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/6c7e8965161ff3c92ac3a2056f443708?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85683097"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85683097,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:32:52.254274Z",
            "ended": "2026-04-02T15:36:30.662589Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85682968"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85682968,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T15:29:20.950064Z",
            "ended": "2026-04-02T15:32:49.801861Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85682890"
            },
            "players": {
                "black": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 85682890,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 1969719,
            "white": 902691,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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": "8.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:27:07.461614Z",
            "ended": "2026-04-02T15:27:59.659125Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/85682849"
            },
            "players": {
                "black": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.7131560693173,
                            "deviation": 63.539282056123014,
                            "volatility": 0.059995728798663835
                        }
                    },
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 85682849,
            "name": "友谊赛",
            "creator": 1969719,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1969719,
            "width": 13,
            "height": 13,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.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": 12,
            "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": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T15:25:44.608637Z",
            "ended": "2026-04-02T15:26:42.473045Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1969719,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 808.713134765625,
                            "deviation": 63.539283752441406,
                            "volatility": 0.059995729476213455
                        }
                    },
                    "username": "Lunail Lanchester",
                    "country": "zz",
                    "ranking": 10.001865491439027,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b1dd2d70d54b20679c9810c631917167-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
        }
    ]
}