Log in
  • circle GET v2 Get Tag Descriptions
    TMUF-X TMNF-X TMO-X TMS-X TMN-X
    /api/meta/tagdescriptions content_copy arrow_forward

    Description

    Get a list of helpful descriptions for tags.

    Input parameters

    Loading...

    Endpoint URL

    https://tmuf.exchange/api/meta/tagdescriptions	// TMUF-X
    https://tmnf.exchange/api/meta/tagdescriptions	// TMNF-X
    https://original.tm-exchange.com/api/meta/tagdescriptions	// TMO-X
    https://sunrise.tm-exchange.com/api/meta/tagdescriptions	// TMS-X
    https://nations.tm-exchange.com/api/meta/tagdescriptions	// TMN-X

    Output Object

    [
       {
          "Description":"A catch-all for tracks that don’t fit neatly inside another style. For example, many of Nadeo’s campaign tracks. Use this style if you are unsure of your tracks style.",
          "Id":0,
          "Name":"Race"
       },
       {
          "Description":"A track incorporating various stunts, including backflips, barrel rolls, and more. This tag may also be used for tracks which are built for the official Stunt gamemode.",
          "Id":1,
          "Name":"Stunt"
       },
       ...
       {
          "Description":"Tracks that modify Nadeo maps in some way, usually by replacing some blocks or changing surfaces. This tag is required for any tracks that qualify.",
          "Id":17,
          "Name":"Altered Nadeo"
       },
       {
          "Description":"Tracks containing smooth jumps where you exit or enter a block from a trajectory not intended by the creator of the block. Often blocks are combined in more complex ways to accomplish this.",
          "Id":18,
          "Name":"Transitional"
       }
    ]

    Output parameters

    Loading...

    Issues

    Loading...