APIv2 Server ServerStatus XML

From EVEDev

Jump to: navigation, search
Image:Api.pngAPI Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features

Contents

[edit] /server/ServerStatus.xml.aspx

[edit] Overview

Returns current Tranquility status and number of players online.

[edit] Data Caching

This method is cached according to the Short Cache Style.

According to news articles by CCP Fallout this will have 3 minute cache time and they'll be adding more stuff to it in time.

You can read the news article at New to Eve API: Server Status

[edit] Input Arguments

None, this function accepts no arguments.

[edit] Output XML

http://api.eve-online.com/server/ServerStatus.xml.aspx

 
<?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>
 

[edit] Output Rowset Columns

Name Type Description
serverOpen boolean Server status
onlinePlayers integer How many players are currently signed into eve.
Personal tools