Description
The Corporation Sheet API returns a complete readout of a corporationʼs details as shown in the image below. Full access is not required to retrieve information from this API, but a CEO / Director of the corporation can view more information than others. Ordinary members of a corporation (i.e. not CEO or Director) and non-members will see only the information publicly available in-game.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-12-29 19:29:44</currentTime>
<result>
<corporationID>150279367</corporationID>
<corporationName>Starbase Anchoring Corp</corporationName>
<ticker>MATT</ticker>
<ceoID>150264703</ceoID>
<ceoName>Matthew</ceoName>
<stationID>60003760</stationID>
<stationName>Jita IV - Moon 4 - Caldari Navy Assembly Plant</stationName>
<description>Matt's corp for anchoring starbases with and stuff</description>
<url/>
<allianceID>150382481</allianceID>
<allianceName>Starbase Anchoring Alliance</allianceName>
<taxRate>0</taxRate>
<memberCount>2</memberCount>
<memberLimit>6300</memberLimit>
<shares>1000</shares>
<rowset name="divisions" key="accountKey" columns="accountKey,description">
<row accountKey="1000" description="01 - Corp Hanger 1" />
<row accountKey="1001" description="02 - Corp Hanger 2" />
<row accountKey="1002" description="03 - Corp Hanger 3" />
<row accountKey="1003" description="04 - Corp Hanger 4" />
<row accountKey="1004" description="05 - Corp Hanger 5" />
<row accountKey="1005" description="06 - Corp Hanger 6" />
<row accountKey="1006" description="07 - Corp Hanger 7" />
</rowset>
<rowset name="walletDivisions" key="accountKey" columns="accountKey,description">
<row accountKey="1000" description="Master Wallet" />
<row accountKey="1001" description="02 - Wallet Division 2" />
<row accountKey="1002" description="03 - Wallet Division 3" />
<row accountKey="1003" description="04 - Wallet Division 4" />
<row accountKey="1004" description="05 - Wallet Division 5" />
<row accountKey="1005" description="06 - Wallet Division 6" />
<row accountKey="1006" description="07 - Wallet Division 7" />
</rowset>
<logo>
<graphicID>0</graphicID>
<shape1>514</shape1>
<shape2>513</shape2>
<shape3>415</shape3>
<color1>679</color1>
<color2>672</color2>
<color3>676</color3>
</logo>
</result>
<cachedUntil>2010-12-29 23:28:04</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| corporationID
| int
| Corporation's ID number.
|
| corporationName
| string
| Name of corporation.
|
| ticker
| string
| Ticker or short name of corporation.
|
| ceoID
| int
| Character ID of corporation's CEO.
|
| ceoName
| string
| Name of corporation's CEO.
|
| stationID
| int
| Station ID number of corporation's headquarters.
|
| stationName
| string
| Station name of corporation's headquarters.
|
| description
| string (with html)
| Corporation's description (if included).
|
| url
| string
| URL to corporation's web site (if included).
|
| taxRate
| int
| Tax rate of corporation (in percentage).
|
| memberCount
| int
| Number of current members in the corporation.
|
| memberLimit
| int
| Maximum number of members corp can contain.
|
| shares
| int
| Number of total shares the corporation has issued.
|
| divisions
|
| accountKey
| int
| ID number of corporation hanger division.
|
| description
| string
| Name of hanger division.
|
| walletDivisions
|
| accountKey
| int
| ID number of wallet account division.
|
| description
| string
| Name of wallet account division.
|
| logo
|
| graphicID
| int
| ID of graphic portion of corporation logo.
|
| shape1
| init
| ID number of first shape used to compile logo.
|
| shape2
| int
| ID number of second shape used to compile logo.
|
| shape3
| int
| ID number of third shaped used to compile logo.
|
| color1
| int
| ID number of color used for first shape of logo.
|
| color2
| int
| ID number of color used for second shape of logo.
|
| color3
| int
| ID number of color used for third shape of logo.
|
Top Contributors For This Page