Description
The Server Status API returns the current Tranquility status and the number of players online.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2008-11-24 20:14:29</currentTime>
<result>
<serverOpen>True</serverOpen>
<onlinePlayers>38102</onlinePlayers>
</result>
<cachedUntil>2008-11-24 20:17:29</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| serverOpen
| bool
| Server status. If “True”, Then “Open”.
|
| onlinePlayers
| int
| The number of players that are currently signed into EVE.
|
Top Contributors For This Page