Vultr.com - Instant Cloud Server Deployment
GAMETRACKER FORUMS
Forum Home > General Help > Game Tracker API or Plugin?
PREV 1 2 NEXT
cts_aePM
#1
Game Tracker API or Plugin?
Jun 15, 2011 8:24 PM
Joined: Jun 28, 2010
Posts: 1
I was wondering if Game Tracker has an API to access it's information, but the main Idea that I had is if it would be possible to have a plugin for a game like CSS so that ranks could be pulled from Game Tracker

Overall at least an API would be nice
just some PHP GET request we could get at that would give us only the information and none of the GUI that GameTracker's site offers.
burnPM
#2
Jun 15, 2011 9:21 PM
Joined: Sep 27, 2006
Posts: 10924
There is no API but there are feeds for premium members available to server owners:

Server Information
Online Players
Top 50 Players
I am retired from GameTracker after 11 years and will not be responsive for support requests.

fooheyPM
#3
Jun 17, 2011 7:19 PM
Joined: Apr 05, 2008
Posts: 1
Hi,
it is possible to have an example of the XML feed please?
tanks in advance.
burnPM
#4
Jun 18, 2011 12:35 AM
Joined: Sep 27, 2006
Posts: 10924
Server information

<?xml version="1.0" encoding="UTF-8"?>
<data>
<result>SUCCESS</result>
<resultstring/>
<server>
<name>%5Bxs%5D%20Broadcast-HC-</name>
<game>Call%20of%20Duty%204</game>
<ip>8.12.22.106</ip>
<port>28930</port>
<status>alive</status>
<map>mp_broadcast</map>
<mapimage>http%3A%2F%2Fimage.www.gametracker.com%2Fimages%2Fmaps%2F160x120%2Fcod4%2Fmp_broadcast.jpg</mapimage>
<rank>312</rank>
<playerscurrent>17</playerscurrent>
<playersmax>35</playersmax>
<playersbot>0</playersbot>
</server>
</data>

OR the players online (the player tag is repeated for each)


<?xml version="1.0" encoding="UTF-8"?>
<data>
<result>SUCCESS</result>
<resultstring/>
<player>
<name>Name1</name>
<score>432</score>
<bot>0</bot>
<onlinetime>1870</onlinetime>
</player>
</data>

The top player is the same as the previous
I am retired from GameTracker after 11 years and will not be responsive for support requests.

bluecewePM
#5
Jan 22, 2012 6:54 AM
Joined: Sep 18, 2010
Posts: 1
It would be nice to see some sort of Premium API which enables users to request points gathered for a specific player on a specific server, and also points gathered by that player across all servers which are run by the same organization.

It seems a bit silly to setup a MySQL server to store and retrieve scores when GameTracker already stores all the scores you would need.
konaitorPM
#6
Jan 27, 2012 4:42 PM
Joined: Aug 16, 2011
Posts: 1
burn wrote:
Server information

<?xml version="1.0" encoding="UTF-8"?>
<data>
<result>SUCCESS</result>
<resultstring/>
<server>
<name>%5Bxs%5D%20Broadcast-HC-</name>
<game>Call%20of%20Duty%204</game>
<ip>8.12.22.106</ip>
<port>28930</port>
<status>alive</status>
<map>mp_broadcast</map>
<mapimage>http%3A%2F%2Fimage.www.gametracker.com%2Fimages%2Fmaps%2F160x120%2Fcod4%2Fmp_broadcast.jpg</mapimage>
<rank>312</rank>
<playerscurrent>17</playerscurrent>
<playersmax>35</playersmax>
<playersbot>0</playersbot>
</server>
</data>

OR the players online (the player tag is repeated for each)


<?xml version="1.0" encoding="UTF-8"?>
<data>
<result>SUCCESS</result>
<resultstring/>
<player>
<name>Name1</name>
<score>432</score>
<bot>0</bot>
<onlinetime>1870</onlinetime>
</player>
</data>

The top player is the same as the previous


How do we access these XML feeds?
burnPM
#7
Jan 27, 2012 5:07 PM
Joined: Sep 27, 2006
Posts: 10924
Visit your Server page >> Manage >> Scroll to the SERVER DATA FEEDS block.
I am retired from GameTracker after 11 years and will not be responsive for support requests.

baron_redPM
#8
Sep 05, 2014 5:43 AM
Joined: Mar 15, 2014
Posts: 4
burn wrote:
Visit your Server page >> Manage >> Scroll to the SERVER DATA FEEDS block.

Hi, I'm hoping to get more detailed analysis data for my DayZ Mod server but, am not interested in buying a game server or teamspeak server as I already have these.

Is there anyway I can see an example of what data I would get if I were to pay the $4.99 pm considering I wouldn't be using the 2 servers....? The $4.99 pm is very rich for just data....especially when I can't seem to find an example of what exactly I would get from it...?

Do you have any options for server admins like me, just data for $2 pm for example?
burnPM
#9
Sep 05, 2014 8:43 AM
Joined: Sep 27, 2006
Posts: 10924
We do not have any data only subscription. Which one are you looking for more detail of that wasn't shown already?
I am retired from GameTracker after 11 years and will not be responsive for support requests.

bolttePM
#10
May 26, 2019 1:02 AM
Joined: May 02, 2016
Posts: 13
burn wrote:
There is no API but there are feeds for premium members available to server owners:

Server Information
Online Players
Top 50 Players

Is that still true in may 2019? Or has it changed and now there is API(And more than just those three) for free members to access like batch processing server ownership which can be a pain when you have like hundreds of servers to go on about.....?
PREV 1 2 NEXT