EnkaNetwork / API-docs

API documentation for the Enka.Network API responses and structure.

Home Page:https://api.enka.network/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get character's base atk/def/hp of each level?

Mega-Z opened this issue · comments

i found the prop data like "type": "FIGHT_PROP_BASE_ATTACK", "growCurve": "GROW_CURVE_ATTACK_S5" and curve info like "type": "GROW_CURVE_ATTACK_S5", "arith": "ARITH_MULTI", "value": 3.3610000610351562.
then how to get the actual value that the character increases when level up? what does "ARITH_MULTI" mean?
thanks!

you can only get the current stats of the characters with enka, for base stats you might want to try out ambr.top's api

this is probably what you're looking for: https://api.ambr.top/v2/static/avatarCurve

thank you , i got it