List all games played by a specific player.

GET /api/v1/players/902691/games?format=api&ordering=-id&page=9
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&ordering=-id&page=10",
    "previous": "https://online-go.com/api/v1/players/902691/games?format=api&ordering=-id&page=8",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/85676889"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676889,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:40:14.205000Z",
            "ended": "2026-04-02T11:42:25.746735Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676820"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676820,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:37:46.312023Z",
            "ended": "2026-04-02T11:40:12.187785Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676793"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676793,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:37:02.417503Z",
            "ended": "2026-04-02T11:37:44.302495Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676769"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676769,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:35:55.155087Z",
            "ended": "2026-04-02T11:37:00.584229Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676730"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676730,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:34:49.318857Z",
            "ended": "2026-04-02T11:35:53.428795Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676597"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676597,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:29:37.332318Z",
            "ended": "2026-04-02T11:34:46.707963Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676532"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676532,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:26:59.932882Z",
            "ended": "2026-04-02T11:29:34.731050Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676426"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676426,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:22:28.844610Z",
            "ended": "2026-04-02T11:26:57.597574Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676371"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676371,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:20:23.101342Z",
            "ended": "2026-04-02T11:22:26.739265Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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/85676318"
            },
            "players": {
                "black": {
                    "id": 1382605,
                    "username": "peschet",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474559163199,
                            "deviation": 61.13476468243132,
                            "volatility": 0.0600527821933419
                        }
                    },
                    "ranking": 31.301900666766606,
                    "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": 85676318,
            "name": "Freundschaftsspiel",
            "creator": 1382605,
            "mode": "game",
            "source": "play",
            "black": 1382605,
            "white": 902691,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": false,
            "handicap_rank_difference": "5.0",
            "handicap": 5,
            "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": 15,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 10, \"initial_time\": 600, \"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": "2026-04-02T11:18:05.630171Z",
            "ended": "2026-04-02T11:20:20.533072Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 1382605,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2029.474609375,
                            "deviation": 61.134765625,
                            "volatility": 0.0600527822971344
                        }
                    },
                    "username": "peschet",
                    "country": "un",
                    "ranking": 31.301900666766606,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/d12b7fc4bd38729b21cb771d2388d20e?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
        }
    ]
}