Get Matchmaking IDs

Audience: NadeoClubServices

GET https://matchmaking.trackmania.nadeo.club/api/official/summary

Gets internal identifiers for the different Matchmaking modes.


Example request:

GET https://matchmaking.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
}