List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/568679/games/?format=api&ordering=-id&page=37",
    "previous": "https://online-go.com/api/v1/players/568679/games/?format=api&ordering=-id&page=35",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/77367077"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1812316,
                    "username": "dontbenaive",
                    "country": "ps",
                    "icon": "https://user-uploads.online-go.com/93e04f7dd22ac7b2093888aba1d9da15-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1472.3826512553821,
                            "deviation": 61.71537828906215,
                            "volatility": 0.06001999303841912
                        }
                    },
                    "ranking": 23.87318183634685,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77367077,
            "name": "benjito vs. dontbenaive",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1812316,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 6,
            "time_control_parameters": "{\"system\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"initial_time\": 30, \"time_increment\": 5, \"max_time\": 300, \"time_control\": \"fischer\"}",
            "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": "2025-07-16T19:49:43.589171Z",
            "ended": "2025-07-16T19:51:42.532127Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1573.51416015625,
                            "deviation": 61.04157638549805,
                            "volatility": 0.05989259108901024
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1812316,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1510.9144287109375,
                            "deviation": 60.59424591064453,
                            "volatility": 0.06002620607614517
                        }
                    },
                    "username": "dontbenaive",
                    "country": "ps",
                    "ranking": 23.87318183634685,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/93e04f7dd22ac7b2093888aba1d9da15-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77366996"
            },
            "players": {
                "black": {
                    "id": 1812316,
                    "username": "dontbenaive",
                    "country": "ps",
                    "icon": "https://user-uploads.online-go.com/93e04f7dd22ac7b2093888aba1d9da15-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1472.3826512553821,
                            "deviation": 61.71537828906215,
                            "volatility": 0.06001999303841912
                        }
                    },
                    "ranking": 23.87318183634685,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77366996,
            "name": "dontbenaive vs. benjito",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 1812316,
            "white": 568679,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "4.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": 6,
            "time_control_parameters": "{\"system\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"initial_time\": 30, \"time_increment\": 5, \"max_time\": 300, \"time_control\": \"fischer\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "3.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-07-16T19:47:29.701778Z",
            "ended": "2025-07-16T19:49:40.253280Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1812316,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.1141357421875,
                            "deviation": 60.61039733886719,
                            "volatility": 0.06002603843808174
                        }
                    },
                    "username": "dontbenaive",
                    "country": "ps",
                    "ranking": 23.87318183634685,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/93e04f7dd22ac7b2093888aba1d9da15-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1584.5885009765625,
                            "deviation": 61.08864974975586,
                            "volatility": 0.05989235267043114
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77366684"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1801493,
                    "username": "Hugo8",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/241057ebec6373c8970a33b1a9b3b983?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1317.8601120378132,
                            "deviation": 60.66711620225308,
                            "volatility": 0.05981012154922249
                        }
                    },
                    "ranking": 21.306480083354153,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77366684,
            "name": "benjito vs. Hugo8",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1801493,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "6.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 11,
            "time_control_parameters": "{\"system\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"initial_time\": 120, \"time_increment\": 7, \"max_time\": 1200, \"time_control\": \"fischer\"}",
            "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": "2025-07-16T19:36:08.887129Z",
            "ended": "2025-07-16T19:39:36.148599Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1575.9415283203125,
                            "deviation": 61.10857009887695,
                            "volatility": 0.05989333987236023
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1801493,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1511.6671142578125,
                            "deviation": 61.93918228149414,
                            "volatility": 0.0599580779671669
                        }
                    },
                    "username": "Hugo8",
                    "country": "un",
                    "ranking": 21.306480083354153,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/241057ebec6373c8970a33b1a9b3b983?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/77366351"
            },
            "players": {
                "black": {
                    "id": 1309720,
                    "username": "smboo85",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/abd98443aefdd5dfce8261c38c7c8688?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1221.5846803822708,
                            "deviation": 60.599013337907536,
                            "volatility": 0.05995364105465884
                        }
                    },
                    "ranking": 19.550312756787324,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77366351,
            "name": "smboo85 vs. benjito",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 1309720,
            "white": 568679,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "2.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": 11,
            "time_control_parameters": "{\"system\": \"fischer\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"initial_time\": 120, \"time_increment\": 7, \"max_time\": 1200, \"time_control\": \"fischer\"}",
            "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-07-16T19:25:01.401831Z",
            "ended": "2025-07-16T19:28:52.973425Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1309720,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1404.9527587890625,
                            "deviation": 60.617835998535156,
                            "volatility": 0.05997197702527046
                        }
                    },
                    "username": "smboo85",
                    "country": "un",
                    "ranking": 19.550312756787324,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/abd98443aefdd5dfce8261c38c7c8688?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1566.4185791015625,
                            "deviation": 61.153053283691406,
                            "volatility": 0.05989396944642067
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77341969"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1203886,
                    "username": "n8362995",
                    "country": "tw",
                    "icon": "https://user-uploads.online-go.com/e51d2e242ee17dad281b90dfbafaeecc-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1813.3606443742342,
                            "deviation": 60.76079326602121,
                            "volatility": 0.05987124112882427
                        }
                    },
                    "ranking": 28.695324370847302,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77341969,
            "name": "benjito vs. n8362995",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1203886,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "2.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": 34,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 120, \"periods\": 5, \"period_time\": 30, \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2025-07-16T02:04:46.400103Z",
            "ended": "2025-07-16T02:06:12.773414Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1566.4185791015625,
                            "deviation": 61.153053283691406,
                            "volatility": 0.05989396944642067
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1203886,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1776.0433349609375,
                            "deviation": 60.71835708618164,
                            "volatility": 0.05994799733161926
                        }
                    },
                    "username": "n8362995",
                    "country": "tw",
                    "ranking": 28.695324370847302,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/e51d2e242ee17dad281b90dfbafaeecc-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77341931"
            },
            "players": {
                "black": {
                    "id": 1080661,
                    "username": "JumpyWizard",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1db1186e75bc19873037d4b0db121985?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1629.816733923778,
                            "deviation": 61.49598389984493,
                            "volatility": 0.05924841151107125
                        }
                    },
                    "ranking": 26.22488929814448,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77341931,
            "name": "JumpyWizard vs. benjito",
            "creator": 1080661,
            "mode": "game",
            "source": "play",
            "black": 1080661,
            "white": 568679,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "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": 34,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 120, \"periods\": 5, \"period_time\": 30, \"time_control\": \"byoyomi\"}",
            "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": "2025-07-16T02:02:42.571608Z",
            "ended": "2025-07-16T02:04:39.271575Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1080661,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1572.6458740234375,
                            "deviation": 60.53285217285156,
                            "volatility": 0.05930641293525696
                        }
                    },
                    "username": "JumpyWizard",
                    "country": "un",
                    "ranking": 26.22488929814448,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1db1186e75bc19873037d4b0db121985?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1577.1226806640625,
                            "deviation": 61.209434509277344,
                            "volatility": 0.05989396944642067
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77336656"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1211582,
                    "username": "Kwanleeds",
                    "country": "kr",
                    "icon": "https://secure.gravatar.com/avatar/fd00810b6593fba4773856b9f4e19183?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1786.012829036123,
                            "deviation": 63.81470164305131,
                            "volatility": 0.060486298300280336
                        }
                    },
                    "ranking": 28.34353308667842,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77336656,
            "name": "benjito vs. Kwanleeds",
            "creator": 1211582,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1211582,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "2.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": 6,
            "time_control_parameters": "{\"system\": \"fischer\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"initial_time\": 30, \"time_increment\": 5, \"max_time\": 300, \"time_control\": \"fischer\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "5.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-15T21:24:21.965093Z",
            "ended": "2025-07-15T21:27:26.996665Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1587.7523193359375,
                            "deviation": 61.259830474853516,
                            "volatility": 0.05989401042461395
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1211582,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1741.829345703125,
                            "deviation": 68.4427490234375,
                            "volatility": 0.06027768924832344
                        }
                    },
                    "username": "Kwanleeds",
                    "country": "kr",
                    "ranking": 28.34353308667842,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/fd00810b6593fba4773856b9f4e19183?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/77336631"
            },
            "players": {
                "black": {
                    "id": 1351876,
                    "username": "Zodic",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/28341e954cc4702a43d5b458f1383113?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1567.7631626800583,
                            "deviation": 61.077719299934316,
                            "volatility": 0.059849635185001734
                        }
                    },
                    "ranking": 25.326259334534114,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77336631,
            "name": "Zodic vs. benjito",
            "creator": 1351876,
            "mode": "game",
            "source": "play",
            "black": 1351876,
            "white": 568679,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "0.0",
            "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": 11,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"blitz\", \"pause_on_weekends\": false, \"main_time\": 30, \"periods\": 5, \"period_time\": 10, \"time_control\": \"byoyomi\"}",
            "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": "2025-07-15T21:23:10.490998Z",
            "ended": "2025-07-15T21:24:14.939170Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1351876,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1648.8187255859375,
                            "deviation": 61.428009033203125,
                            "volatility": 0.05995222181081772
                        }
                    },
                    "username": "Zodic",
                    "country": "un",
                    "ranking": 25.326259334534114,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/28341e954cc4702a43d5b458f1383113?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1596.807373046875,
                            "deviation": 61.30119705200195,
                            "volatility": 0.059894859790802
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77336523"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1816132,
                    "username": "Five-space sword handle",
                    "country": "ca",
                    "icon": "https://user-uploads.online-go.com/013486bbe1d214a69949a041a042e29b-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1857.798847837898,
                            "deviation": 61.22599841347381,
                            "volatility": 0.05994045724748856
                        }
                    },
                    "ranking": 29.25579833650759,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77336523,
            "name": "benjito vs. Five-space sword handle",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1816132,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "2.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": 34,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 120, \"periods\": 5, \"period_time\": 30, \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "3.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-07-15T21:18:34.676785Z",
            "ended": "2025-07-15T21:22:17.682932Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1606.66552734375,
                            "deviation": 61.35361099243164,
                            "volatility": 0.05989533290266991
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1816132,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1792.502197265625,
                            "deviation": 67.82050323486328,
                            "volatility": 0.0599929578602314
                        }
                    },
                    "username": "Five-space sword handle",
                    "country": "ca",
                    "ranking": 29.25579833650759,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/013486bbe1d214a69949a041a042e29b-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/77336441"
            },
            "players": {
                "black": {
                    "id": 568679,
                    "username": "benjito",
                    "country": "kp",
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8112318111178,
                            "deviation": 66.4212626017152,
                            "volatility": 0.05993317834144207
                        }
                    },
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1816132,
                    "username": "Five-space sword handle",
                    "country": "ca",
                    "icon": "https://user-uploads.online-go.com/013486bbe1d214a69949a041a042e29b-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1857.798847837898,
                            "deviation": 61.22599841347381,
                            "volatility": 0.05994045724748856
                        }
                    },
                    "ranking": 29.25579833650759,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 77336441,
            "name": "benjito vs. Five-space sword handle",
            "creator": 568679,
            "mode": "game",
            "source": "play",
            "black": 568679,
            "white": 1816132,
            "width": 9,
            "height": 9,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 1,
            "komi": "2.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": 34,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"rapid\", \"pause_on_weekends\": false, \"main_time\": 120, \"periods\": 5, \"period_time\": 30, \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": true,
            "started": "2025-07-15T21:15:32.282208Z",
            "ended": "2025-07-15T21:20:13.959317Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 568679,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1606.66552734375,
                            "deviation": 61.35361099243164,
                            "volatility": 0.05989533290266991
                        }
                    },
                    "username": "benjito",
                    "country": "kp",
                    "ranking": 21.498056472425198,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/2c8d700ba953e473297cd4d3abacbcb7-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1816132,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1792.502197265625,
                            "deviation": 67.82050323486328,
                            "volatility": 0.0599929578602314
                        }
                    },
                    "username": "Five-space sword handle",
                    "country": "ca",
                    "ranking": 29.25579833650759,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/013486bbe1d214a69949a041a042e29b-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}