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

отримати profile_id

GET
https://randy.liub0myr.pp.ua/api/v2/info/players/{platform}/{accountID}/profileid
profile_id - це внутрішньоігровий ідентифікатор гравця.
Поки не знайшов способу отримати через нього accountID :(
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/players/epic/b04c429ab83b49919d4c7b38a6ea796b/profileid?token='
Response Response Example
{
    "profile_id": 2238
}

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠404Not Found
Modified at 2024-12-05 20:12:07
Previous
статистика сезону
Built with