List all games played by a specific player.

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

{
    "count": 2713,
    "next": "https://online-go.com/api/v1/players/179/games?format=api&ordering=-ended&page=16",
    "previous": "https://online-go.com/api/v1/players/179/games?format=api&ordering=-ended&page=14",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/75915066"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1905.0367476439635,
                            "deviation": 69.89302082262448,
                            "volatility": 0.06261063586288837
                        }
                    },
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75915066,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 802383,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-06-02T22:38:33.171293Z",
            "ended": "2025-06-02T22:44:42.580531Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1754.1800537109375,
                            "deviation": 63.33058166503906,
                            "volatility": 0.059875309467315674
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1884.94384765625,
                            "deviation": 65.09300994873047,
                            "volatility": 0.060328349471092224
                        }
                    },
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/75845535"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1905.0367476439635,
                            "deviation": 69.89302082262448,
                            "volatility": 0.06261063586288837
                        }
                    },
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75845535,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 802383,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-31T19:54:20.296432Z",
            "ended": "2025-05-31T20:06:35.949834Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1754.1800537109375,
                            "deviation": 63.33058166503906,
                            "volatility": 0.059875309467315674
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1976.619384765625,
                            "deviation": 64.51815032958984,
                            "volatility": 0.06026523560285568
                        }
                    },
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/75782083"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1905.0367476439635,
                            "deviation": 69.89302082262448,
                            "volatility": 0.06261063586288837
                        }
                    },
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75782083,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 802383,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-29T21:40:32.691207Z",
            "ended": "2025-05-29T21:48:45.378333Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1754.1800537109375,
                            "deviation": 63.33058166503906,
                            "volatility": 0.059875309467315674
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1920.5140380859375,
                            "deviation": 68.64125061035156,
                            "volatility": 0.060285840183496475
                        }
                    },
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/75781413"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1905.0367476439635,
                            "deviation": 69.89302082262448,
                            "volatility": 0.06261063586288837
                        }
                    },
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75781413,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 802383,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 39,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 1200, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-29T21:15:36.784197Z",
            "ended": "2025-05-29T21:32:08.406664Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1754.1800537109375,
                            "deviation": 63.33058166503906,
                            "volatility": 0.059875309467315674
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 802383,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1920.5140380859375,
                            "deviation": 68.64125061035156,
                            "volatility": 0.060285840183496475
                        }
                    },
                    "username": "doge_bot_1",
                    "country": "_Pirate",
                    "ranking": 29.837069989586457,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/abbe81c2fa3cd09c20ccc9ce108a8f27-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/72961707"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "username": "DonJuan",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2073.8149450045134,
                            "deviation": 63.994547965565225,
                            "volatility": 0.060007946244334885
                        }
                    },
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 72961707,
            "name": "Damn clock",
            "creator": 21826,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 21826,
            "width": 23,
            "height": 23,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.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": 99466,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"main_time\": 2419200, \"period_time\": 86400, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Timeout",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-03-08T23:09:05.260363Z",
            "ended": "2025-05-20T23:55:01.529982Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1754.1800537109375,
                            "deviation": 63.33058166503906,
                            "volatility": 0.059875309467315674
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2065.215576171875,
                            "deviation": 64.1490707397461,
                            "volatility": 0.0600091926753521
                        }
                    },
                    "username": "DonJuan",
                    "country": "us",
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?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/71266169"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "username": "DonJuan",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2073.8149450045134,
                            "deviation": 63.994547965565225,
                            "volatility": 0.060007946244334885
                        }
                    },
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 71266169,
            "name": "Normy",
            "creator": 21826,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 21826,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "4.0",
            "handicap": 4,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 278347,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"main_time\": 2419200, \"period_time\": 259200, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "97.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-01-11T08:33:18.555394Z",
            "ended": "2025-05-20T23:48:28.497090Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1768.708740234375,
                            "deviation": 63.43255615234375,
                            "volatility": 0.059873174875974655
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2051.966064453125,
                            "deviation": 64.36575317382812,
                            "volatility": 0.06000831350684166
                        }
                    },
                    "username": "DonJuan",
                    "country": "us",
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?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/74448723"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "username": "DonJuan",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2073.8149450045134,
                            "deviation": 63.994547965565225,
                            "volatility": 0.060007946244334885
                        }
                    },
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 74448723,
            "name": "13 Redo",
            "creator": 21826,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 21826,
            "width": 13,
            "height": 13,
            "rules": "japanese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "2.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 300099,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"main_time\": 2419200, \"period_time\": 259200, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "6.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-04-19T04:21:32.429921Z",
            "ended": "2025-05-19T23:40:30.330692Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1768.708740234375,
                            "deviation": 63.43255615234375,
                            "volatility": 0.059873174875974655
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 21826,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2051.966064453125,
                            "deviation": 64.36575317382812,
                            "volatility": 0.06000831350684166
                        }
                    },
                    "username": "DonJuan",
                    "country": "us",
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?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/74979670"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1476738,
                    "username": "Mag11",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/16fda86ed34daf7a60098924dc02f3b2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1333.851923081993,
                            "deviation": 62.499075674281464,
                            "volatility": 0.05999091503991175
                        }
                    },
                    "ranking": 21.585707170643,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 74979670,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 1476738,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": false,
            "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": 105547,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"main_time\": 2419200, \"period_time\": 86400, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-05T23:25:33.074798Z",
            "ended": "2025-05-16T20:11:33.488090Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1768.708740234375,
                            "deviation": 63.43255615234375,
                            "volatility": 0.059873174875974655
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1476738,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1173.669921875,
                            "deviation": 63.24406051635742,
                            "volatility": 0.059977393597364426
                        }
                    },
                    "username": "Mag11",
                    "country": "un",
                    "ranking": 21.585707170643,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/16fda86ed34daf7a60098924dc02f3b2?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/75106078"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1076.3004235226163,
                            "deviation": 103.8463522991336,
                            "volatility": 0.1484123169882075
                        }
                    },
                    "ranking": 16.61907578955262,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75106078,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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": 69,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 60, \"initial_time\": 1200, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Timeout",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-09T19:42:43.043248Z",
            "ended": "2025-05-09T20:25:57.462037Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1768.708740234375,
                            "deviation": 63.43255615234375,
                            "volatility": 0.059873174875974655
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1066.90576171875,
                            "deviation": 100.93356323242188,
                            "volatility": 0.14993442595005035
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.61907578955262,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/75075098"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.4336240374016,
                            "deviation": 66.41894948055968,
                            "volatility": 0.059884108168580114
                        }
                    },
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "username": "GnuGo",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1076.3004235226163,
                            "deviation": 103.8463522991336,
                            "volatility": 0.1484123169882075
                        }
                    },
                    "ranking": 16.61907578955262,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 75075098,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 58441,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "0.0",
            "handicap": 0,
            "komi": "7.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": 259,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 240, \"initial_time\": 2400, \"max_time\": 6000}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-05-08T20:47:06.166975Z",
            "ended": "2025-05-08T22:03:14.670461Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1768.708740234375,
                            "deviation": 63.43255615234375,
                            "volatility": 0.059873174875974655
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.54393217180034,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 58441,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 952.6077270507812,
                            "deviation": 127.40767669677734,
                            "volatility": 0.15000000596046448
                        }
                    },
                    "username": "GnuGo",
                    "country": "un",
                    "ranking": 16.61907578955262,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/f94fc0308de91aa099afa1db1afd8e44?s=32&d=retro",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}