List all games played by a specific player.

GET /api/v1/players/190546/games?format=api&ordering=-ended&page=27
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=-ended&page=28",
    "previous": "https://online-go.com/api/v1/players/190546/games?format=api&ordering=-ended&page=26",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/83461775"
            },
            "players": {
                "black": {
                    "id": 1149327,
                    "username": "SibKees",
                    "country": "ru",
                    "icon": "https://user-uploads.online-go.com/770270fa10ec92983b71c5efd9bfe650-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1315.7877059694265,
                            "deviation": 60.63897840123276,
                            "volatility": 0.05996309656164896
                        }
                    },
                    "ranking": 21.27004680624133,
                    "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": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 83461775,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1149327,
            "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": "7.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-01-23T11:07:26.904206Z",
            "ended": "2026-01-23T11:49:43.045972Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1149327,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.8358154296875,
                            "deviation": 60.686134338378906,
                            "volatility": 0.059971969574689865
                        }
                    },
                    "username": "SibKees",
                    "country": "ru",
                    "ranking": 21.27004680624133,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/770270fa10ec92983b71c5efd9bfe650-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1291.9228515625,
                            "deviation": 62.90446472167969,
                            "volatility": 0.05870621278882027
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "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/83460532"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1795323,
                    "username": "Emile123",
                    "country": "se",
                    "icon": "https://user-uploads.online-go.com/c68c944fa182cbf920f14c9f5ba52190-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1605.352395183995,
                            "deviation": 67.33686140888952,
                            "volatility": 0.05996735031711064
                        }
                    },
                    "ranking": 25.874762170361453,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83460532,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1795323,
            "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-01-23T10:12:33.263343Z",
            "ended": "2026-01-23T10:35:53.525535Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1272.0201416015625,
                            "deviation": 62.45402145385742,
                            "volatility": 0.05869791656732559
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1795323,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1650.9774169921875,
                            "deviation": 68.18595123291016,
                            "volatility": 0.05996241047978401
                        }
                    },
                    "username": "Emile123",
                    "country": "se",
                    "ranking": 25.874762170361453,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c68c944fa182cbf920f14c9f5ba52190-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/83458656"
            },
            "players": {
                "black": {
                    "id": 1225055,
                    "username": "WVV",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f4fa603c7f547ecc3a69ba7c9927e26e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1145.0170064893896,
                            "deviation": 61.91725567643584,
                            "volatility": 0.0599383412630928
                        }
                    },
                    "ranking": 18.05182611657557,
                    "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": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 83458656,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1225055,
            "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": "28.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-01-23T08:41:18.714408Z",
            "ended": "2026-01-23T08:55:49.561828Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1225055,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1194.5958251953125,
                            "deviation": 60.717430114746094,
                            "volatility": 0.05998820811510086
                        }
                    },
                    "username": "WVV",
                    "country": "un",
                    "ranking": 18.05182611657557,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f4fa603c7f547ecc3a69ba7c9927e26e?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1263.1046142578125,
                            "deviation": 62.5877799987793,
                            "volatility": 0.05869888886809349
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "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/83457709"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1944457,
                    "username": "ksk1988712",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/5677be7213519e2a2729c9b14d8e08f5?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1478.2922910776765,
                            "deviation": 61.183325589702484,
                            "volatility": 0.06002564682008437
                        }
                    },
                    "ranking": 23.96591204044185,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83457709,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1944457,
            "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": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2026-01-23T07:53:37.854586Z",
            "ended": "2026-01-23T08:17:59.982220Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1246.826904296875,
                            "deviation": 62.53614044189453,
                            "volatility": 0.058694928884506226
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1944457,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1428.1654052734375,
                            "deviation": 62.15372848510742,
                            "volatility": 0.06000376492738724
                        }
                    },
                    "username": "ksk1988712",
                    "country": "un",
                    "ranking": 23.96591204044185,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5677be7213519e2a2729c9b14d8e08f5?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/78402274"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1064807,
                    "username": "AdamSiwy",
                    "country": "pl",
                    "icon": "https://secure.gravatar.com/avatar/7c34fe41ed8511b4a64c9144b4737233?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1467.5957920666967,
                            "deviation": 65.70267872275733,
                            "volatility": 0.06000510180850432
                        }
                    },
                    "ranking": 23.79779632568442,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78402274,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1064807,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": false,
            "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": 611638,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 604800, \"initial_time\": 864000, \"max_time\": 2419200}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "95.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-08-19T13:48:18.534090Z",
            "ended": "2026-01-23T08:13:30.519455Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1246.826904296875,
                            "deviation": 62.53614044189453,
                            "volatility": 0.058694928884506226
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1064807,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1421.55615234375,
                            "deviation": 68.12564849853516,
                            "volatility": 0.06000673025846481
                        }
                    },
                    "username": "AdamSiwy",
                    "country": "pl",
                    "ranking": 23.79779632568442,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7c34fe41ed8511b4a64c9144b4737233?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/83437183"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1205948,
                    "username": "frankyzhou0613",
                    "country": "ca",
                    "icon": "https://secure.gravatar.com/avatar/e349a4a170fe77d47970c8cd7fe49e45?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1516.9678346360354,
                            "deviation": 63.30209004334491,
                            "volatility": 0.059910774134685714
                        }
                    },
                    "ranking": 24.563782381966487,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83437183,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1205948,
            "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": "103.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-01-22T16:20:05.219722Z",
            "ended": "2026-01-22T16:54:26.962547Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1250.4129638671875,
                            "deviation": 62.2429313659668,
                            "volatility": 0.058696240186691284
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1205948,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1541.0389404296875,
                            "deviation": 64.3383560180664,
                            "volatility": 0.0598938949406147
                        }
                    },
                    "username": "frankyzhou0613",
                    "country": "ca",
                    "ranking": 24.563782381966487,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/e349a4a170fe77d47970c8cd7fe49e45?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/83437151"
            },
            "players": {
                "black": {
                    "id": 1095183,
                    "username": "Feiwo",
                    "country": "_United_Nations",
                    "icon": "https://user-uploads.online-go.com/76decff805e93ba1c2db7250397cbcfe-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1273.5188972082217,
                            "deviation": 63.3190993835948,
                            "volatility": 0.060071292474596
                        }
                    },
                    "ranking": 20.514161152421888,
                    "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": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 83437151,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1095183,
            "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": "Cancellation",
            "black_lost": true,
            "white_lost": false,
            "annulled": true,
            "started": "2026-01-22T16:19:04.926970Z",
            "ended": "2026-01-22T16:19:08.267931Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1095183,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1231.321533203125,
                            "deviation": 64.76561737060547,
                            "volatility": 0.060084495693445206
                        }
                    },
                    "username": "Feiwo",
                    "country": "_United_Nations",
                    "ranking": 20.514161152421888,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/76decff805e93ba1c2db7250397cbcfe-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1250.4129638671875,
                            "deviation": 62.2429313659668,
                            "volatility": 0.058696240186691284
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "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/83435650"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1410385,
                    "username": "applesbears",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/7b3b65217ce16d07c4a07ab7daca52ed?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1313.5653267912212,
                            "deviation": 81.66538967288476,
                            "volatility": 0.05999653359193852
                        }
                    },
                    "ranking": 21.23091315656717,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83435650,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1410385,
            "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": "27.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-01-22T15:26:53.528193Z",
            "ended": "2026-01-22T15:57:47.625483Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1260.563720703125,
                            "deviation": 62.3643684387207,
                            "volatility": 0.058696627616882324
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1410385,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1281.18115234375,
                            "deviation": 84.86698150634766,
                            "volatility": 0.0599982813000679
                        }
                    },
                    "username": "applesbears",
                    "country": "un",
                    "ranking": 21.23091315656717,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/7b3b65217ce16d07c4a07ab7daca52ed?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/83431142"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1046341,
                    "username": "hamachan",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/81747d58c5b5db1bf16616863517e3f3?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1486.1566075129172,
                            "deviation": 61.57669736294551,
                            "volatility": 0.059646350712514354
                        }
                    },
                    "ranking": 24.088740504551613,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83431142,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1046341,
            "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": "69.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-01-22T12:54:47.987148Z",
            "ended": "2026-01-22T13:47:34.508638Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1264.29052734375,
                            "deviation": 62.08529281616211,
                            "volatility": 0.05869797244668007
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1046341,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1545.421142578125,
                            "deviation": 60.972896575927734,
                            "volatility": 0.05967594310641289
                        }
                    },
                    "username": "hamachan",
                    "country": "un",
                    "ranking": 24.088740504551613,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/81747d58c5b5db1bf16616863517e3f3?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/83430540"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1305.9781753789182,
                            "deviation": 62.391621117879595,
                            "volatility": 0.058747384905935875
                        }
                    },
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 123282,
                    "username": "ooooo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/a059b50cdb8b5e1c47581b1af633ce7b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 948.7355002178736,
                            "deviation": 83.5628727668032,
                            "volatility": 0.0862976607941254
                        }
                    },
                    "ranking": 13.69859077560768,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 83430540,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 123282,
            "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": "26.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2026-01-22T12:31:10.088273Z",
            "ended": "2026-01-22T12:49:49.515815Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1276.306396484375,
                            "deviation": 62.199546813964844,
                            "volatility": 0.05869733914732933
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.09681112985719,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 123282,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1235.1007080078125,
                            "deviation": 76.75727081298828,
                            "volatility": 0.08493896573781967
                        }
                    },
                    "username": "ooooo",
                    "country": "un",
                    "ranking": 13.69859077560768,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a059b50cdb8b5e1c47581b1af633ce7b?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
        }
    ]
}