These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Player Features and Ideas Discussion

 
  • Topic is locked indefinitely.
 

New API /Character/BlueprintList.xml.aspx (blueprint list XML with ME and PE columns)

Author
dnbtrain
Caldari Provisions
Caldari State
#1 - 2013-10-09 07:52:14 UTC  |  Edited by: dnbtrain
Description:
Returns a list of blueprints owned by a character, with ME and PE columns

Input Arguments:

Output XML:
Quote:

< ?xml version='1.0' encoding='UTF-8'? >
< eveapi version="1" >
< currentTime >2013-10-01 00:00:00< /currentTime > < !-- cache time - 6 hours -- >
< result >
< rowset name="blueprints" key="itemID" columns="itemID,locationID,typeID,quantity,type,singleton,ME,PE" >
< row itemID="150354641" locationID="30000380" typeID="11" quantity="1" type="0" singleton="0" ME="50" PE="10" / >
< row itemID="150354706" locationID="30001984" typeID="22" quantity="1" type="0" singleton="0" ME="40" PE="10" / >
< row itemID="150212062" locationID="60001078" typeID="33" quantity="3" type="1" singleton="1" ME="0" PE="0"/ >
< row itemID="150212063" locationID="60001078" typeID="44" quantity="1" type="1" singleton="0" ME="50" PE="10" / >
.......
< /rowset >
< /result >
< cachedUntil >2013-10-01 06:00:00< /cachedUntil > < !-- cache time - 6 hours -- >
< /eveapi >


Output Rowset Columns
  • itemID - Unique ID for this item.
  • locationID - References a solar system or station. Note that this column is not present in the sub-asset lists, i.e. for things inside of other things.
  • typeID - The type of this item. References the invTypes table.
  • quantity - How many items are in this stack.
  • type - Blueprint Type. 0 - copy; 1 - original
  • singleton - If 1, indicates that this item is a singleton. This means that the item is not packaged.
  • ME - Material Level
  • PE - Production Level