I see EVE Swagger Interface.
But I don’t see api for
- get all skills (not by character_id)
- search skill information by skill_id.
Help me please find those api.
I see EVE Swagger Interface.
But I don’t see api for
I think you’d want to use the SDE for this. Basically find all items with a category_id
of 16
. Could do this via ESI as well, but would be a lot of requests as you’d have to like:
groups
types
Thank you so much. I noticed the icon_id for the skills, but didn’t find an API for them. Tell me, is it possible to get the API for icons?
This is static data. You have to either use SDE for it, or do your homework to load and cache the data locally as outlined by Blacksmoke16. “Cache locally” is a key word. You MUST NOT pester API servers for data that do not change that often.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.