Skip to main content
Player cards are cosmetic profile images that players display in Valorant’s in-game scoreboard and social panels. Each card ships in three image variants — small, wide, and large — making them suitable for different UI layouts. You can retrieve the full collection of player cards or look up a specific card by its UUID.
All requests must include a User-Agent header in the format AppName/Version (+URL). Requests without it will be rejected.

GET /v1/playercards

Returns a list of all player cards.
Pass the language query parameter to receive localized displayName values for your target audience.

Query parameters

string
default:"en-US"
BCP 47 locale string for response localization. Example: ko-KR, pt-BR, zh-TW.

Example request

Response

Response fields

number
required
HTTP status code of the response.
object[]
required
Array of player card objects.

GET /v1/playercards/{uuid}

Returns a single player card by its UUID.

Path parameters

string
required
The UUID of the player card to retrieve.

Query parameters

string
default:"en-US"
BCP 47 locale string for response localization.

Example request

Response