Server Feed

This page is going to show you how you can integrate the data gathered by this application into your own page or just look at it. Generally you can access a XML feed of a current page by appending the GET parameter xml=1 to it.

The format for getting specific data from the application is:

http://statistics.graal.us/server/search?key=value(&key2=value2)

The key(s) can be:

player_count The player count of the server
name The name of the server
language The language of the server
url The url of the server
version The version of the server
host The host of the server
most_players The highest player count of the server
description The description of the server
deleted 0 if the server is on the server list, 1 if it's not
raw 1 if the results should be output in raw text format
xml 1 if the results should be output in xml format

Examples

http://statistics.graal.us/server/search?deleted=1
will list all servers that are off the server list in a readable format

http://statistics.graal.us/server/search
will list all servers

http://statistics.graal.us/server/search?name=Graal Kingdoms
will show Graal Kingdoms

http://statistics.graal.us/server/search?host=194.5.30.34&deleted=1&raw=1
will list all servers with the host 194.5.30.34 and that are not on the server list in a raw text format

http://statistics.graal.us/server/search?language=German
will list all German servers