Log in
Location: Home  Community Forums  Help  API 
API
Page: 1 of 1
Post Reply  0 Observer
API  
Hi, the old API documentation is a bit outdated,
could u guys please provide more here ?

(current Problem: getting details about a track ( old one was api.trackmania .... game name etc )
would be very helpfull to get all the links :)

code:
https://trackmania.exchange/tracksearch2/search?api=on : works

what is the current one for trackmania 2020?
(old:)
https://api.mania-exchange.com/{site}/maps/{ids,}
(would be nice to have just thigns like https://trackmania.exchange/tracksearch2/search?api=on&TrackID=43
(trackname does work etc, but id - no IDea :)=
Last edited by u.B.m,
 
Hey uBm,

the API for TMX is not ready yet and I'm currently in the time-consuming process of getting it ready. Please be patient with us. :$

Developer
Location: DE
 
thanks :) - please dont change to much on the currently working ones :) ( those that are ported 1:1 )
also it would be nice to have it as simple as possible ( not 2 different api requests for one thing like it was on tm2 )

things i missed on the old API:
easy way to search for author time. (lol servers, 70K servers etc maps that are to long for 5 minute intervall etc)
- using the same api url for all requests (prefered the "new one")

like that one: https://trackmania.exchange/tracksearch2/search?api=on&length=1&lengthop=4

things that should be added there : authortime, ID , uid, records.
Last edited by u.B.m,
 
i saw you guys edited the api documentation already, but i am lost to b honest
could u provide some working samples please ?
quote:
Code:

Map Information
This method returns information for a collection of mappacks.

You can request information for a maximum of 50 maps.

You must specify the UID or map ID in your request (you cannot use both in one request).

https://{site}/api/maps/get_map_info/multi/{ids,}
https://{site}/api/tracks/get_track_info/multi/{ids,}

uhm yes, does not work ?
https://trackmania.exchange/api/maps/get_map_info/multi/1306

this should lead to that:
https://trackmania.exchange/tracksearch2/search?api=on&trackname=Mosaic
Last edited by u.B.m,
 
uBm,

the API comes out today. We have delays in getting the frontend of the site ready. The documentation is a little ahead.
Developer
Location: DE
 
The API is now released.
Developer
Location: DE
 
Ozon says:
The API is now released.

well done, already testing it :)=

it works already nearly perfect on uaseco, i am stuck on the images right now, but that should be not a problem on the api's end, i am lost in CODE of uaseco though :)=
Page: 1 of 1 Post Reply