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
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
datasource | string | The server name you would like data from |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | ETag 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"}