Weapon Skins API — GET /v1/weapons/skins endpoints
List all Valorant weapon skins or retrieve a single skin by UUID, including theme grouping, chroma color variants, and Radianite-unlocked levels.
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.
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.
The type of upgrade this level adds, for example "EEquippableSkinLevelItem::VFX". null for the base level. See the Skin Levels reference for all possible values.