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.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.