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.
Previous page123
 

API Deployment: Odyssey 1.0.10 (Deployed to TQ 20130626)

First post
Author
Malus Sentio
Subsidy H.R.S.
Xagenic Freymvork
#41 - 2013-10-03 22:12:02 UTC
Squizz Caphinator wrote:
Probably not what you're looking for but zKillboard provides an excellent API you can use to get some of your past kills.
http://zkillboard.com/information/api/


Thanks for the response. Yes, your API does look great however its not really the path I want to go down.

I have posted in the "king is dead" thread to hopefully get a response.
Jade III
Sebiestor Tribe
#42 - 2013-10-17 14:04:26 UTC
Can you give us a file for the API please? Thanks.

My adventure blog: http://lonewolfadventures.wordpress.com/

Florian Lousberg
Furtherance.
#43 - 2013-11-21 17:21:39 UTC
Thanks for adding the ownerTypeIDs, that's a very useful feature!

But looking through my WalletJournal, I found some irregularities. Sometimes (but not always!) for Market Escrows (refTypeID=42) the owner1TypeID and owner2TypeID seem to be the wrong way around:
The API wrote:
< row
date="2013-11-20 21:47:39"
refID="8520035179"
refTypeID="42"
ownerName1="Florian Lousberg"
ownerID1="92727955"

ownerName2=""
ownerID2="0"
argName1=""
argID1="0"
amount="-17955000.00"
balance="[...]"
reason=""
taxReceiverID=""
taxAmount=""
owner1TypeID="2"
owner2TypeID="1378"
/ >

In this example, Owner1 (Florian Lousberg, that's me) is a character, but owner1TypeID=2 says it's a Corporation. The correct typeID for a Gallente/Intaki Character would be 1378, which is in owner2TypeID.

Most of my refTypeID=42 journal entries behave like this, there are only a few where owner1TypeID is set correctly to 1378.

Is that an API bug, or an intended feature I just don't understand?
Previous page123