List all games played by a specific player.

GET /api/v1/players/902691/games?format=api&page=51
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=52",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&page=50",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/41455658"
            },
            "players": {
                "black": {
                    "id": 929259,
                    "username": "Jackgogo",
                    "country": "ca",
                    "icon": "https://secure.gravatar.com/avatar/d9b7120620a4fda2c32ed45ed440ebf5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1881.8194723874396,
                            "deviation": 61.50880476306173,
                            "volatility": 0.05988095722435248
                        }
                    },
                    "ranking": 29.55320040192952,
                    "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": 41455658,
            "name": "Friendly Match",
            "creator": 929259,
            "mode": "game",
            "source": "play",
            "black": 929259,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 9,
            "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": 40,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 900, \"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": "2022-02-21T14:06:53.767245Z",
            "ended": "2022-02-21T14:12:44.321209Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 929259,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1931.2322998046875,
                            "deviation": 60.8691291809082,
                            "volatility": 0.059940170496702194
                        }
                    },
                    "username": "Jackgogo",
                    "country": "ca",
                    "ranking": 29.55320040192952,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d9b7120620a4fda2c32ed45ed440ebf5?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/37342703"
            },
            "players": {
                "black": {
                    "id": 886353,
                    "username": "reach",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/34eca00a026456c14615940f3b3be06e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1651.3659844086596,
                            "deviation": 254.14334538081843,
                            "volatility": 0.059999048576736845
                        }
                    },
                    "ranking": 26.5289700910479,
                    "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": 37342703,
            "name": "親睦戦",
            "creator": 886353,
            "mode": "game",
            "source": "play",
            "black": 886353,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 4,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 36,
            "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": "5.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2021-09-26T05:20:02.460366Z",
            "ended": "2021-09-26T05:47:09.956838Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 886353,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1651.365966796875,
                            "deviation": 254.14334106445312,
                            "volatility": 0.059999048709869385
                        }
                    },
                    "username": "reach",
                    "country": "un",
                    "ranking": 26.5289700910479,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/34eca00a026456c14615940f3b3be06e?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/41454109"
            },
            "players": {
                "black": {
                    "id": 1113555,
                    "username": "서재원",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0fbd66ea0f5bed9572b083d99638dbe9?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1601.2482668963426,
                            "deviation": 62.7361496999432,
                            "volatility": 0.06004481266255021
                        }
                    },
                    "ranking": 25.81550276655537,
                    "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": 41454109,
            "name": "친선 대국",
            "creator": 1113555,
            "mode": "game",
            "source": "play",
            "black": 1113555,
            "white": 902691,
            "width": 9,
            "height": 9,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "3.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": 22,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 20, \"initial_time\": 180, \"max_time\": 180}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "8.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2022-02-21T12:55:52.363353Z",
            "ended": "2022-02-21T12:57:08.209575Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1113555,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1658.538330078125,
                            "deviation": 90.848876953125,
                            "volatility": 0.060024574398994446
                        }
                    },
                    "username": "서재원",
                    "country": "un",
                    "ranking": 25.81550276655537,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0fbd66ea0f5bed9572b083d99638dbe9?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/42391982"
            },
            "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": 1077311,
                    "username": "dnWkffo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/b59597a3d2fd543a1ba39662f89b8c4b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1539.8231706061256,
                            "deviation": 311.5506358065785,
                            "volatility": 0.059999350710488696
                        }
                    },
                    "ranking": 24.909969534945766,
                    "professional": false,
                    "ui_class": "provisional"
                }
            },
            "id": 42391982,
            "name": "친선 대국",
            "creator": 1077311,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1077311,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.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": 50,
            "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": "Cancellation",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2022-03-27T14:12:29.178210Z",
            "ended": "2022-03-27T14:13:53.141476Z",
            "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": 1077311,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.0,
                            "deviation": 350.0,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "dnWkffo",
                    "country": "un",
                    "ranking": 24.909969534945766,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/b59597a3d2fd543a1ba39662f89b8c4b?s=32&d=retro",
                    "ui_class": "provisional"
                }
            },
            "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/41454153"
            },
            "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": 1096382,
                    "username": "지미수",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/953d534fb9bea5d8e11bfca42f02a253?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2156.5507382970254,
                            "deviation": 79.22724482900924,
                            "volatility": 0.060019625899860526
                        }
                    },
                    "ranking": 32.707872932002815,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 41454153,
            "name": "친선 대국",
            "creator": 1096382,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1096382,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.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\": 900, \"period_time\": 50, \"periods\": 20}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-02-21T12:57:12.730884Z",
            "ended": "2022-02-21T13:56:19.614987Z",
            "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": 1096382,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.0,
                            "deviation": 350.0,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "지미수",
                    "country": "un",
                    "ranking": 32.707872932002815,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/953d534fb9bea5d8e11bfca42f02a253?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/37342755"
            },
            "players": {
                "black": {
                    "id": 1035217,
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 710.1033320570309,
                            "deviation": 64.06972031389127,
                            "volatility": 0.06011316877400661
                        }
                    },
                    "ranking": 6.991583239383926,
                    "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": 37342755,
            "name": "友誼對局",
            "creator": 1035217,
            "mode": "game",
            "source": "play",
            "black": 1035217,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "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": 73,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"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": "2021-09-26T05:22:26.193190Z",
            "ended": "2021-09-26T05:25:52.631542Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1035217,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 965.1597900390625,
                            "deviation": 65.1072006225586,
                            "volatility": 0.06003859266638756
                        }
                    },
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "ranking": 6.991583239383926,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-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/37342770"
            },
            "players": {
                "black": {
                    "id": 614579,
                    "username": "sinnass",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8fbadc4368438ef93ca139722ce9a558?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2111.793774273864,
                            "deviation": 69.06882731814986,
                            "volatility": 0.06005088377244678
                        }
                    },
                    "ranking": 32.22236306224288,
                    "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": 37342770,
            "name": "친선 대국",
            "creator": 614579,
            "mode": "game",
            "source": "play",
            "black": 614579,
            "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": 30,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 60, \"max_time\": 180}",
            "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": "2021-09-26T05:23:03.455444Z",
            "ended": "2021-09-26T05:29:29.500054Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 614579,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2111.793701171875,
                            "deviation": 69.0688247680664,
                            "volatility": 0.060050882399082184
                        }
                    },
                    "username": "sinnass",
                    "country": "un",
                    "ranking": 32.22236306224288,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8fbadc4368438ef93ca139722ce9a558?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/41453945"
            },
            "players": {
                "black": {
                    "id": 1116039,
                    "username": "dididit",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/a335510e5a1ae09187304f81c888ffb8?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1423.4374301153382,
                            "deviation": 60.95421107682894,
                            "volatility": 0.059954777270768124
                        }
                    },
                    "ranking": 23.09054358185435,
                    "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": 41453945,
            "name": "친선 대국",
            "creator": 1116039,
            "mode": "game",
            "source": "play",
            "black": 1116039,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 8,
            "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\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "8.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-02-21T12:49:03.777081Z",
            "ended": "2022-02-21T12:57:24.075629Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1116039,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1322.739501953125,
                            "deviation": 76.27841186523438,
                            "volatility": 0.059995654970407486
                        }
                    },
                    "username": "dididit",
                    "country": "un",
                    "ranking": 23.09054358185435,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a335510e5a1ae09187304f81c888ffb8?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/37342805"
            },
            "players": {
                "black": {
                    "id": 1035217,
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 710.1033320570309,
                            "deviation": 64.06972031389127,
                            "volatility": 0.06011316877400661
                        }
                    },
                    "ranking": 6.991583239383926,
                    "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": 37342805,
            "name": "友誼對局",
            "creator": 1035217,
            "mode": "game",
            "source": "play",
            "black": 1035217,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "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": 73,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"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": "2021-09-26T05:25:54.593385Z",
            "ended": "2021-09-26T05:27:17.992736Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1035217,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 965.1597900390625,
                            "deviation": 65.1072006225586,
                            "volatility": 0.06003859266638756
                        }
                    },
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "ranking": 6.991583239383926,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-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/37342833"
            },
            "players": {
                "black": {
                    "id": 1035217,
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 710.1033320570309,
                            "deviation": 64.06972031389127,
                            "volatility": 0.06011316877400661
                        }
                    },
                    "ranking": 6.991583239383926,
                    "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": 37342833,
            "name": "友誼對局",
            "creator": 1035217,
            "mode": "game",
            "source": "play",
            "black": 1035217,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "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": 73,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"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": "2021-09-26T05:27:24.050817Z",
            "ended": "2021-09-26T05:29:02.784264Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1035217,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 965.1597900390625,
                            "deviation": 65.1072006225586,
                            "volatility": 0.06003859266638756
                        }
                    },
                    "username": "deleted-0f36bdc4-6801-4441-97f2-8181d43e6c6c",
                    "country": "un",
                    "ranking": 6.991583239383926,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/12446e6d48f052447c6d8d3b776a8e0e-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
        }
    ]
}