Path parameters:
-
{clubID}
(integer) The ID of the club the upload activity belongs to * -
{bucketID}
(integer) The ID of the upload activity to be requested *
Service provided by Openplanet
Get club upload activity by ID
Audience: NadeoLiveServices
GET
https://live-services.trackmania.nadeo.live/api/token/club/{clubID}/bucket/{bucketID}?length={length}&offset={offset}
Path parameters:
{clubID}
(integer)
The ID of the club the upload activity belongs to
*
{bucketID}
(integer)
The ID of the upload activity to be requested
*
Query parameters:
{length}
(integer)
The number of items to retrieve
10
{offset}
(integer)
The number of items to skip
0
Gets the maps, items, or skins in a specific upload activity.
Remarks:
map-upload
, skin-upload
, or item-upload
. These relate to club track uploads, skin uploads and item collection activities, respectively.itemId
. For maps this will be a mapUid
and for skins this is a skinID
..dds
media files by default, while several scaled .png
/.jpg
versions are available using separate fields (see example below for reference).Example request:
GET https://live-services.trackmania.nadeo.live/api/token/club/42175/bucket/344426
Example response:
{
"type": "map-upload",
"bucketItemList": [
{
"itemId": "zOAI0h0WgikjTVv2RHcPShABLq0",
"position": 0,
"description": "",
"mediaUrls": [],
"mediaUrlsJpgLarge": [],
"mediaUrlsJpgMedium": [],
"mediaUrlsJpgSmall": [],
"mediaUrlsDds": []
},
...
{
"itemId": "wQS2NQxwV_PVweJb1MoBwft2bs6",
"position": 9,
"description": "",
"mediaUrls": [],
"mediaUrlsJpgLarge": [],
"mediaUrlsJpgMedium": [],
"mediaUrlsJpgSmall": [],
"mediaUrlsDds": []
}
],
"bucketItemCount": 63,
"popularityLevel": 0,
"popularityValue": 0,
"creationTimestamp": 1673276709,
"creatorAccountId": "fc8467b8-b253-457f-b8bb-3bbd2bb5bfdd",
"latestEditorAccountId": "fc8467b8-b253-457f-b8bb-3bbd2bb5bfdd",
"id": 344426,
"clubId": 42175,
"clubName": "$Z$f72ArEyeses$fff' $888Club",
"name": "Randomly Generated G",
"mediaUrl": "",
"mediaUrlPngLarge": "",
"mediaUrlPngMedium": "",
"mediaUrlPngSmall": "",
"mediaUrlDds": "",
"mediaTheme": ""
}