Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.96 KB

image_server.md

File metadata and controls

61 lines (47 loc) · 2.96 KB

Introduction

You can use this service to obtain images related to entities in New Eden. At this time, it is possible to get alliance logos, corp logos, character portraits, faction logos, ship renders and inventory type icons in various resolutions.

Corporation logos, alliance logos, inventory type icons and ship renders are returned as transparency-enabled 32 bit PNGs. Character portraits are returned as JPEGs.

If a given image is not found in the database, the service responds with a 302 Moved HTTP response and redirects the HTTP client to a generic image. If you request an image in an invalid size, you get a plain 404.

You are welcome to point your clients and applications directly at the image server and use it as a CDN. You do not need to cache the images and serve them yourself.

The base URL for the image server is https://imageserver.eveonline.com

Image Routes

Alliance Images

Corporation Images

Character Images

  • URL Pattern: /Character/{characterID}_{width}.jpg
  • Available Sizes: 32, 64, 128, 256, 512, 1024
  • Note: the 1024 size images may not be available for all characters
  • Samples:

Faction Images

Inventory Types

Ship and Drone Renders

  • URL Pattern: /Render/{typeID}_{width}.png
  • Available Sizes: 32, 64, 128, 256, 512
  • Samples:

Legacy Portraits

Legacy portraits are from before the change to the existing character creator that occurred on November 30th, 2010 with the release of the Incursion expansion. These renders let you see how characters that existed back then looked in the previous character creator.