Get cups of the week

GET https://live-services.trackmania.nadeo.live/api/campaign/cup-of-the-week?length={length}&offset={offset}

Headers:


Query parameters:

  • {length} integer The number of COTW campaigns to retrieve
    Default: 1
  • {offset} integer The number of COTW campaigns to skip (looking backwards from the current campaign)
    Default: 0

Gets cup of the week campaigns.


Remarks:

  • The COTW maps are structured in weekly campaigns (just like weekly shorts) even though each campaign only contains one map.
  • The name field is the date the map first appears in the COTW server room.

Example request:

GET https://live-services.trackmania.nadeo.live/api/campaign/cup-of-the-week?offset=0&length=1

Example response:

{
  "itemCount": 10,
  "campaignList": [
    {
      "id": 125924,
      "seasonUid": "NLS-KpwHVrjiuAKM6vFDJU0So5RzRLk4kZwcjrZ",
      "name": "Saturday, February 14, 2026",
      "useCase": 7,
      "clubId": 0,
      "startTimestamp": 1771086600,
      "endTimestamp": 1771691400,
      "rankingSentTimestamp": null,
      "year": 2026,
      "week": 8,
      "day": -1,
      "monthYear": -1,
      "month": -1,
      "monthDay": -1,
      "playlist": [
        {
          "id": 1504247,
          "position": 0,
          "mapUid": "BtYymvmqtzeD6rr8YU5PIwyH6oa"
        }
      ],
      "editionTimestamp": 1770741286,
      "mediaUrl": "",
      "video": false
    }
  ],
  "nextRequestTimestamp": 1771691400,
  "relativeNextRequest": 588715
}