Xsolla-logo

カタログ用のゲームを取得する

get/v2/project/{project_id}/items/game/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",
  • "groups": [
    ],
  • "name": "Game name",
  • "sku": "game_1",
  • "type": "unit",
  • "unit_items": [
    ],
  • "unit_type": "game"
}