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
| Field | Type | Description |
|---|---|---|
version | string | Brand system version |
minerals | array | Five African Minerals color definitions |
ecosystem | array | Mukoko ecosystem brands |
typography | object | Font families and type scale |
spacing | object | Spacing scale values |
radii | object | Border radius tokens |
semanticColors | object | Theme-adaptive color tokens |
backgrounds | object | Background color definitions |
componentSpecs | object | Component design specifications |
accessibility | object | Accessibility standards (APCA 3.0 AAA) |
voiceAndTone | object | Brand voice guidelines |
philosophy | object | Design 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/brandLast updated on