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

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

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Google Docs API call

Author
Twisted Blaze
Aliastra
Gallente Federation
#1 - 2012-12-11 20:52:54 UTC
I'm having some trouble with getting the entire skill set of an individual character.

=importXML(https://api.eveonline.com/char/CharacterSheet.xml.aspx?vcode=xxx&keyID=xxx&characterid=xxx,"//row[@typeid='3436']/attribute::level")

This gets me the level of the Drones skill of the particular character. How would I get all the skills the character has had any training on?

This is what I've got so far on the query. But, it gives me a parse error. What I want is all the skill IDs in that API.

=importXML(https://api.eveonline.com/char/CharacterSheet.xml.aspx?vcode=xxx&keyID=xxx&characterid=xxx,eveapi/result/rowset[@name="skills"]/row/@typeid")