List all games played by a specific player.

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

{
    "count": 2714,
    "next": "https://online-go.com/api/v1/players/179/games?format=api&page=101",
    "previous": "https://online-go.com/api/v1/players/179/games?format=api&page=99",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/47756002"
            },
            "players": {
                "black": {
                    "id": 21826,
                    "username": "DonJuan",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2073.8149450045134,
                            "deviation": 63.994547965565225,
                            "volatility": 0.060007946244334885
                        }
                    },
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 47756002,
            "name": "legal blackjack 2",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 21826,
            "white": 179,
            "width": 21,
            "height": 21,
            "rules": "aga",
            "ranked": false,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "5.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": 89280,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"correspondence\", \"pause_on_weekends\": true, \"time_increment\": 86400, \"initial_time\": 259200, \"max_time\": 604800}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "7.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-10-12T15:22:56.292036Z",
            "ended": "2022-12-16T19:55:36.915287Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 21826,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 2062.38671875,
                            "deviation": 66.44476318359375,
                            "volatility": 0.060006506741046906
                        }
                    },
                    "username": "DonJuan",
                    "country": "us",
                    "ranking": 31.80224064439231,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/863714a4c5ce50ad96a909e192f6765f?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.14013671875,
                            "deviation": 61.57460403442383,
                            "volatility": 0.059880580753088
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": true,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49467904"
            },
            "players": {
                "black": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 49467904,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 798997,
            "white": 179,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-19T02:50:24.095745Z",
            "ended": "2022-12-19T03:06:16.914031Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1811.74072265625,
                            "deviation": 59.236698150634766,
                            "volatility": 0.05493883788585663
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1623.51708984375,
                            "deviation": 62.468990325927734,
                            "volatility": 0.05987580120563507
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49471719"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 1195519,
                    "username": "Deutzia",
                    "country": "un",
                    "icon": "https://user-uploads.online-go.com/e5068011151fd0c5224e3317148f6151-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1304.0837783247666,
                            "deviation": 105.67565801066627,
                            "volatility": 0.14998455719160877
                        }
                    },
                    "ranking": 21.06320633404591,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 49471719,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 1195519,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 121,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": false, \"time_increment\": 120, \"initial_time\": 120, \"max_time\": 3600}",
            "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": "2022-12-19T07:05:55.297664Z",
            "ended": "2022-12-19T07:31:08.188694Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1573.0887451171875,
                            "deviation": 62.01283264160156,
                            "volatility": 0.059870898723602295
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 1195519,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1633.1107177734375,
                            "deviation": 62.90918731689453,
                            "volatility": 0.0615692213177681
                        }
                    },
                    "username": "Deutzia",
                    "country": "un",
                    "ranking": 21.06320633404591,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/e5068011151fd0c5224e3317148f6151-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49419503"
            },
            "players": {
                "black": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 49419503,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 798997,
            "white": 179,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-17T01:40:35.484423Z",
            "ended": "2022-12-17T01:50:10.780829Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1758.2305908203125,
                            "deviation": 59.27894592285156,
                            "volatility": 0.05500379949808121
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.14013671875,
                            "deviation": 61.57460403442383,
                            "volatility": 0.059880580753088
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49419665"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 49419665,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 798997,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "4.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2022-12-17T01:50:23.840590Z",
            "ended": "2022-12-17T02:09:46.165303Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1639.6773681640625,
                            "deviation": 61.581390380859375,
                            "volatility": 0.059879206120967865
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1751.1046142578125,
                            "deviation": 59.18286895751953,
                            "volatility": 0.05500638112425804
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49468526"
            },
            "players": {
                "black": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 49468526,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 798997,
            "white": 179,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-19T03:30:18.436481Z",
            "ended": "2022-12-19T03:34:54.238685Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1844.94677734375,
                            "deviation": 59.307010650634766,
                            "volatility": 0.05493451654911041
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1612.5048828125,
                            "deviation": 62.69502639770508,
                            "volatility": 0.05987260490655899
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49419955"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 49419955,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 798997,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-17T02:10:27.937314Z",
            "ended": "2022-12-17T02:21:54.229923Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1632.2218017578125,
                            "deviation": 61.58817672729492,
                            "volatility": 0.059877827763557434
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1757.9837646484375,
                            "deviation": 59.184425354003906,
                            "volatility": 0.05500531569123268
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49449506"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 49449506,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 798997,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "2.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2022-12-18T07:26:06.448083Z",
            "ended": "2022-12-18T07:45:52.112743Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1659.1346435546875,
                            "deviation": 62.043800354003906,
                            "volatility": 0.05988386645913124
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1825.1356201171875,
                            "deviation": 59.09526062011719,
                            "volatility": 0.05495147407054901
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49467036"
            },
            "players": {
                "black": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 49467036,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 798997,
            "white": 179,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-19T01:52:43.924781Z",
            "ended": "2022-12-19T01:59:28.772788Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1801.715576171875,
                            "deviation": 59.287139892578125,
                            "volatility": 0.05494163930416107
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                },
                "white": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1642.4727783203125,
                            "deviation": 62.30904006958008,
                            "volatility": 0.059880468994379044
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/49449845"
            },
            "players": {
                "black": {
                    "id": 179,
                    "username": "rtayek",
                    "country": "us",
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1647.7426457579807,
                            "deviation": 66.45844101095385,
                            "volatility": 0.05988639214125984
                        }
                    },
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1499.6574621696434,
                            "deviation": 59.44522136186736,
                            "volatility": 0.05550352277575951
                        }
                    },
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "ui_class": "bot"
                }
            },
            "id": 49449845,
            "name": "Friendly Match",
            "creator": 179,
            "mode": "game",
            "source": "play",
            "black": 179,
            "white": 798997,
            "width": 19,
            "height": 19,
            "rules": "chinese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "7.50",
            "time_control": "fischer",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 606,
            "time_control_parameters": "{\"system\": \"fischer\", \"time_control\": \"fischer\", \"speed\": \"live\", \"pause_on_weekends\": true, \"time_increment\": 600, \"initial_time\": 720, \"max_time\": 3600}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": true,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2022-12-18T07:46:07.184769Z",
            "ended": "2022-12-18T08:00:38.834312Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 179,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1652.998291015625,
                            "deviation": 62.1197509765625,
                            "volatility": 0.05988228693604469
                        }
                    },
                    "username": "rtayek",
                    "country": "us",
                    "ranking": 26.47811979607905,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/231d4295c63cdb7e846bdb2192a88a91-32.png",
                    "ui_class": ""
                },
                "white": {
                    "id": 798997,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1807.9041748046875,
                            "deviation": 59.124176025390625,
                            "volatility": 0.05495213344693184
                        }
                    },
                    "username": "noob_bot",
                    "country": "_Pirate",
                    "ranking": 24.2980950779285,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/c0482108c2d871387c75860f532c7f8c-32.png",
                    "ui_class": "bot"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}