v2

latestOpenAPI 3.1.0EVE Developer License2026-07-27208263515.0 KB
Corporation

Get corporation's public information

Public information about a corporation

get/corporations/{corporation_id}

Path parameters

corporation_idinteger required
Example:98777771

The ID of the corporation

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

alliance_idinteger
ceo_idinteger required
creator_idinteger required
date_foundedstring date-time

Corporation's founding date

descriptionstring

Corporation's description

faction_idinteger
home_station_idinteger
member_countinteger required

Corporation's member count

namestring required

Corporation's name

sharesinteger

Corporation's shares

tax_ratenumber double required

Corporation's tax rate (between 0.000 and 1.000)

tickerstring required

Corporation's short name

urlstring

Corporation's URL

war_eligibleboolean

Corporation's war eligible

Example response

{
  "alliance_id": 99000001,
  "ceo_id": 90000001,
  "creator_id": 90000001,
  "faction_id": 500002,
  "home_station_id": 60000001,
  "member_count": 100,
  "shares": 1000,
  "tax_rate": 0.123
}