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}

паті гравця

GET
https://randy.liub0myr.pp.ua/api/v2/info/players/{platform}/{accountID}/party
докладна інформація про паті гравця на момент запиту
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/players/epic/b04c429ab83b49919d4c7b38a6ea796b/party?token='
Response Response Example
{
    "id": "IQOOl8cg8S",
    "leader_id": 2246903,
    "members": [
        {
            "profile_id": 2246903,
            "nickname": "Mimishka",
            "region": "region-steam"
        },
        {
            "profile_id": 2151725,
            "nickname": "Sk1pper",
            "region": "region-steam"
        },
        {
            "profile_id": 721401,
            "nickname": "[UA]SpecialistUA",
            "region": "region-steam"
        },
        {
            "profile_id": 1255159,
            "nickname": "I'mUncleSam",
            "region": "region-steam"
        },
        {
            "profile_id": 2238,
            "nickname": "[UA] BROMN_TTV",
            "region": "region-steam"
        },
        {
            "profile_id": 1967333,
            "nickname": "Andrii",
            "region": "region-steam"
        }
    ]
}

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠404Not Found
Modified at 2024-12-05 20:11:37
Previous
загальний огляд
Next
інвентар
Built with