resonance-rest / api

🔗 ⎯ rest api for wuthering waves, made in go deployed on railway.app
https://api.resonance.rest
24 stars 3 forks source link

I AM TAKING A BREAK, IF YOU WANT TO HELP, PULL REQUEST ON API

🔗 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.

API Reference

Base URL

  https://api.resonance.rest/

Characters

Get character list

  GET https://api.resonance.rest/characters

Get character's data

  GET https://api.resonance.rest/characters/:name
Parameter Type Description
name string Required · name of a character

Get a character's image

  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

Emojis

Get character's emoji list

  GET https://api.resonance.rest/characters/:name/emojis
Parameter Type Description
name string Required · name of a character

Get the emoji 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

Attributes

Get attribute list

  GET https://api.resonance.rest/attributes

Get attribute's data

  GET https://api.resonance.rest/attributes/:name
Parameter Type Description
name string Required · name of a attribute

Get a attribute's icon

  GET https://api.resonance.rest/attributes/:name/icon
Parameter Type Description
name string Required · name of a attribute

Weapons

Get weapon list

  GET https://api.resonance.rest/weapons

Get weapons in type

  GET https://api.resonance.rest/weapons/:type
Parameter Type Description
type string Required · type of a weapon

Get a weapons's data

  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 a weapons's image

  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

Echoes

Get echoes list

  GET https://api.resonance.rest/echoes

Get echo by name

  GET https://api.resonance.rest/echoes/:name
Parameter Type Description
name string Required · name of an echo

Get sonata effects list

  GET https://api.resonance.rest/echoes/sonatas

Get sonata effect

  GET https://api.resonance.rest/echoes/sonatas/:name
Parameter Type Description
name string Required · name of an sonata effect

Get stats list

  GET https://api.resonance.rest/echoes/stats

Get stat

  GET https://api.resonance.rest/echoes/stats/:name
Parameter Type Description
name string Required · name of an stat

Get substats list

  GET https://api.resonance.rest/echoes/substats

Get substat

  GET https://api.resonance.rest/echoes/substats/:name
Parameter Type Description
name string Required · name of an substat