Get your club player info

Audience: NadeoLiveServices

GET https://live-services.trackmania.nadeo.live/api/token/club/player/info

Gets club-related information for your account.


Remarks:

  • This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).

Example request:

GET https://live-services.trackmania.nadeo.live/api/token/club/player/info

Example response:

{
  "hasClubVip": true,
  "hasPlayerVip": true,
  "hasFollower": true,
  "tagClubId": 12730,
  "tag": "$F05TSH",
  "pinnedClub": 12730
}