Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Get season/campaign club ranking for player
GET
https://live-services.trackmania.nadeo.live/api/token/leaderboard/group/{groupUid}/club/{clubId}
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{groupUid}
string
The ID of the group/season
*
{clubId}
string
The ID of the club
*
Gets the authenticated account's rank in a club for the given group/season/campaign.
Remarks:
groupUid "Personal_Best" cannot be used for this endpoint because it requires a group that refers to a campaign or season.groupUid parameter, this one also supports groups/seasons that are already closed.position field is the rank of the player within the club, instead of their rank in the season/campaign itself.Example request:
GET https://live-services.trackmania.nadeo.live/api/token/leaderboard/group/dccdf820-6a24-4ab1-9078-58fea41282db/club/9
Example response:
{
"clubId": 9,
"position": 15,
"groupUid": "dccdf820-6a24-4ab1-9078-58fea41282db",
"sp": "24772"
}
If the groupUid is invalid or the authenticated account has not played the campaign/season, the response will be an empty object:
{}
An invalid clubId results in a response with the position field set to 1.