List all games played by a specific player.

GET /api/v1/players/15530/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/15530/games?format=api&ordering=-id&page=9",
    "previous": "https://online-go.com/api/v1/players/15530/games?format=api&ordering=-id&page=7",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/82691004"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1845172,
                    "username": "Monom",
                    "country": "se",
                    "icon": "https://secure.gravatar.com/avatar/a58344419d5815bbdb347a7ee821e954?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1786.493108309373,
                            "deviation": 78.73058729456336,
                            "volatility": 0.05999506650064533
                        }
                    },
                    "ranking": 28.349757549527588,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 82691004,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (Monom vs Julko)",
            "creator": 1845172,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 1845172,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "33.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:37:19.740841Z",
            "ended": "2026-01-13T19:12:11.474054Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 848.8492431640625,
                            "deviation": 67.79155731201172,
                            "volatility": 0.059288717806339264
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1845172,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1863.1478271484375,
                            "deviation": 85.60152435302734,
                            "volatility": 0.05998937040567398
                        }
                    },
                    "username": "Monom",
                    "country": "se",
                    "ranking": 28.349757549527588,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a58344419d5815bbdb347a7ee821e954?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/82691003"
            },
            "players": {
                "black": {
                    "id": 1654720,
                    "username": "FortyXC",
                    "country": "fi",
                    "icon": "https://secure.gravatar.com/avatar/623f263c452d1c290f9ed348ff740ff8?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1186.92464765553,
                            "deviation": 68.1559796395899,
                            "volatility": 0.06024967139308333
                        }
                    },
                    "ranking": 18.883979316668054,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82691003,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (Julko vs FortyXC)",
            "creator": 15530,
            "mode": "game",
            "source": "play",
            "black": 1654720,
            "white": 15530,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "2.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-12-30T16:37:19.677654Z",
            "ended": "2026-01-03T11:05:24.104654Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1654720,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1220.1624755859375,
                            "deviation": 65.19461059570312,
                            "volatility": 0.06013919413089752
                        }
                    },
                    "username": "FortyXC",
                    "country": "fi",
                    "ranking": 18.883979316668054,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/623f263c452d1c290f9ed348ff740ff8?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 852.0725708007812,
                            "deviation": 67.27862548828125,
                            "volatility": 0.05929301306605339
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/82691002"
            },
            "players": {
                "black": {
                    "id": 1031007,
                    "username": "Yusnail",
                    "country": "ru",
                    "icon": "https://user-uploads.online-go.com/65d7cee6775a3c9b99c02ca91d1bd888-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.774055282189,
                            "deviation": 67.50350047506421,
                            "volatility": 0.05998109098714918
                        }
                    },
                    "ranking": 14.888466898456125,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82691002,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (Julko vs Yusnail)",
            "creator": 15530,
            "mode": "game",
            "source": "play",
            "black": 1031007,
            "white": 15530,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "2.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:37:19.617472Z",
            "ended": "2026-01-14T18:23:41.874466Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1031007,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 954.7723388671875,
                            "deviation": 68.04298400878906,
                            "volatility": 0.059959348291158676
                        }
                    },
                    "username": "Yusnail",
                    "country": "ru",
                    "ranking": 14.888466898456125,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/65d7cee6775a3c9b99c02ca91d1bd888-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 857.7691650390625,
                            "deviation": 67.87112426757812,
                            "volatility": 0.05928879603743553
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/82691001"
            },
            "players": {
                "black": {
                    "id": 634707,
                    "username": "andischl",
                    "country": "_Starfleet",
                    "icon": "https://user-uploads.online-go.com/f3f5f083c62d433b73647c39bb268701-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1026.6611568950452,
                            "deviation": 66.01850254136879,
                            "volatility": 0.05957903024797431
                        }
                    },
                    "ranking": 15.525986378459686,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82691001,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (Julko vs andischl)",
            "creator": 15530,
            "mode": "game",
            "source": "play",
            "black": 634707,
            "white": 15530,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "0.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-12-30T16:37:19.566964Z",
            "ended": "2026-01-14T06:53:35.198811Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 634707,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1024.260986328125,
                            "deviation": 73.19670867919922,
                            "volatility": 0.05955168232321739
                        }
                    },
                    "username": "andischl",
                    "country": "_Starfleet",
                    "ranking": 15.525986378459686,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/f3f5f083c62d433b73647c39bb268701-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 848.75634765625,
                            "deviation": 68.55184936523438,
                            "volatility": 0.05928867310285568
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/82690993"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 355185,
                    "username": "TS KingKong",
                    "country": "th",
                    "icon": "https://user-uploads.online-go.com/7d94408e9dd17b620a367090a4b1e4f7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1490.9597323360938,
                            "deviation": 66.03744557499287,
                            "volatility": 0.06000022084041982
                        }
                    },
                    "ranking": 24.16343858379175,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 82690993,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (TS KingKong vs Julko)",
            "creator": 355185,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 355185,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "17.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:37:19.030038Z",
            "ended": "2026-01-12T08:29:50.411931Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 849.537109375,
                            "deviation": 66.07846069335938,
                            "volatility": 0.059290315955877304
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 355185,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1400.0340576171875,
                            "deviation": 64.59207153320312,
                            "volatility": 0.060000933706760406
                        }
                    },
                    "username": "TS KingKong",
                    "country": "th",
                    "ranking": 24.16343858379175,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/7d94408e9dd17b620a367090a4b1e4f7-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/82690985"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 744862,
                    "username": "Cher.ChChChCherry",
                    "country": "th",
                    "icon": "https://user-uploads.online-go.com/1cf109b56b02eecd8c81712a8a1576da-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1142.2807126381908,
                            "deviation": 69.06077530927647,
                            "volatility": 0.06050054029793948
                        }
                    },
                    "ranking": 17.996437408455915,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 82690985,
            "name": "Tournament Game: 13x13 Open League #52 (135425) R:1 (Cher.ChChChCherry vs Julko)",
            "creator": 744862,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 744862,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 90782,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": 135425,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2025-12-30T16:37:18.412209Z",
            "ended": "2026-01-29T10:46:16.640363Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 816.328369140625,
                            "deviation": 65.86817169189453,
                            "volatility": 0.059284694492816925
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 744862,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1269.5111083984375,
                            "deviation": 68.13198852539062,
                            "volatility": 0.06028454378247261
                        }
                    },
                    "username": "Cher.ChChChCherry",
                    "country": "th",
                    "ranking": 17.996437408455915,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/1cf109b56b02eecd8c81712a8a1576da-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/82690913"
            },
            "players": {
                "black": {
                    "id": 1665729,
                    "username": "Epursimuove",
                    "country": "pl",
                    "icon": "https://secure.gravatar.com/avatar/cbb3f37be5f931c906520351e7497e51?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 833.0180991413325,
                            "deviation": 64.31399487888596,
                            "volatility": 0.060476406738142724
                        }
                    },
                    "ranking": 10.687362027046294,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82690913,
            "name": "Tournament Game: 13x13 Mini League 10k-25k #42 (135684) R:1 (Julko vs Epursimuove)",
            "creator": 15530,
            "mode": "game",
            "source": "play",
            "black": 1665729,
            "white": 15530,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 93703,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 432000, \"max_time\": 1209600}",
            "disable_analysis": true,
            "tournament": 135684,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "8.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-12-30T16:34:29.997535Z",
            "ended": "2026-01-10T18:26:07.003247Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1665729,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 928.2257690429688,
                            "deviation": 64.92584228515625,
                            "volatility": 0.06046747788786888
                        }
                    },
                    "username": "Epursimuove",
                    "country": "pl",
                    "ranking": 10.687362027046294,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/cbb3f37be5f931c906520351e7497e51?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 871.1683349609375,
                            "deviation": 66.83111572265625,
                            "volatility": 0.05929179489612579
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/82690912"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1059684,
                    "username": "MartinCooper",
                    "country": "155",
                    "icon": "https://user-uploads.online-go.com/bd30ba1187cb1a43db183d2a09e085b3-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 720.1418553780294,
                            "deviation": 65.07822221758708,
                            "volatility": 0.05993599522673585
                        }
                    },
                    "ranking": 7.316556374231529,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82690912,
            "name": "Tournament Game: 13x13 Mini League 10k-25k #42 (135684) R:1 (MartinCooper vs Julko)",
            "creator": 1059684,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 1059684,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 93703,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 432000, \"max_time\": 1209600}",
            "disable_analysis": true,
            "tournament": 135684,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:34:29.950516Z",
            "ended": "2026-01-09T18:36:37.011524Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 877.4752807617188,
                            "deviation": 67.4877700805664,
                            "volatility": 0.05929297208786011
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1059684,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 852.111083984375,
                            "deviation": 63.694480895996094,
                            "volatility": 0.059957463294267654
                        }
                    },
                    "username": "MartinCooper",
                    "country": "155",
                    "ranking": 7.316556374231529,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/bd30ba1187cb1a43db183d2a09e085b3-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/82690911"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1031007,
                    "username": "Yusnail",
                    "country": "ru",
                    "icon": "https://user-uploads.online-go.com/65d7cee6775a3c9b99c02ca91d1bd888-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 998.774055282189,
                            "deviation": 67.50350047506421,
                            "volatility": 0.05998109098714918
                        }
                    },
                    "ranking": 14.888466898456125,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 82690911,
            "name": "Tournament Game: 13x13 Mini League 10k-25k #42 (135684) R:1 (Yusnail vs Julko)",
            "creator": 1031007,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 1031007,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 93703,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 432000, \"max_time\": 1209600}",
            "disable_analysis": true,
            "tournament": 135684,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "12.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:34:29.894600Z",
            "ended": "2026-01-16T19:14:52.997021Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 863.164794921875,
                            "deviation": 67.0706558227539,
                            "volatility": 0.0592898465692997
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1031007,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 958.4559326171875,
                            "deviation": 68.21484375,
                            "volatility": 0.05996732786297798
                        }
                    },
                    "username": "Yusnail",
                    "country": "ru",
                    "ranking": 14.888466898456125,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/65d7cee6775a3c9b99c02ca91d1bd888-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/82690910"
            },
            "players": {
                "black": {
                    "id": 15530,
                    "username": "Julko",
                    "country": "pl",
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 843.4550786374468,
                            "deviation": 66.73481801425581,
                            "volatility": 0.05928243088441237
                        }
                    },
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 634707,
                    "username": "andischl",
                    "country": "_Starfleet",
                    "icon": "https://user-uploads.online-go.com/f3f5f083c62d433b73647c39bb268701-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1026.6611568950452,
                            "deviation": 66.01850254136879,
                            "volatility": 0.05957903024797431
                        }
                    },
                    "ranking": 15.525986378459686,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 82690910,
            "name": "Tournament Game: 13x13 Mini League 10k-25k #42 (135684) R:1 (andischl vs Julko)",
            "creator": 634707,
            "mode": "game",
            "source": "play",
            "black": 15530,
            "white": 634707,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": true,
            "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": 93703,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 432000, \"max_time\": 1209600}",
            "disable_analysis": true,
            "tournament": 135684,
            "tournament_round": 1,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "9.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-12-30T16:34:29.835279Z",
            "ended": "2026-01-18T14:46:31.328354Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 15530,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 847.173828125,
                            "deviation": 66.27095031738281,
                            "volatility": 0.05928710103034973
                        }
                    },
                    "username": "Julko",
                    "country": "pl",
                    "ranking": 10.975609044766014,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/71fa797ba41fd26c92f7ed5fda17613a-32.png",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 634707,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1155.726318359375,
                            "deviation": 69.49609375,
                            "volatility": 0.05955684557557106
                        }
                    },
                    "username": "andischl",
                    "country": "_Starfleet",
                    "ranking": 15.525986378459686,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/f3f5f083c62d433b73647c39bb268701-32.png",
                    "ui_class": "supporter"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}