Headers:
-
Authorization: nadeo_v1 t={token}
An access token for theNadeoLiveServices
audience
Service provided by Openplanet
Get matchmaking IDs
GET
https://meet.trackmania.nadeo.club/api/official/summary
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices
audience
Gets internal identifiers for the different matchmaking modes.
Example request:
GET https://meet.trackmania.nadeo.club/api/official/summary
Example response:
{
"ranked3v3Id": 2,
"ranked_3v3_id": 2,
"royalId": 3,
"royal_id": 3,
"superRoyalId": 4,
"super_royal_id": 4
}