Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Get submitted maps
GET
https://live-services.trackmania.nadeo.live/api/token/map/map-review/{reviewType}/submitted-map?length={length}&offset={offset}
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{reviewType}
string
The type of review server
*
Query parameters:
{length}
integer
The number of maps to retrieve
*
{offset}
integer
The number of maps to skip
*
Retrieves your maps submitted to map review.
Remarks:
Example request:
GET https://live-services.trackmania.nadeo.live/api/token/map-review/totd/submitted-map?length=144&offset=0
Example response:
{
"submittedMaps": [
{
"mapUid": "ZZeF_oCW5MvMrMhJ2dYMirxOc60",
"feedbackCount": 27,
"creationTimestamp": 1740631386,
"latestSubmissionTimestamp": 1741575022,
"nominated": false,
"map": {
"uid": "ZZeF_oCW5MvMrMhJ2dYMirxOc60",
"mapId": "2239cc16-25d5-4ccc-8480-45136b925957",
"name": "B08",
"author": "594be80b-62f3-4705-932b-e743e97882cf",
"submitter": "594be80b-62f3-4705-932b-e743e97882cf",
"authorTime": 29873,
"goldTime": 32000,
"silverTime": 36000,
"bronzeTime": 45000,
"nbLaps": 0,
"valid": true,
"downloadUrl": "https://core.trackmania.nadeo.live/maps/2239cc16-25d5-4ccc-8480-45136b925957/file",
"thumbnailUrl": "https://core.trackmania.nadeo.live/maps/2239cc16-25d5-4ccc-8480-45136b925957/thumbnail.jpg",
"uploadTimestamp": 1742204266,
"updateTimestamp": 1742204266
},
"noteInfo": {
"countTotal": 27,
"average": 4.3704,
"countStar1": 1,
"countStar2": 2,
"countStar3": 0,
"countStar4": 7,
"countStar5": 17,
"countStarMax": 17
},
"nadeoNote": 0,
"labels": [],
"mapStyles": [
"Puzzle"
],
"messagingOpen": false
},
...
],
"itemCount": 3
}
If a map review type does not exist, the response will contain an error:
[
"mapReview:error-notFound"
]