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
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
}