🔗 Unofficial API for Wuthering Waves on api.resonance.rest - made with Go, stored data in JSON and deployed on Railway.
This is not a final version, I need people to complete the game data, if you are interested, write me on Telegram.
https://api.resonance.rest/
GET https://api.resonance.rest/characters
GET https://api.resonance.rest/characters/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a character |
GET https://api.resonance.rest/characters/:name/:type
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a character |
type |
string |
Required · icon , portrait or circle |
GET https://api.resonance.rest/characters/:name/emojis
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a character |
GET https://api.resonance.rest/characters/:name/emojis/:number
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a character |
number |
int |
Required · number of a emoji |
GET https://api.resonance.rest/attributes
GET https://api.resonance.rest/attributes/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a attribute |
GET https://api.resonance.rest/attributes/:name/icon
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of a attribute |
GET https://api.resonance.rest/weapons
GET https://api.resonance.rest/weapons/:type
Parameter | Type | Description |
---|---|---|
type |
string |
Required · type of a weapon |
GET https://api.resonance.rest/weapons/:type:/:name
Parameter | Type | Description |
---|---|---|
type |
string |
Required · type of a weapon |
name |
string |
Required · name of a weapon |
GET https://api.resonance.rest/weapons/:type:/:name/icon
Parameter | Type | Description |
---|---|---|
type |
string |
Required · type of a weapon |
name |
string |
Required · name of a weapon |
GET https://api.resonance.rest/echoes
GET https://api.resonance.rest/echoes/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of an echo |
GET https://api.resonance.rest/echoes/sonatas
GET https://api.resonance.rest/echoes/sonatas/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of an sonata effect |
GET https://api.resonance.rest/echoes/stats
GET https://api.resonance.rest/echoes/stats/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of an stat |
GET https://api.resonance.rest/echoes/substats
GET https://api.resonance.rest/echoes/substats/:name
Parameter | Type | Description |
---|---|---|
name |
string |
Required · name of an substat |