APIv2 Eve Image Service
From EVEDev
| API Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features |
Contents |
[edit] http://image.eveonline.com
[edit] Overview
Image service introduced with the Tyrannis expansion (EVE Gate) to retrieve character portraits as well as corporation and alliance logos for the Tranquility server. The Incursion 1.4 patch adds access to the type icons as well as the ship, drone & structure renders from the image export collection.
[edit] Notes
- The corporation logo can also be generated using the data provided in the CorporationSheet.
- See also the old character portrait server for portraits used pre-Incursion 1.1.0.
[edit] Data Caching
None.
[edit] URL format
| Type | Host | Path | File Name | File Ext. | Note |
|---|---|---|---|---|---|
| Character Portrait | http://image.eveonline.com | /Character/ | <characterID>_<size> | jpg | valid values for size are 30, 32, 64, 128, 200, 256, 512, and 1024. Note that only characters created/recustomized after the Incursion 1.4 patch seem to return an actual 1024 sized portrait if requested, for other characters a 512 sized portrait is returned. |
| Corporation Logo | http://image.eveonline.com | /Corporation/ | <corporationID>_<size> | png | valid values for size are 30, 32, 64, 128 and 256 |
| Alliance Logo | http://image.eveonline.com | /Alliance/ | <allianceID>_<size> | png | valid values for size are 30, 32, 64 and 128 |
| Type Icon | http://image.eveonline.com | /InventoryType/ | <typeID>_<size> | png | valid values for size are 32 and 64 |
| Render | http://image.eveonline.com | /Render/ | <typeID>_<size> | png | valid values for size are 32, 64, 128, 256 and 512 |
[edit] Examples
| Type | Example URL |
|---|---|
| Character Portrait | http://image.eveonline.com/Character/1643072492_256.jpg |
| Corporation Logo | http://image.eveonline.com/Corporation/1000003_256.png |
| Alliance Logo | http://image.eveonline.com/Alliance/824518128_128.png |
| Type Icon | http://imagetest.eveonline.com/InventoryType/11030_64.png |
| Render | http://imagetest.eveonline.com/Render/29990_512.png |
[edit] http://imagetest.eveonline.com
The Singularity test server uses a separate image service which is hosted here. The description above applies accordingly.

