Request: Ladder API
Moderators: Pit Crew, TM-Patrol
- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Request: Ladder API
To have an access to the Ladder API, please read the following topic on the maniaplanet forums: http://forum.maniaplanet.com/viewtopic.php?f=206&t=1441
Last edited by Alinoa on Tuesday 14 June 2011
Hi,
as many have noticed, it is still impossible to access the TMF Ladder to use its data for clan websites, statistics and signatures.
Well not completely impossible, since smurf is able to access it for tm-ladder.com.
My question now is, is there any intention on creating an API for the stats server, that everybody can use or was it solely intended to be used by one single website which (in smurfs words) is not able to host an API since he needed a dedicated server for that.
I know, in TMN it wasn't even intended to give the ladder information to the public (I think it was figured out with the help of some kind of packet sniffing tool) but since there is a stats server now, shouldn't there be some way to access the stats?
What are your future plans for the stats server? Will there be a NADEO API or should a third party community member take care of this? (I probably would, but I don't have the time and like smurf I'm not the proud owner of a dedicated server) Or will there be nothing at all?
Sorry for all those annoying questions, but I'm very interested in this issue since I was asked a lot of times if there will be a new DataFetcher and at the moment all those clan website ranking charts are standing still =(
Regards,
Fish
Last edited by Alinoa on Tuesday 14 June 2011
Hi,
as many have noticed, it is still impossible to access the TMF Ladder to use its data for clan websites, statistics and signatures.
Well not completely impossible, since smurf is able to access it for tm-ladder.com.
My question now is, is there any intention on creating an API for the stats server, that everybody can use or was it solely intended to be used by one single website which (in smurfs words) is not able to host an API since he needed a dedicated server for that.
I know, in TMN it wasn't even intended to give the ladder information to the public (I think it was figured out with the help of some kind of packet sniffing tool) but since there is a stats server now, shouldn't there be some way to access the stats?
What are your future plans for the stats server? Will there be a NADEO API or should a third party community member take care of this? (I probably would, but I don't have the time and like smurf I'm not the proud owner of a dedicated server) Or will there be nothing at all?
Sorry for all those annoying questions, but I'm very interested in this issue since I was asked a lot of times if there will be a new DataFetcher and at the moment all those clan website ranking charts are standing still =(
Regards,
Fish
inactive, sorry
Re: Request: Ladder API
Seconded.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Re: Request: Ladder API
*bump*
I'd really like to read something here and even if it's just a "No, not gonna happen". Please =)
I'd really like to read something here and even if it's just a "No, not gonna happen". Please =)
inactive, sorry
Re: Request: Ladder API
honestly, we have too many things to do at the moment. The server is designed to provide the info to more players for sure. Maybe you can describe what you need and it could inspire other players or become one of our priority when time will be cooler. Really warm today hear 

- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Re: Request: Ladder API
Thanks a lot for the reply, I'll try to make some brainstorming here from what I think would be nice:
Basically I'd really like to see a similar system like it was there back in TMN times, you can call various php script on a webserver with specific GET-parameters and they return a plain text file or an xml file with the desired information
(the parameters in brackets are optional)
And indeed, it's really warm today
Basically I'd really like to see a similar system like it was there back in TMN times, you can call various php script on a webserver with specific GET-parameters and they return a plain text file or an xml file with the desired information
(the parameters in brackets are optional)
- getplayerdetails.php?login=fufi returns
- login
- nickname
- ladderpoints
- wins/draws/losses
- worldrank
- nation
- medals
- solo ranking
- zone information
- groups (that would be very nice, also for the server controllers, since it could bring back some team functionality)
- getladderinfo.php?[login=fufi][&nation=GER][&group=OoRF][&zone=blabla][&display=100]
- the nation, group and zone parameters define, which ladder should be used for the output
- if no login is specified, the script returns a top X list (display parameter) of the desired ladder
- if a login is specified, the script returns ladder information about the login (best would be, "getladderinfo.php?login=fufi" displays an overview of all possible ladders, where this login is present (world, nation, groups, zone))
- getserverinfo.php?login=fishymaps returns
- online/offline state (if it's offline the rest in this list is quite useless
)
- serverlogin
- servername
- description
- nation
- nations/united server
- official server stuff (Ladder Point range)
- online/offline state (if it's offline the rest in this list is quite useless
- getserverlist.php?[nation=GER][&zone=blabla][&lpmin=40000][&lpmax=50000][&display=100][&type=TMUF]
- online servers that match the desired filters
- player logins that are on this server at the moment
And indeed, it's really warm today

inactive, sorry
Re: Request: Ladder API
You moved to a new office early this year that doesn't have air conditioning? That's a sweaty oversight...Florent wrote:Really warm today here

Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
-
- happy cruiser
- Posts: 116
- Joined: 26 Sep 2006 22:15
- Owned TM-games: TMNF TMUF
- Manialink(s): ladder example
- Location: France
- Contact:
Re: Request: Ladder API
I don't really understand why asking what players want because the stats server is already online and some info are not available and visibly won't be available like:
- medals : already asked and the answer was no
- groups : only available with the login and a community code hash (so difficult to retrieve)
- all real-time info : the stats server is updated once a day so servers information seems to be impossible.
- medals : already asked and the answer was no
- groups : only available with the login and a community code hash (so difficult to retrieve)
- all real-time info : the stats server is updated once a day so servers information seems to be impossible.
- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Re: Request: Ladder API
Well, you are atm the only one besides NADEO who knows, what's actually possible. I'm just breaking down some features I'd really like to see, since me and a major part of the community don't have any idea about what is implemented in the stats server and what isn't. Anyways, thanks for the heads up about medals and groups.
About the server info stuff, it was clearly possible in old TMN (at least the serverlist with the online logins), so maybe it will be somehow available in TMF again. Would be nice =)
About the server info stuff, it was clearly possible in old TMN (at least the serverlist with the online logins), so maybe it will be somehow available in TMF again. Would be nice =)
inactive, sorry
Re: Request: Ladder API
Would be nice... right now, I'm having to store player info in mysql, which of course doesn't always prove accurate.. Even just simple info, like the server list and player rankings, would be great.
Re: Request: Ladder API
This would be really nice
- Generator
- speedy pilot
- Posts: 339
- Joined: 18 Apr 2008 00:35
- Owned TM-games: TMNF - TMUF
- Manialink(s): Generator
- Location: Lancashire, England
- Contact:
Re: Request: Ladder API
I'd like to see more use of the stats server too, Is there any news on it Nadeo?



Customize your virtual world to the max! >> http://www.virtualcustoms.net
3D Models, 2D skins & horns on my Manialink >> Generatorcolor>
3D Models, 2D skins & horns on my Manialink >> Generatorcolor>
Re: Request: Ladder API
I would love to be able to fetch ladder and nation ranking for my custom sig generator and for webpage usage as well. Nadeos way of showing them in the game can for some be confusing. Would be nice to be able to just make a webpage with national rankings 



-
- happy cruiser
- Posts: 116
- Joined: 26 Sep 2006 22:15
- Owned TM-games: TMNF TMUF
- Manialink(s): ladder example
- Location: France
- Contact:
Re: Request: Ladder API
Hi all,
Here you can find all is implemented on the stats server: Here
url are not given because this doc is completly unofficial and only Nadeo could give them.
Here you can find all is implemented on the stats server: Here
url are not given because this doc is completly unofficial and only Nadeo could give them.
Re: Request: Ladder API
Nice job.smurf wrote:Here you can find all is implemented on the stats server: Here
url are not given because this doc is completly unofficial and only Nadeo could give them.

Too bad about the groups info being locked though, that could become a nice foundation of a proper team/clan plugin for server controllers.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Re: Request: Ladder API
Thanks a lot =) That clears up some things about what is possible.smurf wrote:Hi all,
Here you can find all is implemented on the stats server: Here
url are not given because this doc is completly unofficial and only Nadeo could give them.
inactive, sorry