Skip to main content

List all bosses

GET 

/v1/bosses

Returns a list of in-game bosses with names, keys and defeated status. The number of active bosses is also provided.

Request

Responses

OK

Schema

    numberOfActiveBosses int32

    Number of currently active bosses. An active boss represents a boss that has been summoned but has not yet been defeated.

    entries

    object[]

    List of bosses.

  • Array [

  • key string

    Possible values: non-empty

    Key of the boss.

    name string

    Possible values: non-empty

    Name of the boss.

    isDefeated boolean

    If true, the boss has been defeated.

  • ]

Loading...