List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/58441/games?format=api&page=28",
    "previous": "https://online-go.com/api/v1/players/58441/games?format=api&page=26",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/76951848"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951848,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"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": "2025-07-04T00:54:08.512879Z",
            "ended": "2025-07-04T00:55:51.619227Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1093.2747802734375,
                            "deviation": 62.893463134765625,
                            "volatility": 0.0604112409055233
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1159.306884765625,
                            "deviation": 96.50294494628906,
                            "volatility": 0.1496066153049469
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951866"
            },
            "players": {
                "black": {
                    "id": 1472399,
                    "username": "Jadeemperor08",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7c7217c8608bc542ad5ca8f27e5421ee?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 430.35878913104307,
                            "deviation": 119.76502998699007,
                            "volatility": 0.06060773178359761
                        }
                    },
                    "ranking": 5,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951866,
            "name": "Friendly Match",
            "creator": 1472399,
            "mode": "game",
            "source": "play",
            "black": 1472399,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 9,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"time_increment\": 7, \"initial_time\": 300, \"max_time\": 3000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-04T00:55:33.623533Z",
            "ended": "2025-07-04T01:01:35.908625Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1472399,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 862.55517578125,
                            "deviation": 62.277408599853516,
                            "volatility": 0.06039416790008545
                        }
                    },
                    "username": "Jadeemperor08",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7c7217c8608bc542ad5ca8f27e5421ee?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1164.5513916015625,
                            "deviation": 97.80567932128906,
                            "volatility": 0.14958281815052032
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951871"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951871,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"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": "2025-07-04T00:55:55.185349Z",
            "ended": "2025-07-04T00:57:47.306542Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1084.362548828125,
                            "deviation": 62.833702087402344,
                            "volatility": 0.0604102797806263
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1152.3973388671875,
                            "deviation": 96.04621887207031,
                            "volatility": 0.14959502220153809
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951907"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951907,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "5.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-04T00:57:55.669321Z",
            "ended": "2025-07-04T00:59:22.849031Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1075.52099609375,
                            "deviation": 62.778385162353516,
                            "volatility": 0.0604092963039875
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1176.3326416015625,
                            "deviation": 98.61841583251953,
                            "volatility": 0.1495693176984787
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951891"
            },
            "players": {
                "black": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1724553,
                    "username": "Blackforest",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/437e11e256bf12a99fb36b946ea7526a-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 934.2699228135924,
                            "deviation": 62.84627869630269,
                            "volatility": 0.059994609875885674
                        }
                    },
                    "ranking": 13.342899070477207,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 76951891,
            "name": "Ván giao hữu",
            "creator": 1724553,
            "mode": "game",
            "source": "play",
            "black": 58441,
            "white": 1724553,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 17,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 900, \"period_time\": 10, \"periods\": 3}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "49.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-04T00:57:10.469973Z",
            "ended": "2025-07-04T01:05:21.615794Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1120.3009033203125,
                            "deviation": 96.98550415039062,
                            "volatility": 0.14960376918315887
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1724553,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 896.8712768554688,
                            "deviation": 63.153526306152344,
                            "volatility": 0.05998342111706734
                        }
                    },
                    "username": "Blackforest",
                    "country": "un",
                    "ranking": 13.342899070477207,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/437e11e256bf12a99fb36b946ea7526a-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/76951918"
            },
            "players": {
                "black": {
                    "id": 1572214,
                    "username": "lucy10zhang",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3a5d743ccd08d653a05f1aa33fd2f3d0?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 626.6892147329092,
                            "deviation": 79.27405047573248,
                            "volatility": 0.05985688752023904
                        }
                    },
                    "ranking": 5,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951918,
            "name": "Friendly Match",
            "creator": 1572214,
            "mode": "game",
            "source": "play",
            "black": 1572214,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 5,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"time_increment\": 5, \"initial_time\": 30, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "190.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-04T00:58:19.285542Z",
            "ended": "2025-07-04T01:10:33.117243Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1572214,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 653.7005004882812,
                            "deviation": 87.11572265625,
                            "volatility": 0.059866905212402344
                        }
                    },
                    "username": "lucy10zhang",
                    "country": "un",
                    "ranking": 5,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3a5d743ccd08d653a05f1aa33fd2f3d0?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1104.184814453125,
                            "deviation": 97.42350006103516,
                            "volatility": 0.14957214891910553
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951935"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951935,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"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": "2025-07-04T00:59:27.749557Z",
            "ended": "2025-07-04T01:00:56.489000Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1089.2647705078125,
                            "deviation": 62.76638412475586,
                            "volatility": 0.060411252081394196
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1141.501953125,
                            "deviation": 98.29413604736328,
                            "volatility": 0.14959698915481567
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951955"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951955,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "6.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-04T01:01:00.312103Z",
            "ended": "2025-07-04T01:02:58.797252Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1080.001220703125,
                            "deviation": 62.70549392700195,
                            "volatility": 0.06041044369339943
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1164.5513916015625,
                            "deviation": 97.80567932128906,
                            "volatility": 0.14958281815052032
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951992"
            },
            "players": {
                "black": {
                    "id": 1557974,
                    "username": "mingtanaphat",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3f1318e78ac4774a55989d37c52e6f8d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 800.2865480559782,
                            "deviation": 135.62466072317412,
                            "volatility": 0.060004219411459295
                        }
                    },
                    "ranking": 9.75938221620831,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951992,
            "name": "เล่นกันสนุก ๆ",
            "creator": 1557974,
            "mode": "game",
            "source": "play",
            "black": 1557974,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "3.0",
            "handicap": 3,
            "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": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2025-07-04T01:03:11.884121Z",
            "ended": "2025-07-04T01:03:24.656417Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1557974,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 862.910888671875,
                            "deviation": 153.25668334960938,
                            "volatility": 0.06000697612762451
                        }
                    },
                    "username": "mingtanaphat",
                    "country": "un",
                    "ranking": 9.75938221620831,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3f1318e78ac4774a55989d37c52e6f8d?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1185.1036376953125,
                            "deviation": 97.50740814208984,
                            "volatility": 0.14956410229206085
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/76951988"
            },
            "players": {
                "black": {
                    "id": 550114,
                    "username": "panklik",
                    "country": "eu",
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 987.2054885231062,
                            "deviation": 62.01995971762119,
                            "volatility": 0.060399150427868684
                        }
                    },
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1172.3517723790492,
                            "deviation": 110.42945597252702,
                            "volatility": 0.14912153846101867
                        }
                    },
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 76951988,
            "name": "Gra towarzyska",
            "creator": 550114,
            "mode": "game",
            "source": "play",
            "black": 550114,
            "white": 58441,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"period_time\": 10, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "17.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-04T01:03:03.149638Z",
            "ended": "2025-07-04T01:04:54.514506Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 550114,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1071.668212890625,
                            "deviation": 62.6767692565918,
                            "volatility": 0.060409314930438995
                        }
                    },
                    "username": "panklik",
                    "country": "eu",
                    "ranking": 14.618760847851021,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c564392e84466acaf978a37871a8c5e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1152.83349609375,
                            "deviation": 97.21802520751953,
                            "volatility": 0.14958296716213226
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 18.59798794203883,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}