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}

inventory

GET
https://randy.liub0myr.pp.ua/api/v2/info/players/{platform}/{accountID}/inventory
Player inventory with all slots:
attachments, perks, skins, paints, stickers, trinkets, counters, rail patches
PVE perks, primary/secondary/ melee* weapon, abilities, ultimate ability*, cosmetics
face style, face accessory, head gear, face paint, outfit, upper and lower body, gloves, win pose, taunt*
* there is a technical possibility to change the item
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/players/epic/b04c429ab83b49919d4c7b38a6ea796b/inventory?token='
Response Response Example
[
    {
        "item_name": "heal_spawner_proto",
        "amount": 1
    },
    {
        "item_name": "invader_airstrike",
        "amount": 1
    },
    {
        "item_name": "invader_spawner",
        "amount": 1
    },
    {
        "item_name": "invader_ultimate",
        "amount": 1
    },
    {
        "item_name": "minotaur_spawner_ability_proto",
        "amount": 1
    },
    {
        "item_name": "os01_invasion_proto",
        "amount": 1
    },
    {
        "item_name": "shardskin_spawner_ability_proto",
        "amount": 1
    },
    {
        "item_name": "spg04_invasion_proto",
        "amount": 1
    },
    {
        "item_name": "turret_spawner_proto",
        "amount": 1
    },
    {
        "item_name": "as01_ar04",
        "amount": 1
    },
    {
        "item_name": "as01_ar08",
        "amount": 1
    },
    {
        "item_name": "as01_smg06",
        "amount": 1
    },
    {
        "item_name": "as01_sr03",
        "amount": 1
    },
    {
        "item_name": "as02_ar09",
        "amount": 1
    },
    {
        "item_name": "as02_pt07",
        "amount": 1
    },
    {
        "item_name": "as03_ar07",
        "amount": 1
    },
    {
        "item_name": "as03_smg04",
        "amount": 1
    },
    {
        "item_name": "as04_ar07",
        "amount": 1
    },
    {
        "item_name": "as04_ar08",
        "amount": 1
    },
    {
        "item_name": "as04_smg04",
        "amount": 1
    },
    {
        "item_name": "as04_sr06",
        "amount": 1
    },
    {
        "item_name": "as04_sr11",
        "amount": 1
    },
    {
        "item_name": "as05_ar05",
        "amount": 1
    },
    {
        "item_name": "as05_pt07",
        "amount": 1
    },
    {
        "item_name": "as05_pt10",
        "amount": 1
    },
    {
        "item_name": "as05_smg03",
        "amount": 1
    },
    {
        "item_name": "as05_smg05",
        "amount": 1
    },
    {
        "item_name": "gp01_ar09",
        "amount": 1
    },
    {
        "item_name": "gp02_sr03",
        "amount": 1
    },
    {
        "item_name": "gp05_shg07",
        "amount": 1
    },
    {
        "item_name": "gp05_smg02",
        "amount": 1
    },
    {
        "item_name": "gp06_ar09",
        "amount": 1
    },
    {
        "item_name": "gp06_shg05",
        "amount": 1
    },
    {
        "item_name": "gp07_ar05",
        "amount": 1
    },
    {
        "item_name": "gp08_smg06",
        "amount": 1
    },
    {
        "item_name": "gp10_sr08",
        "amount": 1
    },
    {
        "item_name": "gp11_ar05",
        "amount": 1
    },
    {
        "item_name": "gp12_smg06",
        "amount": 1
    },
    {
        "item_name": "gp13_sr08",
        "amount": 1
    },
    {
        "item_name": "gp14_shg07",
        "amount": 1
    },
    {
        "item_name": "gp15_shg08",
        "amount": 1
    },
    {
        "item_name": "gp17_ar07",
        "amount": 1
    },
    {
        "item_name": "gp18_ar07",
        "amount": 1
    },
    {
        "item_name": "gp19_smg03",
        "amount": 1
    },
    {
        "item_name": "gp20_smg03",
        "amount": 1
    },
    {
        "item_name": "gp20_smg04",
        "amount": 1
    },
    {
        "item_name": "gp21_sr10",
        "amount": 1
    },
    {
        "item_name": "gp22_sr10",
        "amount": 1
    },
    {
        "item_name": "gp22_sr11",
        "amount": 1
    },
    {
        "item_name": "gp23_pt05",
        "amount": 1
    },
    {
        "item_name": "gp23_pt11",
        "amount": 1
    },
    {
        "item_name": "gp24_pt12",
        "amount": 1
    },
    {
        "item_name": "gp25_pt12",
        "amount": 1
    },
    {
        "item_name": "gp27_sr10",
        "amount": 1
    },
    {
        "item_name": "gp28_shg05",
        "amount": 1
    },
    {
        "item_name": "gp29_shg05",
        "amount": 1
    },
    {
        "item_name": "gp30_smg04",
        "amount": 1
    },
    {
        "item_name": "gp31_shg04",
        "amount": 1
    },
    {
        "item_name": "gp32_sr06",
        "amount": 1
    },
    {
        "item_name": "gp33_pt11",
        "amount": 1
    },
    {
        "item_name": "gp34_pt12",
        "amount": 1
    },
    {
        "item_name": "gp35_ar08",
        "amount": 1
    },
    {
        "item_name": "gp36_smg05",
        "amount": 1
    },
    {
        "item_name": "gp37_smg05",
        "amount": 1
    },
    {
        "item_name": "gp38_shg06",
        "amount": 1
    },
    {
        "item_name": "gp39_sr11",
        "amount": 1
    },
    {
        "item_name": "gp40_pt07",
        "amount": 1
    },
    {
        "item_name": "gp41_smg04",
        "amount": 1
    },
    {
        "item_name": "gp42_sr06",
        "amount": 1
    },
    {
        "item_name": "gp43_ar08",
        "amount": 1
    },
    {
        "item_name": "gp44_smg05",
        "amount": 1
    },
    {
        "item_name": "gp45_pt07",
        "amount": 1
    },
    {
        "item_name": "gp46_ar04",
     

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

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