List all games played by a specific player.

GET /api/v1/players/902691/games?format=api&ordering=-id&page=7
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=8",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&ordering=-id&page=6",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85678924"
            },
            "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": 85678924,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T13:02:27.660416Z",
            "ended": "2026-04-02T13:14:06.303153Z",
            "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/85678285"
            },
            "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": 85678285,
            "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": "4.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T12:37:51.900857Z",
            "ended": "2026-04-02T12:54:13.365123Z",
            "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/85678248"
            },
            "players": {
                "black": {
                    "id": 848380,
                    "username": "sorxyz",
                    "country": "th",
                    "icon": "https://user-uploads.online-go.com/a58edb242625b51a9d1b54b8dc0c6b50-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1478.6534943772995,
                            "deviation": 78.4290328644862,
                            "volatility": 0.060021659690905546
                        }
                    },
                    "ranking": 23.97156777919026,
                    "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": 85678248,
            "name": "Friendly Match",
            "creator": 848380,
            "mode": "game",
            "source": "play",
            "black": 848380,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "6.0",
            "handicap": 6,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 44,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 30, \"periods\": 1}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "3.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T12:36:40.664823Z",
            "ended": "2026-04-02T12:50:26.928724Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 848380,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1478.6534423828125,
                            "deviation": 78.42903137207031,
                            "volatility": 0.06002166122198105
                        }
                    },
                    "username": "sorxyz",
                    "country": "th",
                    "ranking": 23.97156777919026,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/a58edb242625b51a9d1b54b8dc0c6b50-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/85678010"
            },
            "players": {
                "black": {
                    "id": 604023,
                    "username": "oaoaoa",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1f33c6b2b99227e1f5b9763e5355f284?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1978.994467855441,
                            "deviation": 62.0057651879568,
                            "volatility": 0.06016330482516472
                        }
                    },
                    "ranking": 30.718797297541837,
                    "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": 85678010,
            "name": "Friendly Match",
            "creator": 604023,
            "mode": "game",
            "source": "play",
            "black": 604023,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "4.0",
            "handicap": 4,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 44,
            "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-02T12:25:54.711699Z",
            "ended": "2026-04-02T12:37:16.315292Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 604023,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1978.9945068359375,
                            "deviation": 62.00576400756836,
                            "volatility": 0.06016330420970917
                        }
                    },
                    "username": "oaoaoa",
                    "country": "un",
                    "ranking": 30.718797297541837,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1f33c6b2b99227e1f5b9763e5355f284?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": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/85677743"
            },
            "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": 85677743,
            "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": "26.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-04-02T12:16:05.027394Z",
            "ended": "2026-04-02T12:24:13.866311Z",
            "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/85677640"
            },
            "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": 85677640,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T12:11:45.181972Z",
            "ended": "2026-04-02T12:15:31.126724Z",
            "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/85677504"
            },
            "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": 85677504,
            "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": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T12:05:21.425865Z",
            "ended": "2026-04-02T12:11:33.056581Z",
            "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/85677389"
            },
            "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": 85677389,
            "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": "16.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T11:59:44.884347Z",
            "ended": "2026-04-02T12:09:50.122987Z",
            "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/85677263"
            },
            "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": 85677263,
            "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": "0.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-04-02T11:54:45.747139Z",
            "ended": "2026-04-02T11:59:41.015190Z",
            "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/85677205"
            },
            "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": 85677205,
            "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-02T11:52:31.375748Z",
            "ended": "2026-04-02T11:54:44.098386Z",
            "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
        }
    ]
}