Log in
  • circle GET Get Item Info
    IX
    /api/item/get_item_info/multi/{ids} content_copy arrow_forward

    Description

    Item information based on IX IDs.

    Input parameters

    Loading...

    Endpoint URL

    https://item.exchange/api/item/get_item_info/multi/{ids}	// IX

    Output Object

    [
       {
          "ID":256,
          "Name":"V_Rock4",
          "UserID":256,
          "Username":"xrayjay",
          "Description":"",
          "AuthorLogin":"xrayjay",
          "OriginalBlock":"",
          "Type":1,
          "TypeName":"Ornament",
          "Collection":3,
          "CollectionName":"Valley",
          "Game":1,
          "GameName":"Maniaplanet",
          "Downloads":54,
          "Score":494,
          "FileName":"V_Rock4.Item.gbx",
          "Uploaded":"2020-05-28T15:20:26.05",
          "Updated":"2020-05-28T15:20:26.05",
          "SetID":41,
          "SetName":"Valley Rocks",
          "Directory":"ValleyRocks",
          "ZipIndex":"11,13,12",
          "Visible":true,
          "Unlisted":false,
          "Unreleased":false,
          "LikeCount":0,
          "CommentCount":0,
          "FileSize":18,
          "Tags":"55",
          "HasThumbnail":false
       },
       ...
    ]

    Output parameters

    Loading...

    Issues

    Loading...