Get waiting time

GET https://live-services.trackmania.nadeo.live/api/token/map-review/{reviewType}/waiting-time

Headers:


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:

  • Examples of supported review types can be found in the glossary.

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