# ゲームリストを取得 カタログ構築のために、ゲームのリストを取得します。 注意すべてのプロジェクトには、応答で得られるアイテムの数に制限があります。初期値および最大値は、1応答50アイテムです。ページごとに多くのデータを取得するには、制限とオフセットフィールドを使用します。 注意事項アイテムカタログAPIコールの利用は、認証なしで可能ですが、パーソナライズされたカタログを取得するには、「認証」ヘッダーにユーザーのJWTを渡す必要があります。 Endpoint: GET /v2/project/{project_id}/items/game Version: 2.0.0 Security: XsollaLoginUserJWT ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 ## Query parameters: - `limit` (integer) ページでの要素数の制限。 Example: 50 - `offset` (integer) リストが生成される要素番号(カウントは0から始まります)。 - `locale` (string) 応答言語。ISO 639-1に基づく小文字の2文字言語コード。 - `additional_fields[]` (array) 追加フィールドのリスト。これらのフィールドは、リクエストの中で送信すると、応答に含まれます。 Enum: "media_list", "order", "long_description", "custom_attributes", "item_order_in_group" - `country` (string) ISO 3166-1 alpha-2に従った2文字の大文字の国名コード。エクソーラがサポートする国と国を決定するプロセスに関する詳細情報については、ドキュメントを確認してください。 Example: "US" - `promo_code` (string) 大文字と小文字を区別する一意のコードです。文字と数字が含まれます。 Example: "WINTER2021" - `show_inactive_time_limited_items` (integer) ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。 Example: 1 ## Response 200 fields (application/json): - `has_more` (boolean) ページ数がもっとあることを示す指標として使用されます。 Example: true - `items` (array) Example: [{"attributes":[{"external_id":"genre","name":"Genre","values":[{"external_id":"23fda05111c125608af8f1fa0e99db45a10ea1cc","value":"Horror"}]}],"description":"Game description","groups":[{"external_id":"all","name":"All games"},{"external_id":"Xsolla","name":"Xsolla games"}],"image_url":"https://cdn.xsolla.net/img/misc/images/b79342cdf24f0f8557b63c87e8326e62.png","name":"Game name","promotions":[],"sku":"com.xsolla.game_1","type":"unit","unit_items":[{"can_be_bought":true,"drm_name":"Steam","drm_sku":"steam_key_1","has_keys":true,"is_free":false,"is_pre_order":true,"periods":[{"date_from":"2020-08-11T10:00:00+03:00","date_until":"2020-08-11T20:00:00+03:00"}],"price":{"amount":"30.5","amount_without_discount":"30.5","currency":"USD"},"promotions":[],"release_date":"2020-08-11T10:00:00+03:00","sku":"com.xsolla.game_key_01","type":"game_key","virtual_prices":[]},{"can_be_bought":true,"drm_name":"Origin","drm_sku":"origin_key_1","has_keys":false,"is_free":false,"is_pre_order":false,"periods":[],"price":{"amount":"30.5","amount_without_discount":"30.5","currency":"USD"},"promotions":[],"release_date":null,"sku":"com.xsolla.game_key_02","type":"game_key","virtual_prices":[]}],"unit_type":"game"},{"attributes":[{"external_id":"OS","name":"OS","values":[{"external_id":"9d5c5efb7c0f00a00fe4e3583f1215b0050bc723","value":"Windows"}]}],"description":"Game description","groups":[{"external_id":"all","name":"All games"}],"image_url":"https://cdn.xsolla.net/img/misc/images/b79342cdf24f0f8557b63c87e8326e62.png","name":"Game name","promotions":[],"sku":"com.xsolla.game_2","type":"unit","unit_items":[{"can_be_bought":true,"drm_name":"Steam","drm_sku":"steam_key_2","has_keys":false,"is_free":false,"is_pre_order":false,"periods":[{"date_from":null,"date_until":"2020-08-11T20:00:00+03:00"}],"price":{"amount":"30.5","amount_without_discount":"30.5","currency":"USD"},"promotions":[],"release_date":null,"sku":"com.xsolla.game_key_01","type":"game_key","virtual_prices":[]}],"unit_type":"game"}] - `items.attributes` (array) アイテムに対応する属性と値のリスト。カタログのフィルタリングに使用できます。 Example: {"value":{"external_id":"genre","name":"Жанр","values":[{"external_id":"genre_e3364991f92e751689a68b96598a5a5a84010b85","value":"Casual"},{"external_id":"genre_eba07bfd0f982940773cba3744d97264dd58acd7","value":"Strategy"},{"external_id":"genre_b8d0c6d8f0524c2b2d79ebb93aa3cd0e8b5199a8","value":"Mobile"}]}} - `items.attributes.external_id` (string) 一意の属性ID。external_idには、小文字と大文字のラテン英数字、ダッシュ、およびアンダースコアのみが含まれます。 Example: "attribute_1" - `items.attributes.name` (string) 属性名。 Example: "Genre" - `items.attributes.values` (array) - `items.attributes.values.external_id` (string) 属性の一意の値ID。external_idには、英小文字、ダッシュ、およびアンダースコアのみが含まれます。 Example: "attribute_value" - `items.attributes.values.value` (string) 属性値。 Example: "Strategy" - `items.description` (string) アイテムの説明。 Example: "Game description" - `items.groups` (array) アイテムが所属するグループ。 Example: [{"external_id":"exclusive","name":"Exclusive"}] - `items.groups.external_id` (string) このグループの一意の識別子。通常、APIリクエストや外部システムでの参照に使用されます。 Example: "exclusive" - `items.groups.item_order_in_group` (integer) グループ内でのアイテムの位置。表示順を決定するために使用されます。 このフィールドは、additional_fields[]クエリパラメータでリクエストされた場合にのみ、応答に含まれます。 Example: 1 - `items.groups.name` (string) グループ名。 Example: "Exclusive" - `items.image_url` (string) 画像URL。 Example: "https://cdn.xsolla.net/img/misc/images/b79342cdf24f0f8557b63c87e8326e62.png" - `items.name` (string) アイテム名。 Example: "Game name" - `items.promotions` (array) カート内の特定アイテムに適用されるプロモーション。この配列は、以下のケースで返されます: * 特定のアイテムに対して、割引キャンペーンが構成されている場合。 * 選択されたアイテムの割引設定を持つプロモーションコードが適用された場合。 アイテムレベルのプロモーションが適用されない場合は、空の配列が返されます。 - `items.promotions.bonus` (array) - `items.promotions.bonus.bundle_type` (string) ボーナスバンドルアイテムタイプ。ボーナスアイテムタイプbundleのみで利用可能です。 Enum: "standard", "virtual_currency_package" - `items.promotions.bonus.image_url` (string) ボーナスアイテムの画像URLです。ボーナスアイテムのタイプ physical_good では使用できません。ー - `items.promotions.bonus.name` (string) ボーナスアイテムの名前です。ボーナスアイテムのタイプphysical_goodでは使用できません。 - `items.promotions.bonus.quantity` (integer) - `items.promotions.bonus.sku` (string) - `items.promotions.bonus.type` (string) ボーナスアイテムタイプ。 Enum: "virtual_good", "virtual_currency", "bundle", "physical_good", "game_key", "nft" - `items.promotions.date_end` (string,null) - `items.promotions.date_start` (string,null) - `items.promotions.discount` (object,null) - `items.promotions.discount.percent` (string,null) - `items.promotions.discount.value` (string,null) - `items.promotions.limits` (object) - `items.promotions.limits.per_user` (object) - `items.promotions.limits.per_user.available` (integer) - `items.promotions.limits.per_user.total` (integer) - `items.promotions.name` (string) - `items.sku` (string) 一意のアイテムID。SKUには、小文字と大文字のラテン英数字、ピリオド、ダッシュ、およびアンダースコアのみが含まれます。 Example: "game_01" - `items.type` (string) アイテムタイプ:virtual_good/virtual_currency/bundle/physical_good/unit。 Example: "unit" - `items.unit_items` (array) - `items.unit_items.can_be_bought` (boolean) trueの場合、ユーザーはアイテムを購入することができます。 Example: true - `items.unit_items.drm_name` (string) DRM名。 Example: "Steam" - `items.unit_items.drm_sku` (string) 一意のDRM ID。SKUには、小文字と大文字のラテン英数字、ピリオド、ダッシュ、およびアンダースコアのみが含まれます。 Example: "steam" - `items.unit_items.has_keys` (boolean) trueの場合、ゲームキーに販売用のキーがあります。 - `items.unit_items.is_free` (boolean) trueの場合で、アイテムは無料です。 - `items.unit_items.is_pre_order` (boolean) trueの場合、ゲームキーは先行予約で、まだ発売されていません。 Example: true - `items.unit_items.periods` (array,null) アイテム販売期間。 - `items.unit_items.periods.date_from` (string) 指定されたアイテムの販売開始日。 Example: "2020-08-11T10:00:00+03:00" - `items.unit_items.periods.date_until` (string,null) 指定されたアイテムが販売できなくなる日付。nullを指定することもできます。 Example: "2020-08-11T20:00:00+03:00" - `items.unit_items.price` (object) アイテム価格。 - `items.unit_items.price.amount` (string) 割引後のアイテム価格。 Example: "2.9900" - `items.unit_items.price.amount_without_discount` (string) アイテム価格。 Example: "2.9900" - `items.unit_items.price.currency` (string) 商品価格通貨。[ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) による3文字コード。 Example: "USD" - `items.unit_items.release_date` (string,null) ISO 8601形式でのゲームキーのリリース日。 Example: "2020-08-11T10:00:00+03:00" - `items.unit_items.type` (string) アイテムタイプ:game_key。 Example: "game_key" - `items.unit_items.virtual_prices` (array) 仮想価格。 - `items.unit_items.virtual_prices.amount` (integer) 仮想通貨での割引アイテム価格。 Example: 100 - `items.unit_items.virtual_prices.description` (string) 仮想通貨の説明。 Example: "Big Rocket - description" - `items.unit_items.virtual_prices.image_url` (string) 仮想通貨のイメージ。 Example: "http://image.png" - `items.unit_items.virtual_prices.is_default` (boolean) アイテムの価格をデフォルトにするかどうか。 Example: true - `items.unit_items.virtual_prices.name` (string) 仮想通貨名。 Example: "SHOTGUN FOR TRUE RAIDERS" - `items.unit_items.virtual_prices.sku` (string) 仮想通貨アイテムSKU。 Example: "vc_test" - `items.unit_items.virtual_prices.type` (string) 仮想通貨のタイプ。 Example: "virtual_currency" - `items.unit_items.vp_rewards` (array) バリューポイントアイテム報酬。 - `items.unit_items.vp_rewards.amount` (integer) バリューポイントの量。 - `items.unit_items.vp_rewards.is_clan` (boolean) バリューポイントがクランリワードチェーンで使用されるかどうか。 Example: true - `items.unit_items.vp_rewards.item_id` (integer) 内部の一意のアイテムID。 Example: 1 - `items.unit_items.vp_rewards.name` (string) バリューポイント名。 - `items.unit_items.vp_rewards.sku` (string) 一意のバリューポイントID。 - `items.unit_type` (string) ユニットタイプ:game。 Example: "game"