More actions
Create page about Image Server |
Add section about wiki templates. Change headers to singular, sentence case as per MoS. |
||
| Line 3: | Line 3: | ||
It is part of a group of services like the [[EVE Swagger Interface]] and [[Static Data Export]] provided by [[CCP]] for building [[Third-party tools]]. | It is part of a group of services like the [[EVE Swagger Interface]] and [[Static Data Export]] provided by [[CCP]] for building [[Third-party tools]]. | ||
==Usage== | == Usage == | ||
The images follow a URL template of <code>https://images.evetech.net/{category}/{id}/{variation}</code>, where category, ID and variation must be replaced according to which image we want to see. | The images follow a URL template of <code>https://images.evetech.net/{category}/{id}/{variation}</code>, where category, ID and variation must be replaced according to which image we want to see. | ||
| Line 14: | Line 14: | ||
The ID is either a alliance, corporation, character, or type ID depending on the category. See [[How to get ID]] for how to find the correct ID. | The ID is either a alliance, corporation, character, or type ID depending on the category. See [[How to get ID]] for how to find the correct ID. | ||
The | The variation part should either be <code>logo</code>,<code>render</code> or <code>portrait</code> depending on the exact object. The available options for each object are listed when opening <code>https://images.evetech.net/{category}/{id}/</code> (the URL of the image without the variation part). | ||
==Examples== | === Wiki template === | ||
The wiki has a couple of templates to assist in the use of the image server: | |||
* {{T|Imageserver}} - general | |||
* {{T|Charimage}} - for NPC and player portraits | |||
* {{T|Renderimage}} - for ships, structures, deployables, drones and other objects in space. | |||
== Examples == | |||
The alliance logo of [[EVE University]] with alliance ID 937872513 can be found here: <code>https://images.evetech.net/alliances/937872513/logo</code>. | The alliance logo of [[EVE University]] with alliance ID 937872513 can be found here: <code>https://images.evetech.net/alliances/937872513/logo</code>. | ||
The icon of the [[Rifter]] with type ID 587 can be found here: <code>https://images.evetech.net/types/587/render</code>. | The icon of the [[Rifter]] with type ID 587 can be found here: <code>https://images.evetech.net/types/587/render</code>. | ||
==Known | == Known issue == | ||
While the image server claims to be able to display all types, for some more exotic items like the [https://everef.net/de/types/57016 Abaddon Aurora Universalis SKIN], the image server does not return any image (which should be located at <code>https://images.evetech.net/types/57016/icon</code>) and fails with a HTTP error 404: Not found. | While the image server claims to be able to display all types, for some more exotic items like the [https://everef.net/de/types/57016 Abaddon Aurora Universalis SKIN], the image server does not return any image (which should be located at <code>https://images.evetech.net/types/57016/icon</code>) and fails with a HTTP error 404: Not found. | ||
==Official | == Official documentation == | ||
More information about the image server can be found on the [https://developers.eveonline.com/docs/services/image-server/ documentation page]. | |||
[[Category:Applications]] | [[Category:Applications]] | ||