{
  "status": "SUCCESS",
  "data": [
    {
      "id": "code",
      "type": "Code",
      "name": "Code",
      "icon_url": "/img/items/generic/icon_ingame_code.png",
      "customizable": true
    },
    {
      "id": "vbucks",
      "type": "V Bucks",
      "name": "V-Bucks",
      "icon_url": "/img/items/generic/icon_ingame_currency.png",
      "unit": "x"
    },
    {
      "id": "weapon",
      "type": "Weapon",
      "name": "Weapon",
      "icon_url": "/img/items/generic/icon_ingame_gun.png",
      "customizable": true
    },
    {
      "id": "ammo",
      "type": "Ammo",
      "name": "Ammo",
      "icon_url": "/img/items/generic/icon_ingame_ammo.png",
      "customizable": true
    },
    {
      "id": "trap",
      "type": "Trap",
      "name": "Trap",
      "icon_url": "/img/items/generic/icon_ingame_trap.png",
      "unit": "x"
    },
    {
      "id": "material",
      "type": "Material",
      "name": "Material",
      "icon_url": "/img/items/generic/icon_ingame_crafting.png",
      "customizable": true
    },
    {
      "id": "custom",
      "type": "Custom",
      "name": "Custom",
      "icon_url": "/img/items/generic/icon_ingame_custom.png",
      "customizable": true
    },
    {
      "id": "bundle",
      "type": "Bundle",
      "name": "Bundle",
      "icon_url": "/img/items/generic/icon_ingame_bundle.png",
      "customizable": true
    },
    {
      "id": "other",
      "type": "Other",
      "name": "Other",
      "icon_url": "/img/items/generic/icon_ingame_other.png",
      "customizable": true
    }
  ]
}