jitaspace / icon-server

EVE Online Image API

Every icon in New Eden,
one request away.

An HTTP API for EVE Online imagery — type icons, 3D renders, blueprints, and any other client resource, addressable by type ID, icon ID, or resource path.

Any origin · CORS PNG & JPEG ?size= 32–1024 By type ID, icon ID & path

Live preview

Endpoints

["icon","render"]
GET/types/{typeId}

The image variations available for a type, as a JSON array — e.g. ["icon"], ["icon","render"], or ["bp","bpc"]. 404 when a type has none.

/types/587
GET/types/{typeId}/icon

Icon for a type. Tech II, faction and officer items carry their meta-group tier badge — pass ?badge=0 for the bare icon. SKINs resolve to their material icon, and ships & structures fall back to their render icon.

/types/36/icon
GET/types/{typeId}/render

3D render of a type — ships, structures, drones, and the like. JPEG, 512px by default. Types with no render (e.g. modules) return 404.

/types/587/render
GET/types/{typeId}/bp

Blueprint-original image for a type. 404 for non-blueprints.

/types/691/bp