Skip to main content

Retrieve game world info

GET 

/v1/worldInfo

Returns general game world information.

Request

Responses

OK

Schema

    dayNumber int32

    Possible values: >= 1

    The current in-game day.

    dayCycle string

    Possible values: [morning, afternoon, night, unknown]

    The current in-game day cycle.

    worldName string

    Possible values: non-empty

    Name of the game world.

    seedName string

    Possible values: non-empty

    Name of the game world seed.

    worldKeys string[]

    Possible values: non-empty

    List of world keys.

    globalKeys

    GlobalKey[]

    List of global keys.

  • Array [

  • name string

    Possible values: non-empty, [activebosses, defeated_eikthyr, defeated_gdking, defeated_bonemass, defeated_dragon, defeated_goblinking, defeated_queen, killedtroll]

    Name of the global key.

    value string

    Value of the global key. For the majority of keys, the value will be an empty string. If the key name matches activebosses, the corresponding value will be an integer, such as "1"

  • ]

Loading...