v2

latestOpenAPI 3.1.0EVE Developer License2026-07-27208263515.0 KB
Alliance

Get alliance's public information

Public information about an alliance

get/alliances/{alliance_id}

Path parameters

alliance_idinteger required
Example:99000001

The ID of the alliance

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

If-Modified-Sincestring

The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.

Response

OK

creator_corporation_idinteger required
creator_idinteger required
date_foundedstring date-time required

Alliance's founding date

executor_corporation_idinteger
faction_idinteger
namestring required

Alliance's name

tickerstring required

Alliance's ticker

Example response

{
  "creator_corporation_id": 98777771,
  "creator_id": 90000001,
  "executor_corporation_id": 98777771,
  "faction_id": 500002
}