List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/190546/games?format=api&ordering=-id&page=17",
    "previous": "https://online-go.com/api/v1/players/190546/games?format=api&ordering=-id&page=15",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/84564878"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 541671,
                    "username": "VeryHungryHippo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f2f39702f01ccd17d0ad56d2e6c301a7?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1799.9924418881865,
                            "deviation": 61.503435680064335,
                            "volatility": 0.06008709213950358
                        }
                    },
                    "ranking": 28.52402901600453,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84564878,
            "name": "make me full again !",
            "creator": 541671,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 541671,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "8.0",
            "handicap": 8,
            "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": "{\"main_time\": 600, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "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": "2026-02-26T12:45:19.700866Z",
            "ended": "2026-02-26T13:23:19.695972Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1262.6795654296875,
                            "deviation": 62.74790573120117,
                            "volatility": 0.058736953884363174
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 541671,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1858.556640625,
                            "deviation": 61.332275390625,
                            "volatility": 0.06006498262286186
                        }
                    },
                    "username": "VeryHungryHippo",
                    "country": "un",
                    "ranking": 28.52402901600453,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f2f39702f01ccd17d0ad56d2e6c301a7?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/84560025"
            },
            "players": {
                "black": {
                    "id": 1921005,
                    "username": "Syphubacha",
                    "country": "vn",
                    "icon": "https://secure.gravatar.com/avatar/801e29b15ddb86bc80f3f691f74574da?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1129.0396878325303,
                            "deviation": 62.11554938534135,
                            "volatility": 0.06001002093618522
                        }
                    },
                    "ranking": 17.726521110674074,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 84560025,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1921005,
            "white": 190546,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "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": "2026-02-26T08:55:52.736771Z",
            "ended": "2026-02-26T09:05:45.036632Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1921005,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1143.94189453125,
                            "deviation": 61.12708282470703,
                            "volatility": 0.06000601127743721
                        }
                    },
                    "username": "Syphubacha",
                    "country": "vn",
                    "ranking": 17.726521110674074,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/801e29b15ddb86bc80f3f691f74574da?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.9334716796875,
                            "deviation": 62.839752197265625,
                            "volatility": 0.05873824656009674
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "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/84558509"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1163457,
                    "username": "ernstyang",
                    "country": "cn",
                    "icon": "https://user-uploads.online-go.com/53d45904ac41585a2d6468420360445c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1508.8095904856116,
                            "deviation": 64.98888720604346,
                            "volatility": 0.0600359277695542
                        }
                    },
                    "ranking": 24.438945830421527,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84558509,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1163457,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "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": "2026-02-26T07:36:21.162908Z",
            "ended": "2026-02-26T08:06:07.212693Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1257.2408447265625,
                            "deviation": 62.3795166015625,
                            "volatility": 0.05873923376202583
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1163457,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1640.2513427734375,
                            "deviation": 67.98081970214844,
                            "volatility": 0.06000702455639839
                        }
                    },
                    "username": "ernstyang",
                    "country": "cn",
                    "ranking": 24.438945830421527,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/53d45904ac41585a2d6468420360445c-32.png",
                    "ui_class": ""
                }
            },
            "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/84532719"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1237299,
                    "username": "Gogoal",
                    "country": "cn",
                    "icon": "https://user-uploads.online-go.com/0eae3ce7dff20aa83251e75e4eb5a1d2-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1262.472031144575,
                            "deviation": 60.509443486892344,
                            "volatility": 0.059394358215166296
                        }
                    },
                    "ranking": 20.312475441278412,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84532719,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1237299,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "28.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-02-25T13:05:23.302295Z",
            "ended": "2026-02-25T13:34:42.779583Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1265.882568359375,
                            "deviation": 62.49824523925781,
                            "volatility": 0.05874028429389
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1237299,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1342.9000244140625,
                            "deviation": 60.480003356933594,
                            "volatility": 0.059423111379146576
                        }
                    },
                    "username": "Gogoal",
                    "country": "cn",
                    "ranking": 20.312475441278412,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/0eae3ce7dff20aa83251e75e4eb5a1d2-32.png",
                    "ui_class": ""
                }
            },
            "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/84531205"
            },
            "players": {
                "black": {
                    "id": 1294992,
                    "username": "Kostyashkin",
                    "country": "ru",
                    "icon": "https://user-uploads.online-go.com/b9f5df2153210df0043d0a9332d6b67c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1110.024469182788,
                            "deviation": 61.53000970748299,
                            "volatility": 0.05998626303118424
                        }
                    },
                    "ranking": 17.33330960432093,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 84531205,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1294992,
            "white": 190546,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "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": "2026-02-25T12:08:46.731119Z",
            "ended": "2026-02-25T12:32:10.564325Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1294992,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1294.1824951171875,
                            "deviation": 62.527801513671875,
                            "volatility": 0.059986285865306854
                        }
                    },
                    "username": "Kostyashkin",
                    "country": "ru",
                    "ranking": 17.33330960432093,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/b9f5df2153210df0043d0a9332d6b67c-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1253.5970458984375,
                            "deviation": 62.6556510925293,
                            "volatility": 0.05873964726924896
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "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/84530770"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1926580,
                    "username": "sleppymcslep",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8b7b68a0154c9e57f695c039b5852b17?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1373.521280791462,
                            "deviation": 67.55409332662465,
                            "volatility": 0.05998180650796658
                        }
                    },
                    "ranking": 22.26415915380156,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84530770,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1926580,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"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": "2026-02-25T11:48:55.240777Z",
            "ended": "2026-02-25T12:03:42.078003Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1240.358154296875,
                            "deviation": 62.79458999633789,
                            "volatility": 0.05873839557170868
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1926580,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1310.641845703125,
                            "deviation": 64.09957122802734,
                            "volatility": 0.05998677387833595
                        }
                    },
                    "username": "sleppymcslep",
                    "country": "un",
                    "ranking": 22.26415915380156,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8b7b68a0154c9e57f695c039b5852b17?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/84529110"
            },
            "players": {
                "black": {
                    "id": 1345402,
                    "username": "Mangouste2",
                    "country": "fr",
                    "icon": "https://secure.gravatar.com/avatar/056e82187176cade1d6131c87edd2dc5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1250.1186181913529,
                            "deviation": 66.67130588659346,
                            "volatility": 0.059377746278841806
                        }
                    },
                    "ranking": 20.08483484704219,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 84529110,
            "name": "Partie amicale",
            "creator": 1345402,
            "mode": "game",
            "source": "play",
            "black": 1345402,
            "white": 190546,
            "width": 19,
            "height": 19,
            "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": 35,
            "time_control_parameters": "{\"main_time\": 600, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "102.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-02-25T10:40:40.930357Z",
            "ended": "2026-02-25T10:55:51.976545Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1345402,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1285.447509765625,
                            "deviation": 63.040443420410156,
                            "volatility": 0.059468094259500504
                        }
                    },
                    "username": "Mangouste2",
                    "country": "fr",
                    "ranking": 20.08483484704219,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/056e82187176cade1d6131c87edd2dc5?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1250.389404296875,
                            "deviation": 62.97319030761719,
                            "volatility": 0.05873899161815643
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "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/84527926"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 757755,
                    "username": "Argonijt",
                    "country": "ua",
                    "icon": "https://user-uploads.online-go.com/476cd2870be4be39c656c8afe6b1d8f5-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1454.5742821411973,
                            "deviation": 62.96375070706269,
                            "volatility": 0.05851592988152942
                        }
                    },
                    "ranking": 23.59147708866603,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 84527926,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 757755,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "disable_analysis": true,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "67.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-02-25T09:31:01.664496Z",
            "ended": "2026-02-25T09:58:08.327603Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1258.297607421875,
                            "deviation": 63.08224868774414,
                            "volatility": 0.05874026194214821
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 757755,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1365.39599609375,
                            "deviation": 63.165863037109375,
                            "volatility": 0.05849691852927208
                        }
                    },
                    "username": "Argonijt",
                    "country": "ua",
                    "ranking": 23.59147708866603,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/476cd2870be4be39c656c8afe6b1d8f5-32.png",
                    "ui_class": "supporter"
                }
            },
            "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/84526408"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 7151,
                    "username": "pam3vaus",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8c641fb749f12da18482c7752f1cb953?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1555.895062515616,
                            "deviation": 64.96955060329839,
                            "volatility": 0.061138403864092396
                        }
                    },
                    "ranking": 25.150345184485662,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84526408,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 7151,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"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": "2026-02-25T08:13:57.883510Z",
            "ended": "2026-02-25T08:33:28.451613Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1239.1375732421875,
                            "deviation": 62.76277542114258,
                            "volatility": 0.058733172714710236
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 7151,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1551.8914794921875,
                            "deviation": 64.37371063232422,
                            "volatility": 0.06104899197816849
                        }
                    },
                    "username": "pam3vaus",
                    "country": "un",
                    "ranking": 25.150345184485662,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8c641fb749f12da18482c7752f1cb953?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "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/84525393"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1301.8664458158369,
                            "deviation": 63.07612616074005,
                            "volatility": 0.05874956563903805
                        }
                    },
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1957090,
                    "username": "鸟猪6666",
                    "country": "cn",
                    "icon": "https://user-uploads.online-go.com/f327596b9cb5e17afcdfcb8abfcb70a3-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1299.2412304959398,
                            "deviation": 65.67483932902815,
                            "volatility": 0.060034739803532584
                        }
                    },
                    "ranking": 20.97708177321955,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 84525393,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1957090,
            "width": 19,
            "height": 19,
            "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": 39,
            "time_control_parameters": "{\"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"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": "2026-02-25T07:18:59.080241Z",
            "ended": "2026-02-25T07:37:31.030356Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1226.4361572265625,
                            "deviation": 62.92512512207031,
                            "volatility": 0.05873231962323189
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.02381090776808,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1957090,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1277.9189453125,
                            "deviation": 65.31475067138672,
                            "volatility": 0.060016073286533356
                        }
                    },
                    "username": "鸟猪6666",
                    "country": "cn",
                    "ranking": 20.97708177321955,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/f327596b9cb5e17afcdfcb8abfcb70a3-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}