Get corporation icon

GET {{baseUrl}}/corporations/:corporation_id/icons/?datasource=tranquility

Get the icon urls for a corporation


Alternate route: /legacy/corporations/{corporation_id}/icons/

Alternate route: /v1/corporations/{corporation_id}/icons/


This route is cached for up to 3600 seconds


Diff of the upcoming changes

Request Params

KeyDatatypeRequiredDescription
datasourcestringThe server name you would like data from

HEADERS

KeyDatatypeRequiredDescription
If-None-MatchstringETag from a previous request. A 304 will be returned if this matches the current ETag

RESPONSES

status: OK

{"px128x128":"https://imageserver.eveonline.com/Corporation/1000010_128.png","px256x256":"https://imageserver.eveonline.com/Corporation/1000010_256.png","px64x64":"https://imageserver.eveonline.com/Corporation/1000010_64.png"}