|
|
Description
The Asset List API is used to access a list of items owned by a character with the location of each item. As it is
possible for some items to be located within other items, this API returns the asset list as nested XML.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2010-10-05 20:28:55</currentTime>
<result>
<rowset name="assets" key="itemID" columns="itemID,locationID,typeID,quantity,flag,singleton">
<row itemID="1810006706" locationID="60001108" typeID="11289" quantity="20" flag="4" singleton="0" />
<row itemID="318532021" locationID="60007948" typeID="602" quantity="1" flag="4" singleton="0" />
<row itemID="1957020168" locationID="60007954" typeID="16273" quantity="762" flag="4" singleton="0" />
<row itemID="235023463" locationID="60008887" typeID="5051" quantity="1" flag="4" singleton="0" />
<row itemID="743501315" locationID="60008887" typeID="2865" quantity="2" flag="4" singleton="0" />
<row itemID="1365372093" locationID="60008887" typeID="16273" quantity="1000" flag="4" singleton="0" />
<row itemID="1526182165" locationID="60008887" typeID="25590" quantity="3" flag="4" singleton="0" />
<row itemID="1526774663" locationID="60008887" typeID="15331" quantity="2" flag="4" singleton="0" />
<row itemID="1748819720" locationID="60008887" typeID="2205" quantity="1" flag="4" singleton="0" />
<row itemID="1748819725" locationID="60008887" typeID="2205" quantity="1" flag="4" singleton="0" />
<row itemID="1748819727" locationID="60008887" typeID="2205" quantity="1" flag="4" singleton="0" />
<row itemID="1748819730" locationID="60008887" typeID="5281" quantity="1" flag="4" singleton="0" />
<row itemID="1748819736" locationID="60008887" typeID="5281" quantity="1" flag="4" singleton="0" />
<row itemID="1748819742" locationID="60008887" typeID="25861" quantity="1" flag="4" singleton="0" />
<row itemID="1748819746" locationID="60008887" typeID="21096" quantity="1" flag="4" singleton="0" />
<row itemID="1748819747" locationID="60008887" typeID="2032" quantity="1" flag="4" singleton="0" />
<row itemID="1133149816" locationID="60009544" typeID="16273" quantity="1249" flag="4" singleton="0" />
<row itemID="318035361" locationID="60012238" typeID="1405" quantity="1" flag="4" singleton="0" />
<row itemID="304013235" locationID="60012241" typeID="641" quantity="1" flag="4" singleton="1">
<rowset name="contents" key="itemID" columns="itemID,typeID,quantity,flag,singleton">
<row itemID="1037228230" typeID="12807" quantity="1274" flag="5" singleton="0" />
<row itemID="1554990313" typeID="23707" quantity="1" flag="87" singleton="1" />
<row itemID="1580733649" typeID="2032" quantity="1" flag="22" singleton="1" />
<row itemID="1792171545" typeID="26000" quantity="1" flag="93" singleton="1" />
<row itemID="1944177945" typeID="26000" quantity="1" flag="94" singleton="1" />
<row itemID="1954986037" typeID="23561" quantity="1" flag="87" singleton="1" />
<row itemID="1954986033" typeID="23561" quantity="1" flag="87" singleton="1" />
<row itemID="1895713388" typeID="23707" quantity="2" flag="87" singleton="0" />
<row itemID="1852719739" typeID="3090" quantity="1" flag="27" singleton="1" />
<row itemID="1852719737" typeID="3090" quantity="1" flag="28" singleton="1" />
<row itemID="1852719731" typeID="3090" quantity="1" flag="30" singleton="1" />
<row itemID="1852719695" typeID="3090" quantity="1" flag="29" singleton="1" />
<row itemID="1852719691" typeID="3090" quantity="1" flag="31" singleton="1" />
<row itemID="1852719688" typeID="3090" quantity="1" flag="32" singleton="1" />
<row itemID="1833226118" typeID="3090" quantity="1" flag="33" singleton="1" />
<row itemID="1803545835" typeID="29011" quantity="2" flag="5" singleton="0" />
<row itemID="1803545726" typeID="29009" quantity="2" flag="5" singleton="0" />
<row itemID="1792164501" typeID="4473" quantity="1" flag="34" singleton="1" />
<row itemID="1789870235" typeID="12054" quantity="1" flag="19" singleton="1" />
<row itemID="1789868853" typeID="10190" quantity="1" flag="13" singleton="1" />
<row itemID="1789868845" typeID="10190" quantity="1" flag="14" singleton="1" />
<row itemID="1789868005" typeID="1952" quantity="1" flag="20" singleton="1" />
<row itemID="1789867916" typeID="1952" quantity="1" flag="21" singleton="1" />
<row itemID="1789867102" typeID="14003" quantity="1" flag="16" singleton="1" />
<row itemID="1653391398" typeID="21740" quantity="3408" flag="5" singleton="0" />
<row itemID="1107135027" typeID="2048" quantity="1" flag="11" singleton="1" />
<row itemID="954751134" typeID="23525" quantity="1" flag="87" singleton="1" />
<row itemID="954751118" typeID="23525" quantity="1" flag="87" singleton="1" />
<row itemID="855392148" typeID="232" quantity="4732" flag="5" singleton="0" />
<row itemID="832232191" typeID="23707" quantity="1" flag="87" singleton="1" />
<row itemID="832231982" typeID="23707" quantity="1" flag="87" singleton="1" />
<row itemID="605338843" typeID="11269" quantity="1" flag="12" singleton="1" />
<row itemID="352545357" typeID="8265" quantity="1" flag="17" singleton="1" />
<row itemID="202959235" typeID="11323" quantity="1" flag="15" singleton="1" />
</rowset>
</row>
</rowset>
</result>
<cachedUntil>2010-10-06 19:28:55</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| itemID
| int
| Unique ID for the item. Only guaranteed to be unique for the page load as itemIDs are recycled over time.
|
| locationID
| int
| Reference to a solar system or a station. Not used for items within items.
|
| typeID
| int
| The type of item. This references to the invTypes table.
|
| quantity
| int
| How many of this item is in the stack.
|
| flag
| int
| Used to differentiate between hanger divisions, drone bays, fitting locations and similiar.
|
| singleton
| bool
| Indicates if the item is a singleton.
|
Top Contributors For This Page
|