uuid to cross-reference themed cosmetics across other endpoints.
All requests must include a
User-Agent header in the format AppName/Version (+URL). Requests without it will be rejected.GET /v1/themes
Returns a list of all cosmetic themes.Query parameters
string
default:"en-US"
BCP 47 locale string for response localization. Example:
ja-JP, zh-CN, ko-KR.Example request
Response
Response fields
number
required
HTTP status code of the response.
object[]
required
Array of theme objects.
GET /v1/themes/{uuid}
Returns a single cosmetic theme by its UUID.Path parameters
string
required
The UUID of the theme to retrieve.
Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.