Skip to main content
Player titles are short text strings that appear beneath a player’s name in Valorant’s in-game UI. They can be earned through ranked progression, events, or the store. Some titles have no text at all — these are blank titles that effectively hide the subtitle. You can fetch the full catalog of titles or look up any individual title by UUID.
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.
Use the language query parameter to receive localized displayName and titleText values for your users.

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.

Example request

Response