Skip to main content

listInventory

Get the contents of a player's inventory

Query Parameters
  • page Page

    Default value: 1

  • player uuid
Responses

OK


Schema
  • next uri

    Possible values: non-empty and <= 2083 characters

  • prev uri

    Possible values: non-empty and <= 2083 characters

  • results array
  • type string

    Possible values: [unique_item, commodity_stack]

    An enumeration.

  • unique_item object
  • id uuid
  • display_name string

    Possible values: <= 256 characters

  • metadata object

    Extra, free-form data attached to an item.

  • image string
  • commodity_stack object
  • quantity number
  • commodity object
  • id uuid
  • display_name string

    Possible values: <= 256 characters

  • metadata object

    Extra, free-form data attached to a commodity.

  • image string