List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/902691/games?format=api&page=101",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&page=99",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/52427394"
            },
            "players": {
                "black": {
                    "id": 762928,
                    "username": "bertaldegonde",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/6c7e8965161ff3c92ac3a2056f443708?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1727.1188687469335,
                            "deviation": 61.17714752015139,
                            "volatility": 0.059991730373850576
                        }
                    },
                    "ranking": 27.567289530877044,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52427394,
            "name": "Friendly Match",
            "creator": 762928,
            "mode": "game",
            "source": "play",
            "black": 762928,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 6,
            "komi": "0.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-04-01T13:43:05.259715Z",
            "ended": "2023-04-01T13:49:52.487475Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 762928,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2110.119140625,
                            "deviation": 62.442474365234375,
                            "volatility": 0.05991799756884575
                        }
                    },
                    "username": "bertaldegonde",
                    "country": "un",
                    "ranking": 27.567289530877044,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/6c7e8965161ff3c92ac3a2056f443708?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52451701"
            },
            "players": {
                "black": {
                    "id": 1327211,
                    "username": "yyao",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.742295444387,
                            "deviation": 228.68744363526804,
                            "volatility": 0.06000373291343309
                        }
                    },
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52451701,
            "name": "友谊赛",
            "creator": 1327211,
            "mode": "game",
            "source": "play",
            "black": 1327211,
            "white": 902691,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 3,
            "komi": "-5.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": 51,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "9.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2023-04-02T09:37:23.064059Z",
            "ended": "2023-04-02T09:38:12.415163Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1327211,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.7423095703125,
                            "deviation": 228.68743896484375,
                            "volatility": 0.06000373139977455
                        }
                    },
                    "username": "yyao",
                    "country": "un",
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52447744"
            },
            "players": {
                "black": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1088663,
                    "username": "ศุภกร พรหมทวีพูน",
                    "country": "th",
                    "icon": "https://user-uploads.online-go.com/7d39d3f044cd5c6b70d630bb4fdace6d-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1532.3058273848217,
                            "deviation": 64.73129550991176,
                            "volatility": 0.06011166343970999
                        }
                    },
                    "ranking": 24.79667556648312,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 52447744,
            "name": "เล่นกันสนุก ๆ",
            "creator": 1088663,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1088663,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "25.00",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 44,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-04-02T06:01:10.865329Z",
            "ended": "2023-04-02T06:02:06.303052Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1088663,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1487.8380126953125,
                            "deviation": 66.13900756835938,
                            "volatility": 0.06011079251766205
                        }
                    },
                    "username": "ศุภกร พรหมทวีพูน",
                    "country": "th",
                    "ranking": 24.79667556648312,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/7d39d3f044cd5c6b70d630bb4fdace6d-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/52451712"
            },
            "players": {
                "black": {
                    "id": 404687,
                    "username": "abababab",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d27a6468b3b990fcdcd210df79c66956?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1869.9758209953702,
                            "deviation": 118.27805969124697,
                            "volatility": 0.06000196686661672
                        }
                    },
                    "ranking": 29.407040273745235,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52451712,
            "name": "친선 대국",
            "creator": 404687,
            "mode": "game",
            "source": "play",
            "black": 404687,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 11,
            "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": 35,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2023-04-02T09:37:47.320049Z",
            "ended": "2023-04-02T09:41:41.912256Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 404687,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1945.643798828125,
                            "deviation": 130.87046813964844,
                            "volatility": 0.06000228598713875
                        }
                    },
                    "username": "abababab",
                    "country": "un",
                    "ranking": 29.407040273745235,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d27a6468b3b990fcdcd210df79c66956?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52459629"
            },
            "players": {
                "black": {
                    "id": 1230691,
                    "username": "Aphiwitch",
                    "country": "th",
                    "icon": "https://user-uploads.online-go.com/887601d30f3ce49272316cf982fae8e7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1703.136425437542,
                            "deviation": 65.24220426873468,
                            "volatility": 0.06031021374039815
                        }
                    },
                    "ranking": 27.24358032484188,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52459629,
            "name": "Friendly Match",
            "creator": 1230691,
            "mode": "game",
            "source": "play",
            "black": 1230691,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "-25.00",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 44,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "74 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-04-02T15:34:43.299228Z",
            "ended": "2023-04-02T15:37:58.709120Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1230691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1361.1829833984375,
                            "deviation": 65.85008239746094,
                            "volatility": 0.06004437431693077
                        }
                    },
                    "username": "Aphiwitch",
                    "country": "th",
                    "ranking": 27.24358032484188,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/887601d30f3ce49272316cf982fae8e7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52455669"
            },
            "players": {
                "black": {
                    "id": 909906,
                    "username": "Chikotyan",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/121c1138d7911c241f45ad0832a7b0af?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1968.7562583199526,
                            "deviation": 62.91740640096479,
                            "volatility": 0.059976651223732705
                        }
                    },
                    "ranking": 30.5987212853693,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52455669,
            "name": "親睦戦",
            "creator": 909906,
            "mode": "game",
            "source": "play",
            "black": 909906,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "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": 60,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 60, \"period_time\": 60, \"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": "2023-04-02T12:45:55.681600Z",
            "ended": "2023-04-02T12:48:24.822169Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 909906,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1919.770751953125,
                            "deviation": 62.45859909057617,
                            "volatility": 0.05997541919350624
                        }
                    },
                    "username": "Chikotyan",
                    "country": "un",
                    "ranking": 30.5987212853693,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/121c1138d7911c241f45ad0832a7b0af?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52451723"
            },
            "players": {
                "black": {
                    "id": 1327211,
                    "username": "yyao",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.742295444387,
                            "deviation": 228.68744363526804,
                            "volatility": 0.06000373291343309
                        }
                    },
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52451723,
            "name": "友谊赛",
            "creator": 1327211,
            "mode": "game",
            "source": "play",
            "black": 1327211,
            "white": 902691,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 3,
            "komi": "-5.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": 51,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-04-02T09:38:17.515086Z",
            "ended": "2023-04-02T09:39:05.251330Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1327211,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.7423095703125,
                            "deviation": 228.68743896484375,
                            "volatility": 0.06000373139977455
                        }
                    },
                    "username": "yyao",
                    "country": "un",
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/52494509"
            },
            "players": {
                "black": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1327395,
                    "username": "deleted-a5a54962-c1f1-4f0a-b8a1-755fe8a47433",
                    "country": "ma",
                    "icon": "https://user-uploads.online-go.com/ea1452648924d58a3c4654c65bf0c49b-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1736.1567302037834,
                            "deviation": 65.37876679203886,
                            "volatility": 0.06005626467079311
                        }
                    },
                    "ranking": 27.688115588004372,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 52494509,
            "name": "Friendly Match",
            "creator": 1327395,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1327395,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.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": 83,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1500, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2023-04-03T20:05:28.870360Z",
            "ended": "2023-04-03T20:06:47.607848Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 1327395,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1551.0736083984375,
                            "deviation": 78.58064270019531,
                            "volatility": 0.060025423765182495
                        }
                    },
                    "username": "deleted-a5a54962-c1f1-4f0a-b8a1-755fe8a47433",
                    "country": "ma",
                    "ranking": 27.688115588004372,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/ea1452648924d58a3c4654c65bf0c49b-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/52451737"
            },
            "players": {
                "black": {
                    "id": 1327211,
                    "username": "yyao",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.742295444387,
                            "deviation": 228.68744363526804,
                            "volatility": 0.06000373291343309
                        }
                    },
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 52451737,
            "name": "友谊赛",
            "creator": 1327211,
            "mode": "game",
            "source": "play",
            "black": 1327211,
            "white": 902691,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 3,
            "komi": "-5.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": 51,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-04-02T09:39:10.099188Z",
            "ended": "2023-04-02T09:40:45.450641Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1327211,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 909.7423095703125,
                            "deviation": 228.68743896484375,
                            "volatility": 0.06000373139977455
                        }
                    },
                    "username": "yyao",
                    "country": "un",
                    "ranking": 12.727015880600488,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/415c89397d138435a0fde1454c2c14c4?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/54100710"
            },
            "players": {
                "black": {
                    "id": 1211840,
                    "username": "mfueng",
                    "country": "tw",
                    "icon": "https://secure.gravatar.com/avatar/dcd25c29825139cafda02b6622796f5f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1449.0063602435785,
                            "deviation": 60.98649509612229,
                            "volatility": 0.060195191949642686
                        }
                    },
                    "ranking": 23.502691850162282,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 54100710,
            "name": "友誼對局",
            "creator": 1211840,
            "mode": "game",
            "source": "play",
            "black": 1211840,
            "white": 902691,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.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": 36,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 180, \"period_time\": 30, \"periods\": 2}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2023-05-30T11:50:57.619551Z",
            "ended": "2023-05-30T11:52:08.591960Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1211840,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1760.836669921875,
                            "deviation": 64.771728515625,
                            "volatility": 0.060145750641822815
                        }
                    },
                    "username": "mfueng",
                    "country": "tw",
                    "ranking": 23.502691850162282,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/dcd25c29825139cafda02b6622796f5f?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}