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"

応答言語。ISO639-1に準拠した2文字の小文字の言語コード。

additional_fields[]
Array of strings

追加フィールドのリスト。これらのフィールドは、リクエストで送信した場合、応答に含まれます。利用可能なフィールドmedia_listorderlong_descriptionです。

country
string
Default: "US"

カタログの地域別価格と制限を計算するための国。ISO 3166-1 alpha-2に準拠した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": [ ]
}