EnkaNetwork/API-docs

[Suggestion] Add character-related-namecard-bgs array to Characters.

ShikiSuen opened this issue · 3 comments

This can allow devs to quickly search all possibly-related character namecard IDs from the characters.json file.

characters/namecards.json is what I use for myself on the frontend, and I don't need that data. It's here for reference and for a quick start. If you want more data or some other format of the data, you can just run a little script to create a data structure you want that will be suitable for your own application - namecards are in Materials, and you can link them with characters via Rewards excels.

You can also use wrappers that may do this for you.

@Algoinde Thanks. By the way you mentioned excel. Could you please tell me where to fetch these Excel files you have used for making these JSONs?