How to check the played time

eve-online

Is there a way to check my total game time in Eve?

For example, in WoW if you type /played in the chat, it displays time played for your current character. Is there a similar thing in Eve?

Best Answer

Go to EVE Api Key Management, and click the create new apy key button

Set the name as "Played time", choose your character and select Account Status in the Private Information menu, as in the following pictures:

enter image description here enter image description here

After this, you will have a Key ID (keyID), and a Verification Code(vCode):

enter image description here

You will have to use this generated keyID and vCode in the following URL, and then open it in a browser:

https://api.eveonline.com/account/AccountStatus.xml.aspx?keyID=KEYID&vCode=VERIFICATIONCODE

For example:

https://api.eveonline.com/account/AccountStatus.xml.aspx?keyID=3020301&vCode=JZRN9JUVKuU3t41K3ED0HpZoIHjlmIkVHMUhpJsuajND18l0PtRwEDyzNxX2Rkzf

Then finally you can check your logon minutes in the following XML tag, and just do the math:

<logonMinutes>1631</logonMinutes>