|
|
Description
The Certificate Tree API returns a list of certificates in EVE.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2008-11-13 20:21:45</currentTime>
<result>
<rowset name="categories" key="categoryID" columns="categoryID,categoryName">
<row categoryID="3" categoryName="Core">
<rowset name="classes" key="classID" columns="classID,className">
<row classID="2" className="Core Fitting">
<rowset name="certificates" key="certificateID" columns="certificateID,grade,corporationID,description">
<row certificateID="5" grade="1" corporationID="1000125" description="This certificate represents a basic level of competence in fitting ships. It certifies that the holder is able to use baseline modules which improve power and CPU capabilities such as Co-Processors, Power Diagnostic Systems and Reactor Control Units. This is the first step towards broadening your fitting options.">
<rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
<row typeID="3413" level="3"/>
<row typeID="3424" level="2"/>
<row typeID="3426" level="3"/>
<row typeID="3432" level="1"/>
</rowset>
<rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade"/>
</row>
<row certificateID="6" grade="2" corporationID="1000125" description="This certificate represents a standard level of competence in fitting ships. It certifies that the holder is able to use Micro Auxiliary Power Cores and many Tech 2 fitting modules. The holder knows that MAPCs are the best way to increase power output on Frigate-class ships. This provides you with a broad range of fitting options">
<rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
<row typeID="3318" level="4"/>
<row typeID="3413" level="5"/>
<row typeID="3418" level="4"/>
<row typeID="3426" level="5"/>
<row typeID="3432" level="4"/>
</rowset>
<rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
<row certificateID="5" grade="1"/>
</rowset>
</row>
<row certificateID="292" grade="5" corporationID="1000125" description="This certificate represents an elite level of competence in advanced trade skills. It certifies that the holder is able to work the market with minimal friction and massage the best deals out of any situation. With this level of skill you can run financial rings around smaller players without ever troubling your gargantuan bank balance.">
<rowset name="requiredSkills" key="typeID" columns="typeID,skillLevel">
<row typeID="18580" level="5"/>
<row typeID="16594" level="5"/>
<row typeID="16597" level="5"/>
<row typeID="16595" level="5"/>
</rowset>
<rowset name="requiredCertificates" key="certificateID" columns="certificateID,grade">
<row certificateID="291" grade="1"/>
</rowset>
</row>
</rowset>
</row>
</rowset>
</row>
</rowset>
</result>
<cachedUntil>2008-11-13 21:21:45</cachedUntil>
</eveapi>
Result attributes
Top Contributors For This Page
|