Skip to Content
APIBrand

Brand System

GET /api/v1/brand

Returns the complete brand system as JSON. This is the single source of truth for the Five African Minerals design system, replacing the legacy assets.nyuchi.com/api/v6/brand endpoint.

Response Shape

FieldTypeDescription
versionstringBrand system version
mineralsarrayFive African Minerals color definitions
ecosystemarrayMukoko ecosystem brands
typographyobjectFont families and type scale
spacingobjectSpacing scale values
radiiobjectBorder radius tokens
semanticColorsobjectTheme-adaptive color tokens
backgroundsobjectBackground color definitions
componentSpecsobjectComponent design specifications
accessibilityobjectAccessibility standards (APCA 3.0 AAA)
voiceAndToneobjectBrand voice guidelines
philosophyobjectDesign philosophy

Example Mineral Object

Each mineral in the minerals array follows this shape:

{ "name": "cobalt", "hex": "#0047AB", "cssVar": "--color-cobalt", "origin": "Democratic Republic of Congo", "symbolism": "trust, depth, technology", "usage": "Primary blue, links, CTAs" }

The five minerals are: Cobalt, Tanzanite, Malachite, Gold, and Terracotta.

Example

curl https://registry.mukoko.com/api/v1/brand
Last updated on