Get matchmaking IDs

Audience: NadeoLiveServices

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

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
}