All requests must include a
User-Agent header in the format AppName/Version (+URL). Requests without it will be rejected.GET /v1/playertitles
Returns a list of all player titles.Query parameters
string
default:"en-US"
BCP 47 locale string for response localization. Example:
es-ES, ar-AE, pl-PL.Example request
Response
Response fields
number
required
HTTP status code of the response.
object[]
required
Array of player title objects.
Titles where
titleText is an empty string are intentional blank titles. Players equip these to show no subtitle beneath their name.GET /v1/playertitles/{uuid}
Returns a single player title by its UUID.Path parameters
string
required
The UUID of the player title to retrieve.
Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.