cts_ae • PM |
Jun 15, 2011 8:24 PM
|
![]() 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. |
burn • PM |
Jun 15, 2011 9:21 PM
|
![]() Posts: 10924 |
There is no API but there are feeds for premium members available to server owners:
Server Information Online Players Top 50 Players ![]() |
foohey • PM |
Jun 17, 2011 7:19 PM
|
![]() Posts: 1 |
Hi,
it is possible to have an example of the XML feed please? tanks in advance. |
burn • PM |
Jun 18, 2011 12:35 AM
|
![]() 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 ![]() |
bluecewe • PM |
Jan 22, 2012 6:54 AM
|
![]() 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. |
konaitor • PM |
Jan 27, 2012 4:42 PM
|
![]() Posts: 1 |
burn wrote: How do we access these XML feeds? |
burn • PM |
Jan 27, 2012 5:07 PM
|
![]() Posts: 10924 |
Visit your Server page >> Manage >> Scroll to the SERVER DATA FEEDS block.
![]() |
baron_red • PM |
Sep 05, 2014 5:43 AM
|
![]() Posts: 4 |
burn wrote: 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? |
burn • PM |
Sep 05, 2014 8:43 AM
|
![]() Posts: 10924 |
We do not have any data only subscription. Which one are you looking for more detail of that wasn't shown already?
![]() |
boltte • PM |
May 26, 2019 1:02 AM
|
![]() Posts: 13 |
burn wrote: 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.....? |