Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Get match teams
GET
https://meet.trackmania.nadeo.club/api/matches/{matchId}/teams
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{matchId}
(string)
A valid match ID
*
Gets team information for a given match ID.
Remarks:
404 response code.id is always numerical, while the liveId is a string typically starting with "LID-MTCH-.Example request:
GET https://meet.trackmania.nadeo.club/api/matches/3018551/teams
Example response:
[
{
"position": 0,
"score": 0,
"rank": 2
},
{
"position": 1,
"score": 5,
"rank": 1
}
]
If a matchId is invalid, the response will contain a 404 response code.