List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/902691/games?format=api&page=8",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&page=6",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/77410227"
            },
            "players": {
                "black": {
                    "id": 554626,
                    "username": "We Love Baduk",
                    "country": "kr",
                    "icon": "https://secure.gravatar.com/avatar/1a796979daab44681eabe837ba7d1e67?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1882.899948698277,
                            "deviation": 65.72571354507264,
                            "volatility": 0.06028782672424327
                        }
                    },
                    "ranking": 29.566488524886335,
                    "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": 77410227,
            "name": "친선 대국",
            "creator": 554626,
            "mode": "game",
            "source": "play",
            "black": 554626,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "3.0",
            "handicap": 3,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-18T05:06:50.183823Z",
            "ended": "2025-07-18T05:39:35.314296Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 554626,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1882.89990234375,
                            "deviation": 65.72571563720703,
                            "volatility": 0.060287825763225555
                        }
                    },
                    "username": "We Love Baduk",
                    "country": "kr",
                    "ranking": 29.566488524886335,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1a796979daab44681eabe837ba7d1e67?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/74104868"
            },
            "players": {
                "black": {
                    "id": 883726,
                    "username": "magicdragan",
                    "country": "gb",
                    "icon": "https://secure.gravatar.com/avatar/3448ebab5bfb40f008d261287298be2a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1446.7257804762514,
                            "deviation": 71.4665928556208,
                            "volatility": 0.059997540011424676
                        }
                    },
                    "ranking": 23.466227543407626,
                    "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": 74104868,
            "name": "Friendly Match",
            "creator": 883726,
            "mode": "game",
            "source": "play",
            "black": 883726,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "13.0",
            "handicap": 13,
            "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": 86,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 60, \"initial_time\": 3300, \"max_time\": 4200}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "31.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-04-08T12:35:46.777312Z",
            "ended": "2025-04-08T12:43:45.079717Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 883726,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1047.2275390625,
                            "deviation": 299.402099609375,
                            "volatility": 0.06000466272234917
                        }
                    },
                    "username": "magicdragan",
                    "country": "gb",
                    "ranking": 23.466227543407626,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3448ebab5bfb40f008d261287298be2a?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/74105036"
            },
            "players": {
                "black": {
                    "id": 1108557,
                    "username": "leejwha",
                    "country": "kr",
                    "icon": "https://secure.gravatar.com/avatar/5c6a6ff8b3feb341d152c098d19dfd20?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "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": 74105036,
            "name": "친선 대국",
            "creator": 1108557,
            "mode": "game",
            "source": "play",
            "black": 1108557,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "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": 35,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 600, \"max_time\": 600}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-04-08T12:41:28.623682Z",
            "ended": "2025-04-08T12:55:29.676140Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1108557,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.0,
                            "deviation": 350.0,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "leejwha",
                    "country": "kr",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c6a6ff8b3feb341d152c098d19dfd20?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/77403985"
            },
            "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": 77403985,
            "name": "Friendly Match",
            "creator": 909906,
            "mode": "game",
            "source": "play",
            "black": 909906,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "6.0",
            "handicap": 6,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 60,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 60, \"initial_time\": 60, \"max_time\": 60}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-17T23:27:06.020488Z",
            "ended": "2025-07-17T23:34:33.636429Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 909906,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1948.721435546875,
                            "deviation": 62.18508529663086,
                            "volatility": 0.0599772147834301
                        }
                    },
                    "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/74106707"
            },
            "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": 1673842,
                    "username": "ugifgwi",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/9c713d8ee3924fa4df3f08a71ac2108a?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1031.7696664391685,
                            "deviation": 140.42606371060347,
                            "volatility": 0.05999061655046256
                        }
                    },
                    "ranking": 15.640891613458875,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 74106707,
            "name": "友誼對局",
            "creator": 1673842,
            "mode": "game",
            "source": "play",
            "black": 902691,
            "white": 1673842,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 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": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-04-08T13:42:38.351620Z",
            "ended": "2025-04-08T13:43:05.409747Z",
            "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": 1673842,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1046.5880126953125,
                            "deviation": 145.1768035888672,
                            "volatility": 0.05999189242720604
                        }
                    },
                    "username": "ugifgwi",
                    "country": "un",
                    "ranking": 15.640891613458875,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/9c713d8ee3924fa4df3f08a71ac2108a?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/74107021"
            },
            "players": {
                "black": {
                    "id": 604023,
                    "username": "oaoaoa",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1f33c6b2b99227e1f5b9763e5355f284?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1978.994467855441,
                            "deviation": 62.0057651879568,
                            "volatility": 0.06016330482516472
                        }
                    },
                    "ranking": 30.718797297541837,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 74107021,
            "name": "Friendly Match",
            "creator": 604023,
            "mode": "game",
            "source": "play",
            "black": 604023,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "4.0",
            "handicap": 4,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 74,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"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": "2025-04-08T13:54:53.574073Z",
            "ended": "2025-04-08T13:59:04.864315Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 604023,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1820.568359375,
                            "deviation": 64.11626434326172,
                            "volatility": 0.06019141152501106
                        }
                    },
                    "username": "oaoaoa",
                    "country": "un",
                    "ranking": 30.718797297541837,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1f33c6b2b99227e1f5b9763e5355f284?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77408612"
            },
            "players": {
                "black": {
                    "id": 914789,
                    "username": "pctaikGo",
                    "country": "tw",
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0266911524582,
                            "deviation": 150.32071153745818,
                            "volatility": 0.06000278033448634
                        }
                    },
                    "ranking": 26.383571015482556,
                    "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": 77408612,
            "name": "Friendly Match",
            "creator": 914789,
            "mode": "game",
            "source": "play",
            "black": 914789,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "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": 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": "57.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-18T03:30:56.195101Z",
            "ended": "2025-07-18T03:40:10.929463Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 914789,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0267333984375,
                            "deviation": 150.32070922851562,
                            "volatility": 0.060002781450748444
                        }
                    },
                    "username": "pctaikGo",
                    "country": "tw",
                    "ranking": 26.383571015482556,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?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/74108233"
            },
            "players": {
                "black": {
                    "id": 1638568,
                    "username": "한국탁구고수",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/2a80dc8aaa39036dd8563f5c579ccbdf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1767.207186118434,
                            "deviation": 92.58770571108337,
                            "volatility": 0.05999835070573511
                        }
                    },
                    "ranking": 28.09848510391451,
                    "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": 74108233,
            "name": "친선 대국",
            "creator": 1638568,
            "mode": "game",
            "source": "play",
            "black": 1638568,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "6.0",
            "handicap": 7,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 54,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 40, \"periods\": 9}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-04-08T14:35:46.427402Z",
            "ended": "2025-04-08T15:10:23.533013Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1638568,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1767.2071533203125,
                            "deviation": 92.58770751953125,
                            "volatility": 0.05999835208058357
                        }
                    },
                    "username": "한국탁구고수",
                    "country": "un",
                    "ranking": 28.09848510391451,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/2a80dc8aaa39036dd8563f5c579ccbdf?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/74109284"
            },
            "players": {
                "black": {
                    "id": 1638568,
                    "username": "한국탁구고수",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/2a80dc8aaa39036dd8563f5c579ccbdf?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1767.207186118434,
                            "deviation": 92.58770571108337,
                            "volatility": 0.05999835070573511
                        }
                    },
                    "ranking": 28.09848510391451,
                    "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": 74109284,
            "name": "친선 대국",
            "creator": 1638568,
            "mode": "game",
            "source": "play",
            "black": 1638568,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "14.0",
            "handicap": 15,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 54,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1800, \"period_time\": 40, \"periods\": 9}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-04-08T15:14:05.655953Z",
            "ended": "2025-04-08T15:43:16.009259Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1638568,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1767.2071533203125,
                            "deviation": 92.58770751953125,
                            "volatility": 0.05999835208058357
                        }
                    },
                    "username": "한국탁구고수",
                    "country": "un",
                    "ranking": 28.09848510391451,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/2a80dc8aaa39036dd8563f5c579ccbdf?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/74110597"
            },
            "players": {
                "black": {
                    "id": 1735047,
                    "username": "1458376901",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/0afaed2f2449858c7ccc20cffd30f0d6?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1639.953389867299,
                            "deviation": 149.53710746050032,
                            "volatility": 0.06002426072688101
                        }
                    },
                    "ranking": 26.368424976784247,
                    "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": 74110597,
            "name": "友谊赛",
            "creator": 1735047,
            "mode": "game",
            "source": "play",
            "black": 1735047,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 79,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 70, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2025-04-08T16:05:43.712032Z",
            "ended": "2025-04-08T16:06:16.885610Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1735047,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1718.193359375,
                            "deviation": 163.66708374023438,
                            "volatility": 0.060023367404937744
                        }
                    },
                    "username": "1458376901",
                    "country": "un",
                    "ranking": 26.368424976784247,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0afaed2f2449858c7ccc20cffd30f0d6?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
        }
    ]
}