Get World Inv

This is inventory of the world regardless of location. This does not include pipes/belts/factory buildings, only buildings whom purpose is to provide storage except Fluid Buffers.

Similar

Resource

Endpoint

Description

Inventory

getCloudInv

Gets a list of the cloud inventory.

Inventory

getCrateInv

Gets a list of all crate inventories.

Inventory

getStorageInv

Gets a list of all storage inventories.

Response Body

Name Type Description

  Name

String

Name of the item.

  ClassName

String

Class Name of the item.

  Amount

Integer

Amount of the item.

  MaxAmount

Integer

Stack size of the item.

Example Response

[
  {
    "Name": "Iron Plate",
    "ClassName": "Desc_IronPlate_C",
    "Amount": 164,
    "MaxAmount": 200
  },
  {
    "Name": "Copper Sheet",
    "ClassName": "Desc_CopperSheet_C",
    "Amount": 200,
    "MaxAmount": 200
  }
]