EnkaNetwork / API-docs

API documentation for the Enka.Network API responses and structure.
https://api.enka.network/
205 stars 45 forks source link

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

Closed Mega-Z closed 7 months ago

Mega-Z commented 7 months ago

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!

seriaati commented 7 months ago

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

seriaati commented 7 months ago

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

Mega-Z commented 7 months ago

thank you , i got it