List all games played by a specific player.

GET /api/v1/players/190546/games?format=api&ordering=-id&page=100
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=101",
    "previous": "https://online-go.com/api/v1/players/190546/games?format=api&ordering=-id&page=99",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/78870320"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 122771,
                    "username": "sodi1",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/87583f0946a1be4b454ca4a9920212f2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1186.96310730442,
                            "deviation": 68.21870867033172,
                            "volatility": 0.06475432157572038
                        }
                    },
                    "ranking": 18.884729428690004,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78870320,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 122771,
            "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": "2025-09-01T18:19:33.939374Z",
            "ended": "2025-09-01T18:29:41.636393Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1297.4324951171875,
                            "deviation": 62.437076568603516,
                            "volatility": 0.058664508163928986
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 122771,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1276.6727294921875,
                            "deviation": 68.4850082397461,
                            "volatility": 0.06433283537626266
                        }
                    },
                    "username": "sodi1",
                    "country": "un",
                    "ranking": 18.884729428690004,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/87583f0946a1be4b454ca4a9920212f2?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/78869937"
            },
            "players": {
                "black": {
                    "id": 1847292,
                    "username": "x134",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/837d33f175ea5803e91560dc3792c6d2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1453.2389249367347,
                            "deviation": 114.92728334372246,
                            "volatility": 0.060004076370953306
                        }
                    },
                    "ranking": 23.570214704011327,
                    "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": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 78869937,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1847292,
            "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": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-09-01T18:07:38.203889Z",
            "ended": "2025-09-01T18:18:26.165676Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1847292,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1252.7493896484375,
                            "deviation": 156.14892578125,
                            "volatility": 0.06000727042555809
                        }
                    },
                    "username": "x134",
                    "country": "un",
                    "ranking": 23.570214704011327,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/837d33f175ea5803e91560dc3792c6d2?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1308.9327392578125,
                            "deviation": 62.41868591308594,
                            "volatility": 0.05866377800703049
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "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/78869729"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 493451,
                    "username": "umdun",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8f2c67e0ce737d13fbcbff352368f852?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1296.6604392665815,
                            "deviation": 61.905882637735544,
                            "volatility": 0.0596067529548863
                        }
                    },
                    "ranking": 20.93105126494606,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78869729,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 493451,
            "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": "2025-09-01T17:59:05.354066Z",
            "ended": "2025-09-01T18:04:32.331151Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1294.384765625,
                            "deviation": 62.4796028137207,
                            "volatility": 0.05866140499711037
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 493451,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1412.9527587890625,
                            "deviation": 62.678245544433594,
                            "volatility": 0.0596393384039402
                        }
                    },
                    "username": "umdun",
                    "country": "un",
                    "ranking": 20.93105126494606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8f2c67e0ce737d13fbcbff352368f852?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/78869349"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 337443,
                    "username": "Dorisa",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3668ee6b49e78f75c2988d0ed9d73e52?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1312.9182915532072,
                            "deviation": 61.05893258140103,
                            "volatility": 0.059500678439247945
                        }
                    },
                    "ranking": 21.21950713373236,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78869349,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 337443,
            "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": "80.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-09-01T17:43:33.613773Z",
            "ended": "2025-09-01T17:58:28.553309Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1303.2978515625,
                            "deviation": 62.614830017089844,
                            "volatility": 0.05866237357258797
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 337443,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1372.02734375,
                            "deviation": 61.49150466918945,
                            "volatility": 0.05952827259898186
                        }
                    },
                    "username": "Dorisa",
                    "country": "un",
                    "ranking": 21.21950713373236,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3668ee6b49e78f75c2988d0ed9d73e52?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/78868845"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1164190,
                    "username": "guam",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/3de7c734a9d1070968e3bb144c458f3b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1339.8048133208265,
                            "deviation": 62.967987885460516,
                            "volatility": 0.05948083124552123
                        }
                    },
                    "ranking": 21.688794178689932,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78868845,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1164190,
            "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": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-09-01T17:23:43.911373Z",
            "ended": "2025-09-01T17:43:13.476428Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1310.86279296875,
                            "deviation": 62.69153594970703,
                            "volatility": 0.05866369232535362
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1164190,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1427.00244140625,
                            "deviation": 62.20519256591797,
                            "volatility": 0.0595284104347229
                        }
                    },
                    "username": "guam",
                    "country": "un",
                    "ranking": 21.688794178689932,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/3de7c734a9d1070968e3bb144c458f3b?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/78868581"
            },
            "players": {
                "black": {
                    "id": 1674219,
                    "username": "Nicolas de Pigage",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/9cf9ef82dafe72f04f7166bd1c046178?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1262.1909288421207,
                            "deviation": 61.34305014491679,
                            "volatility": 0.0598978337113583
                        }
                    },
                    "ranking": 20.307320283198422,
                    "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": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 78868581,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1674219,
            "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": "2025-09-01T17:14:30.460721Z",
            "ended": "2025-09-01T17:22:33.864772Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1674219,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1340.3074951171875,
                            "deviation": 61.24689483642578,
                            "volatility": 0.059926070272922516
                        }
                    },
                    "username": "Nicolas de Pigage",
                    "country": "un",
                    "ranking": 20.307320283198422,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/9cf9ef82dafe72f04f7166bd1c046178?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1298.451416015625,
                            "deviation": 62.8637580871582,
                            "volatility": 0.058663029223680496
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "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/78859184"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1830755,
                    "username": "deleted-1bcd817d-9780-48d6-b304-8f80af254ac0",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/5c16428a9c8ae67023e643bed2efcea1-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1498.1745762985097,
                            "deviation": 65.27551401919007,
                            "volatility": 0.06002149945781621
                        }
                    },
                    "ranking": 24.27519265359244,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78859184,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1830755,
            "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": "2025-09-01T11:38:20.912137Z",
            "ended": "2025-09-01T11:58:36.584417Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1302.5474853515625,
                            "deviation": 62.64134216308594,
                            "volatility": 0.05866441875696182
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1830755,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1566.90966796875,
                            "deviation": 64.55012512207031,
                            "volatility": 0.059993110597133636
                        }
                    },
                    "username": "deleted-1bcd817d-9780-48d6-b304-8f80af254ac0",
                    "country": "un",
                    "ranking": 24.27519265359244,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/5c16428a9c8ae67023e643bed2efcea1-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/78858770"
            },
            "players": {
                "black": {
                    "id": 1699792,
                    "username": "savgt",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/908fadf97eb6d244c5023ff7918b727b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1202.7106187081813,
                            "deviation": 61.75094188710006,
                            "volatility": 0.05994386148768527
                        }
                    },
                    "ranking": 19.189842350325332,
                    "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": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 78858770,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 1699792,
            "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": "16.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-09-01T11:19:47.940061Z",
            "ended": "2025-09-01T11:37:23.758235Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1699792,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1276.071533203125,
                            "deviation": 61.286399841308594,
                            "volatility": 0.060036551207304
                        }
                    },
                    "username": "savgt",
                    "country": "un",
                    "ranking": 19.189842350325332,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/908fadf97eb6d244c5023ff7918b727b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1314.84326171875,
                            "deviation": 62.81242370605469,
                            "volatility": 0.05866381898522377
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "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/78858281"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1425511,
                    "username": "rchen4",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/a6bedb0f02f104c3933b15f1fc2f7891?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1524.7283305624956,
                            "deviation": 61.903509735785384,
                            "volatility": 0.06015181757697058
                        }
                    },
                    "ranking": 24.681911123802532,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78858281,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1425511,
            "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": "53.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-09-01T10:57:25.940966Z",
            "ended": "2025-09-01T11:18:16.710115Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1322.9345703125,
                            "deviation": 62.92758560180664,
                            "volatility": 0.05866503715515137
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1425511,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1422.476806640625,
                            "deviation": 61.53273010253906,
                            "volatility": 0.06013962998986244
                        }
                    },
                    "username": "rchen4",
                    "country": "un",
                    "ranking": 24.681911123802532,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a6bedb0f02f104c3933b15f1fc2f7891?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/78857342"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1254.2818894042523,
                            "deviation": 62.47170289664914,
                            "volatility": 0.05873612930820398
                        }
                    },
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1746446,
                    "username": "Akipa2025",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/81cbd15301e425ffe9c3c61025f9bccb?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1524.7107878502632,
                            "deviation": 62.228400335258584,
                            "volatility": 0.059804940317966786
                        }
                    },
                    "ranking": 24.68164477069797,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 78857342,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 1746446,
            "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": "2025-09-01T10:17:23.328840Z",
            "ended": "2025-09-01T10:35:44.472517Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1328.2054443359375,
                            "deviation": 62.83499526977539,
                            "volatility": 0.05866653099656105
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 20.161803220965396,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 1746446,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1536.5267333984375,
                            "deviation": 61.84042739868164,
                            "volatility": 0.05997278168797493
                        }
                    },
                    "username": "Akipa2025",
                    "country": "un",
                    "ranking": 24.68164477069797,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/81cbd15301e425ffe9c3c61025f9bccb?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
        }
    ]
}