API and ESI

Recently, i am just learing from Eve Data via Power BI using by the POWER BI to catch the item and the price from jita or other systems in EVE.
But unfortunately, i am facing the issue that i can only catch the data which combine with the ID FORM, by using what king of way which i can make the item id into the relate real name?

You have two options:

  1. Use ESI:
    Names to IDs: https://esi.evetech.net/ui#/Universe/post_universe_ids
    IDs to Names: https://esi.evetech.net/ui#/Universe/post_universe_names
  2. Use Static Data Export (SDE): https://developers.eveonline.com/resource/resources
    EDIT:
    I should link Steve’s SDE too: https://www.fuzzwork.co.uk/dump/ (in case you want the SDE in an easy to use database format, instead of the official yaml files).
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.