Xsolla-logo
  • 文档
  • 创建帐户

获取用于目录的游戏

get/v2/project/{project_id}/items/game/key/sku/{item_sku}

获取用于目录的游戏。

SecurityAuthForClient
Request
path Parameters
project_id
required
integer

项目ID。

Example: 44056
item_sku
required
string

商品SKU。

Example: booster_mega_1
query Parameters
locale
string
Default: "en"

响应语言。符合ISO 639-1标准的两个小写字母的语言代码。

additional_fields[]
Array of strings

附加字段列表。如果在请求中发送这些字段,则它们将包含在响应中。可用字段media_listorderlong_description

country
string
Default: "US"

对于该目录要计算区域价格和限制的国家/地区。符合ISO 3166-1 alpha-2的两个大写字母的国家/地区代码。如果未明确指定国家/地区,则将根据用户的IP地址进行计算。

Responses
200

已成功收到游戏。

404

找不到游戏。

Request samples
Response samples
application/json
{
  • "attributes": {
    },
  • "description": "Game description",
  • "drm_name": "Steam",
  • "drm_sku": "steam",
  • "groups": [
    ],
  • "has_keys": true,
  • "is_free": false,
  • "is_pre_order": true,
  • "name": "Game name",
  • "price": {
    },
  • "release_date": "2020-08-11T10:00:00+03:00",
  • "sku": "game_1",
  • "type": "game_key",
  • "virtual_prices": [ ]
}