More actions
Created page with "In EVE Online all characters, structures, corporations, alliances, item types and other things have an unique identifier (ID). There are multiple ways to find these identifier..." |
|||
| Line 63: | Line 63: | ||
* https://evewho.com/corporation/917701062 - The ID of this corporation is 917701062. | * https://evewho.com/corporation/917701062 - The ID of this corporation is 917701062. | ||
* https://everef.net/type/17038 - The ID of this rat is 17038. | * https://everef.net/type/17038 - The ID of this rat is 17038. | ||
* https://www.adam4eve.eu/structure_history.php?id=1021628175407 - The ID of this specific structure is 1021628175407 | * https://www.adam4eve.eu/structure_history.php?id=1021628175407 - The ID of this specific structure is 1021628175407. | ||
* https://evemarketer.com/types/44992 - The ID of this item is 44992. | |||
Fuzzwork also has an simple API for finding IDs for items https://www.fuzzwork.co.uk/tools/api-typename-to-typeid/ | |||
== Scripts == | == Scripts == | ||
With basic programming skills you can make scripts that find and display IDs for various exotic things like dogma effects, graphics effects, bloodlines, market categories and others. This is done using multiple ESI API endpoints or with help of static data export. How this is done is beyond scope of this article and is left as an excercise to the reader. | With basic programming skills you can make scripts that find and display IDs for various exotic things like dogma effects, graphics effects, bloodlines, market categories and others. This is done using multiple ESI API endpoints or with help of static data export. How this is done is beyond scope of this article and is left as an excercise to the reader. | ||