Data of Solaris-3
Unlocked.
A high-performance, open-source REST API for Wuthering Waves.
Characters, Weapons, and Metadata at your fingertips.
# Get Jinhsi's character data
curl "https://wuwa-api.projektcode.com/v1/characters/jinhsi"
# Response (JSON)
{
"id": "jinhsi",
"name": "Jinhsi",
"rarity": 5,
"element": "Spectro",
"weaponType": "Broadblade",
"images": {
"icon": "/v1/images/characters/jinhsi/icon.webp",
"card": "/v1/images/characters/jinhsi/card.webp",
"splash": "/v1/images/characters/jinhsi/splash.webp",
"attribute": "/v1/images/characters/jinhsi/attribute.webp"
}
}
Blazing Fast
Powered by edge caching. Responses are ETaged and cache-controlled (max-age=300) for optimal performance.
Asset Delivery
Access optimized game assets directly. Character portraits and weapon icons are served with immutable caching.
Developer Ready
RESTful design, predictable resource URLs, and comprehensive Swagger documentation for easy integration.