Skip to main content
Weapon skins are cosmetic reskins that change the visual appearance of a weapon. Each skin belongs to a named theme collection (such as “Prime” or “Glitchpop”) identified by a themeUuid, and may have a contentTierUuid indicating its rarity tier. A skin is composed of two sub-collections: chromas (color or style variants of the skin) and levels (Radianite-unlocked upgrade tiers that add effects or animations). Use the list endpoint to browse all skins or the UUID endpoint to retrieve a specific one.

Skin hierarchy

Understanding the relationship between skins, chromas, and levels helps you build richer UI:
  • A skin is the top-level cosmetic item and represents the full package for a weapon theme.
  • Chromas are color or style variants within that skin. The first chroma (index 0) is always the base skin appearance. Additional chromas are unlocked with Radianite Points.
  • Levels are progressive upgrades within the skin, also unlocked with Radianite Points. Each level adds a new feature such as visual effects, custom animations, or a finisher. See the Skin Levels endpoints for full level details, and Skin Chromas for standalone chroma lookups.

GET /v1/weapons/skins

Retrieve a list of all weapon skins in Valorant, each including their chromas and levels.

Query parameters

string
default:"en-US"
The locale used for all display name strings in the response. Accepts any Valorant-supported locale, for example en-US, de-DE, ja-JP, or zh-TW.

Example request

Response

number
required
HTTP status code of the response. 200 indicates success.
object[]
required
Array of weapon skin objects.

Response