Skip to main content

List all players

GET 

/v1/players

Returns a list of in-game players.

Request

Responses

OK

Schema

    entries

    Player[]

    List of players.

  • Array [

  • id uuid

    Unique identifier of the player.

    characterId string

    Unique identifier of the character.

    name string

    Possible values: non-empty

    Name of the player.

    steamId string

    Possible values: non-empty

    Steam identifier (64 bits) of the player.

    health float

    Health value of the player.

    maxHealth float

    Maximum health value of the player.

    stamina float

    Stamina value of the player.

  • ]

Loading...