Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Get waiting time
GET
https://live-services.trackmania.nadeo.live/api/token/map-review/{reviewType}/waiting-time
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{reviewType}
string
The type of review server
*
Retrieves information on how long a player must wait before their map is the current one if they were to submit it to a map review server.
Remarks:
Example request:
GET https://live-services.trackmania.nadeo.live/api/token/map-review/totd/waiting-time
Example response:
{
"seconds": 540
}
The "seconds" field in the response should be a multiple of 180 seconds (3 minutes).
If a map review type does not exist, the response will contain a 403 error:
Only official MapReview