List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/902691/games?format=api&page=6",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&page=4",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/72365775"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72365775,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "116.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:32:21.657280Z",
            "ended": "2025-02-13T21:33:32.650198Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72365962"
            },
            "players": {
                "black": {
                    "id": 914789,
                    "username": "pctaikGo",
                    "country": "tw",
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0266911524582,
                            "deviation": 150.32071153745818,
                            "volatility": 0.06000278033448634
                        }
                    },
                    "ranking": 26.383571015482556,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72365962,
            "name": "Friendly Match",
            "creator": 914789,
            "mode": "game",
            "source": "play",
            "black": 914789,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "24.0",
            "handicap": 24,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 35,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"period_time\": 30, \"periods\": 5}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "314.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2025-02-13T21:38:59.131817Z",
            "ended": "2025-02-13T21:41:24.240085Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 914789,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0267333984375,
                            "deviation": 150.32070922851562,
                            "volatility": 0.060002781450748444
                        }
                    },
                    "username": "pctaikGo",
                    "country": "tw",
                    "ranking": 26.383571015482556,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366104"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366104,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "54.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:43:55.058214Z",
            "ended": "2025-02-13T21:45:09.357227Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366135"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366135,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "70.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:45:14.198452Z",
            "ended": "2025-02-13T21:46:26.057952Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366165"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366165,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "58.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:46:30.379860Z",
            "ended": "2025-02-13T21:47:43.529183Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366200"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366200,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "124.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:47:48.560116Z",
            "ended": "2025-02-13T21:49:20.843064Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366317"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366317,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "128.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:52:12.949224Z",
            "ended": "2025-02-13T21:53:13.847315Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366332"
            },
            "players": {
                "black": {
                    "id": 914789,
                    "username": "pctaikGo",
                    "country": "tw",
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0266911524582,
                            "deviation": 150.32071153745818,
                            "volatility": 0.06000278033448634
                        }
                    },
                    "ranking": 26.383571015482556,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366332,
            "name": "Friendly Match",
            "creator": 914789,
            "mode": "game",
            "source": "play",
            "black": 914789,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "8.0",
            "handicap": 8,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 35,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"time_control\": \"byoyomi\", \"speed\": \"live\", \"pause_on_weekends\": false, \"main_time\": 600, \"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-02-13T21:52:48.249971Z",
            "ended": "2025-02-13T21:58:28.862637Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 914789,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1641.0267333984375,
                            "deviation": 150.32070922851562,
                            "volatility": 0.060002781450748444
                        }
                    },
                    "username": "pctaikGo",
                    "country": "tw",
                    "ranking": 26.383571015482556,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1a9370dee5a1a9fce53e463926249331?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366343"
            },
            "players": {
                "black": {
                    "id": 904680,
                    "username": "yannielaurel",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1061.129208912669,
                            "deviation": 60.830512716116516,
                            "volatility": 0.0601304364945748
                        }
                    },
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366343,
            "name": "Vriendschappelijke Wedstrijd",
            "creator": 904680,
            "mode": "game",
            "source": "play",
            "black": 904680,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "1.0",
            "handicap": 1,
            "komi": "0.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": 31,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 120, \"max_time\": 300}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "50.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2025-02-13T21:53:17.608203Z",
            "ended": "2025-02-13T21:54:27.712266Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 904680,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1279.633544921875,
                            "deviation": 62.97339630126953,
                            "volatility": 0.060113273561000824
                        }
                    },
                    "username": "yannielaurel",
                    "country": "un",
                    "ranking": 16.29043852252767,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8a55bbbac2cd63ccf84b53c609d5199b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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/72366395"
            },
            "players": {
                "black": {
                    "id": 1108557,
                    "username": "leejwha",
                    "country": "kr",
                    "icon": "https://secure.gravatar.com/avatar/5c6a6ff8b3feb341d152c098d19dfd20?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500,
                            "deviation": 350,
                            "volatility": 0.06
                        }
                    },
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "username": "katago-micro",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.697676636648,
                            "deviation": 68.98075614493769,
                            "volatility": 0.0600185792853173
                        }
                    },
                    "ranking": 38,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 72366395,
            "name": "친선 대국",
            "creator": 1108557,
            "mode": "game",
            "source": "play",
            "black": 1108557,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "9.0",
            "handicap": 9,
            "komi": "0.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": 35,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 30, \"initial_time\": 600, \"max_time\": 600}",
            "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-02-13T21:55:38.859712Z",
            "ended": "2025-02-13T22:16:05.568752Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1108557,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1500.0,
                            "deviation": 350.0,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "leejwha",
                    "country": "kr",
                    "ranking": 24.303382182144386,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/5c6a6ff8b3feb341d152c098d19dfd20?s=32&d=retro",
                    "ui_class": "provisional"
                },
                "white": {
                    "id": 902691,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2727.69775390625,
                            "deviation": 68.98075866699219,
                            "volatility": 0.06001858040690422
                        }
                    },
                    "username": "katago-micro",
                    "country": "un",
                    "ranking": 38,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8ce4150b097b387950aec959d820c448?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
        }
    ]
}