List all games played by a specific player.

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

{
    "count": 5000,
    "next": "https://online-go.com/api/v1/players/190546/games?format=api&page=22",
    "previous": "https://online-go.com/api/v1/players/190546/games?format=api&page=20",
    "results": [
        {
            "related": {
                "detail": "/api/v1/games/61292060"
            },
            "players": {
                "black": {
                    "id": 259166,
                    "username": "David2021Go",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/ee799c4efd11efd309c00e6dffbcf26d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1267.5292506893943,
                            "deviation": 62.5242421789849,
                            "volatility": 0.06260775146657208
                        }
                    },
                    "ranking": 20.405024634222627,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 61292060,
            "name": "Friendly Match",
            "creator": 259166,
            "mode": "game",
            "source": "play",
            "black": 259166,
            "white": 190546,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": "2.0",
            "handicap": 2,
            "komi": "0.50",
            "time_control": "byoyomi",
            "black_player_rank": 0,
            "black_player_rating": "0.000",
            "white_player_rank": 0,
            "white_player_rating": "0.000",
            "time_per_move": 37,
            "time_control_parameters": "{\"main_time\": 900, \"period_time\": 30, \"periods\": 5, \"periods_min\": 1, \"periods_max\": 300, \"pause_on_weekends\": false, \"speed\": \"live\", \"system\": \"byoyomi\", \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "46.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2024-02-04T19:04:44.850172Z",
            "ended": "2024-02-04T19:26:29.889267Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 259166,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1296.8995361328125,
                            "deviation": 61.59522247314453,
                            "volatility": 0.062333229929208755
                        }
                    },
                    "username": "David2021Go",
                    "country": "un",
                    "ranking": 20.405024634222627,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/ee799c4efd11efd309c00e6dffbcf26d?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1415.3546142578125,
                            "deviation": 61.28340148925781,
                            "volatility": 0.05876655504107475
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/13953778"
            },
            "players": {
                "black": {
                    "id": 506763,
                    "username": "t.s9",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/1cd151cdad265900b194fdefaacb2a0b?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1227.0760275126547,
                            "deviation": 65.1631405885047,
                            "volatility": 0.060972617046506354
                        }
                    },
                    "ranking": 19.654144944539425,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 13953778,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 506763,
            "white": 190546,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 14,
            "black_player_rating": "533.653",
            "white_player_rank": 14,
            "white_player_rating": "520.925",
            "time_per_move": 43,
            "time_control_parameters": "{\"period_time\": 30, \"speed\": \"live\", \"system\": \"byoyomi\", \"pause_on_weekends\": false, \"time_control\": \"byoyomi\", \"periods\": 5, \"main_time\": 1200}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "60.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2018-08-10T13:28:14.324619Z",
            "ended": "2018-08-10T14:01:53.210019Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 506763,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1334.538818359375,
                            "deviation": 62.35943603515625,
                            "volatility": 0.05986906215548515
                        }
                    },
                    "username": "t.s9",
                    "country": "un",
                    "ranking": 19.654144944539425,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/1cd151cdad265900b194fdefaacb2a0b?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1312.4912109375,
                            "deviation": 63.687896728515625,
                            "volatility": 0.05983159318566322
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/19756277"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 684160,
                    "username": "nguyenguangyao",
                    "country": "sg",
                    "icon": "https://user-uploads.online-go.com/336c99f725eea29dfd9025964a9139ff-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1823.041156319862,
                            "deviation": 63.221515166258705,
                            "volatility": 0.05999374097173404
                        }
                    },
                    "ranking": 28.818580486767804,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19756277,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 684160,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 16,
            "black_player_rating": "710.258",
            "white_player_rank": 9,
            "white_player_rating": "82.625",
            "time_per_move": 46,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1500, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "30.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2019-10-01T10:48:50.604265Z",
            "ended": "2019-10-01T11:19:07.413925Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1419.2159423828125,
                            "deviation": 61.46999740600586,
                            "volatility": 0.05964825302362442
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 684160,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1450.2183837890625,
                            "deviation": 138.9010772705078,
                            "volatility": 0.05999999865889549
                        }
                    },
                    "username": "nguyenguangyao",
                    "country": "sg",
                    "ranking": 28.818580486767804,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/336c99f725eea29dfd9025964a9139ff-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/19762092"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 580826,
                    "username": "TheLordz",
                    "country": "us",
                    "icon": "https://secure.gravatar.com/avatar/95579080f55345938218442417ab2872?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1460.6815808563545,
                            "deviation": 61.436995402087234,
                            "volatility": 0.05985965561702218
                        }
                    },
                    "ranking": 23.688473152638256,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19762092,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 580826,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 16,
            "black_player_rating": "736.980",
            "white_player_rank": 16,
            "white_player_rating": "741.389",
            "time_per_move": 43,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1200, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "37.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-10-01T20:16:10.669035Z",
            "ended": "2019-10-01T20:35:34.024231Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1442.15966796875,
                            "deviation": 61.29629135131836,
                            "volatility": 0.059648752212524414
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 580826,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1442.77587890625,
                            "deviation": 60.972686767578125,
                            "volatility": 0.059905026108026505
                        }
                    },
                    "username": "TheLordz",
                    "country": "us",
                    "ranking": 23.688473152638256,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/95579080f55345938218442417ab2872?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/19755164"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 373473,
                    "username": "Cognac",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/32fc6f8c7480466bad61f2b8fe166ca8?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1107.8410854139884,
                            "deviation": 63.660822211331244,
                            "volatility": 0.059630126116817284
                        }
                    },
                    "ranking": 17.287729428848547,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19755164,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 373473,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 16,
            "black_player_rating": "706.413",
            "white_player_rank": 15,
            "white_player_rating": "612.801",
            "time_per_move": 46,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1500, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "54.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-10-01T08:33:37.406192Z",
            "ended": "2019-10-01T09:00:20.861010Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1414.6644287109375,
                            "deviation": 61.412261962890625,
                            "volatility": 0.0596497617661953
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 373473,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1401.426025390625,
                            "deviation": 61.41548156738281,
                            "volatility": 0.05993053317070007
                        }
                    },
                    "username": "Cognac",
                    "country": "un",
                    "ranking": 17.287729428848547,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/32fc6f8c7480466bad61f2b8fe166ca8?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/19756195"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 628154,
                    "username": "deleted-be70d272-a27c-49fd-8cef-51d82db92923",
                    "country": "lt",
                    "icon": "https://user-uploads.online-go.com/0eab70bd28c08c2f1f3ca8e3a976b75f-64.png",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1403.9805837312595,
                            "deviation": 65.88247392038237,
                            "volatility": 0.05987447126321927
                        }
                    },
                    "ranking": 22.77192560478425,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19756195,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 628154,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 15,
            "black_player_rating": "697.971",
            "white_player_rank": 12,
            "white_player_rating": "370.661",
            "time_per_move": 46,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1500, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2019-10-01T10:40:25.779459Z",
            "ended": "2019-10-01T10:48:21.139818Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1414.2525634765625,
                            "deviation": 61.27027893066406,
                            "volatility": 0.059649817645549774
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 628154,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1202.911865234375,
                            "deviation": 65.26641845703125,
                            "volatility": 0.05999671667814255
                        }
                    },
                    "username": "deleted-be70d272-a27c-49fd-8cef-51d82db92923",
                    "country": "lt",
                    "ranking": 22.77192560478425,
                    "professional": false,
                    "icon": "https://user-uploads.online-go.com/0eab70bd28c08c2f1f3ca8e3a976b75f-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/19756545"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 155836,
                    "username": "fmarmol",
                    "country": "fr",
                    "icon": "https://secure.gravatar.com/avatar/ed6201e9cfac4af95d87009fc3348134?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1280.2365425721684,
                            "deviation": 60.52364393315633,
                            "volatility": 0.05973474386832772
                        }
                    },
                    "ranking": 20.635953432486712,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19756545,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 155836,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 16,
            "black_player_rating": "713.742",
            "white_player_rank": 15,
            "white_player_rating": "642.710",
            "time_per_move": 46,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1500, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2019-10-01T11:23:05.890389Z",
            "ended": "2019-10-01T12:05:29.116596Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1429.995361328125,
                            "deviation": 61.519100189208984,
                            "volatility": 0.05964864790439606
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 155836,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1449.0552978515625,
                            "deviation": 60.900814056396484,
                            "volatility": 0.05992022156715393
                        }
                    },
                    "username": "fmarmol",
                    "country": "fr",
                    "ranking": 20.635953432486712,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/ed6201e9cfac4af95d87009fc3348134?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/13940586"
            },
            "players": {
                "black": {
                    "id": 464854,
                    "username": "SEBA_",
                    "country": "de",
                    "icon": "https://secure.gravatar.com/avatar/0617fe004f0db2f8f2c33a718958f26d?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1338.355118951116,
                            "deviation": 60.653876384541576,
                            "volatility": 0.059947205056211636
                        }
                    },
                    "ranking": 21.663731875627132,
                    "professional": false,
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                }
            },
            "id": 13940586,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 464854,
            "white": 190546,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 16,
            "black_player_rating": "765.882",
            "white_player_rank": 15,
            "white_player_rating": "618.263",
            "time_per_move": 43,
            "time_control_parameters": "{\"period_time\": 30, \"speed\": \"live\", \"system\": \"byoyomi\", \"pause_on_weekends\": false, \"time_control\": \"byoyomi\", \"periods\": 5, \"main_time\": 1200}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "18.5 points",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2018-08-09T12:09:39.767743Z",
            "ended": "2018-08-09T12:37:05.586768Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 464854,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1452.203857421875,
                            "deviation": 62.28594970703125,
                            "volatility": 0.06014253944158554
                        }
                    },
                    "username": "SEBA_",
                    "country": "de",
                    "ranking": 21.663731875627132,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/0617fe004f0db2f8f2c33a718958f26d?s=32&d=retro",
                    "ui_class": ""
                },
                "white": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1337.3070068359375,
                            "deviation": 63.233123779296875,
                            "volatility": 0.05983518809080124
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/19761772"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 676492,
                    "username": "mktrec4",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/a24ef1a1ad99e57e74b092f32d2a4493?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1327.7435830428071,
                            "deviation": 62.00542959927595,
                            "volatility": 0.05962828402253221
                        }
                    },
                    "ranking": 21.479448860657595,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19761772,
            "name": "Friendly Match",
            "creator": 676492,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 676492,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 15,
            "black_player_rating": "693.262",
            "white_player_rank": 16,
            "white_player_rating": "708.870",
            "time_per_move": 40,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 900, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "Resignation",
            "black_lost": false,
            "white_lost": true,
            "annulled": false,
            "started": "2019-10-01T19:46:26.141667Z",
            "ended": "2019-10-01T20:12:00.765231Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1431.05322265625,
                            "deviation": 61.36625671386719,
                            "volatility": 0.059648554772138596
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 676492,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1447.37841796875,
                            "deviation": 60.998817443847656,
                            "volatility": 0.05998391658067703
                        }
                    },
                    "username": "mktrec4",
                    "country": "un",
                    "ranking": 21.479448860657595,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/a24ef1a1ad99e57e74b092f32d2a4493?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        },
        {
            "related": {
                "detail": "/api/v1/games/19780730"
            },
            "players": {
                "black": {
                    "id": 190546,
                    "username": "doc37",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1323.8028357653134,
                            "deviation": 62.201701629475686,
                            "volatility": 0.05874577866772412
                        }
                    },
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 572808,
                    "username": "hansje",
                    "country": "un",
                    "icon": "https://secure.gravatar.com/avatar/c748259179ce68f956672d38c438e9c2?s=64&d=retro",
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1227.742950882026,
                            "deviation": 63.868985743683105,
                            "volatility": 0.059673896193044196
                        }
                    },
                    "ranking": 19.666723693943503,
                    "professional": false,
                    "ui_class": ""
                }
            },
            "id": 19780730,
            "name": "Gra towarzyska",
            "creator": 190546,
            "mode": "game",
            "source": "play",
            "black": 190546,
            "white": 572808,
            "width": 19,
            "height": 19,
            "rules": "japanese",
            "ranked": true,
            "handicap_rank_difference": null,
            "handicap": 0,
            "komi": "6.50",
            "time_control": "byoyomi",
            "black_player_rank": 15,
            "black_player_rating": "668.460",
            "white_player_rank": 16,
            "white_player_rating": "730.075",
            "time_per_move": 46,
            "time_control_parameters": "{\"system\": \"byoyomi\", \"speed\": \"live\", \"main_time\": 1500, \"period_time\": 30, \"periods\": 5, \"pause_on_weekends\": false, \"time_control\": \"byoyomi\"}",
            "disable_analysis": false,
            "tournament": null,
            "tournament_round": 0,
            "ladder": null,
            "pause_on_weekends": false,
            "outcome": "16.5 points",
            "black_lost": true,
            "white_lost": false,
            "annulled": false,
            "started": "2019-10-03T10:02:08.066268Z",
            "ended": "2019-10-03T10:38:58.109341Z",
            "sgf_filename": null,
            "historical_ratings": {
                "black": {
                    "id": 190546,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1404.3487548828125,
                            "deviation": 62.115570068359375,
                            "volatility": 0.05964604392647743
                        }
                    },
                    "username": "doc37",
                    "country": "un",
                    "ranking": 21.410637418402104,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/8e48e04afb6c15e99056a44bf21f576c?s=32&d=retro",
                    "ui_class": "supporter"
                },
                "white": {
                    "id": 572808,
                    "ratings": {
                        "version": 5,
                        "overall": {
                            "rating": 1445.910888671875,
                            "deviation": 62.57080078125,
                            "volatility": 0.059919726103544235
                        }
                    },
                    "username": "hansje",
                    "country": "un",
                    "ranking": 19.666723693943503,
                    "professional": false,
                    "icon": "https://secure.gravatar.com/avatar/c748259179ce68f956672d38c438e9c2?s=32&d=retro",
                    "ui_class": ""
                }
            },
            "rengo": false,
            "rengo_black_team": null,
            "rengo_white_team": null,
            "rengo_casual_mode": false,
            "flags": null,
            "bot_detection_results": null,
            "bot_parameters": null
        }
    ]
}