Randy
  1. {accountID}
Randy
  • en
    • About API
    • Update log
    • /api/v2/info
      • games
        • session info
      • players
        • {platform}
          • {accountID}
            • save account
              GET
            • overview
              GET
            • party
              GET
            • inventory
              GET
            • seasons
              GET
            • season overview
              GET
            • profile_id
              GET
  • uk
    • Про API
    • Журнал оновлень
    • /api/v2/info
      • games
        • інформація про гру
      • players
        • {platform}
          • {accountID}
            • зберегти акаунт
            • загальний огляд
            • паті гравця
            • інвентар
            • огляд сезонів
            • статистика сезону
            • отримати profile_id
  1. {accountID}

season overview

GET
https://randy.liub0myr.pp.ua/api/v2/info/players/{platform}/{accountID}/seasons/{season_id}
general statistics for the specified season
Notes:
statistics from early seasons may be incorrect due to a counting bug on the server side of the game server
in PVP there are also PVE mobs, such as glass hound in escort
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/players/epic/b04c429ab83b49919d4c7b38a6ea796b/seasons/9?token='
Response Response Example
{
    "heroes_played_time": [
        {
            "hero_name": "h_ram",
            "played_time": 6724
        },
        {
            "hero_name": "h_strix",
            "played_time": 4363
        },
        {
            "hero_name": "m_pill",
            "played_time": 1535
        },
        {
            "hero_name": "a_orbit",
            "played_time": 2565
        },
        {
            "hero_name": "s_kite",
            "played_time": 743
        },
        {
            "hero_name": "m_malva",
            "played_time": 8121
        },
        {
            "hero_name": "a_mongoose",
            "played_time": 9977
        },
        {
            "hero_name": "s_brisa",
            "played_time": 7222
        }
    ],
    "sessions_played_time": [
        {
            "game_type": "pvp",
            "game_mode": "tdm_dynamic_spawn_near_players",
            "played_time": 6767
        },
        {
            "game_type": "pvp",
            "game_mode": "ptb",
            "played_time": 2818
        },
        {
            "game_type": "pvp",
            "game_mode": "esc",
            "played_time": 11255
        },
        {
            "game_type": "pvp",
            "game_mode": "conq",
            "played_time": 11279
        },
        {
            "game_type": "pve",
            "game_mode": "pve_horde",
            "played_time": 58492
        },
        {
            "game_type": "pve",
            "game_mode": "pve",
            "played_time": 214
        }
    ],
    "kills": [
        {
            "game_type": "pvp",
            "player_kills": 481,
            "ai_kills": 42
        },
        {
            "game_type": "pve",
            "player_kills": 0,
            "ai_kills": 1966
        }
    ],
    "deaths": [
        {
            "game_type": "pvp",
            "deaths": 576
        },
        {
            "game_type": "pve",
            "deaths": 56
        }
    ]
}

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠404Not Found
Modified at 2024-12-05 20:13:30
Previous
seasons
Next
profile_id
Built with