Skin Chromas — GET /v1/weapons/skinchromas endpoints
Fetch all Valorant weapon skin chromas or a single chroma by UUID. Chromas are the color and style variants within each weapon skin.
Chromas are the color and style variants that exist within a single weapon skin. Every skin has at least one chroma — the first is always the base skin appearance included with the skin purchase. Additional chromas are unlocked using Radianite Points and introduce alternate color palettes or visual styles for the same skin. You can use these endpoints to fetch all chromas across all skins at once, or look up a specific chroma directly by UUID without needing to traverse the parent skin object.
Use the swatch image URL to display a small color preview of a chroma in your UI — for example, inside a color picker or skin selector component. The fullRender URL provides a full-resolution view of the weapon in that chroma for detail screens.
Display name of the chroma. The base chroma uses the skin name (e.g. "Prime Vandal"). Additional chromas append a variant label, separated by a newline character, for example "Prime Vandal\nVariant 1 Yellow".