カタログのゲームを取得します。
locale | string Default: "en" 応答言語。ISO 639-1に基づく小文字の2文字言語コード。 |
additional_fields[] | Array of strings 追加フィールドのリスト。これらのフィールドは、リクエストの中で送信すると、応答に含まれます。 |
country | string ISO 3166-1 alpha-2に従った2文字の大文字の国名コード。エクソーラがサポートする国と国を決定するプロセスの詳細情報については、ドキュメンテーションを確認してください。 Example: country=US |
promo_code | string [ 1 .. 128 ] characters 大文字と小文字を区別する一意のコードです。文字と数字が含まれます。 Example: promo_code=WINTER2021 |
show_inactive_time_limited_items | integer Default: 0 ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。 Example: show_inactive_time_limited_items=1 |
ゲームは正常に受信されました。
ゲームが見つかりません。
{- "attributes": [
- {
- "external_id": "OS",
- "name": "OS",
- "values": [
- {
- "external_id": "9d5c5efb7c0f00a00fe4e3583f1215b0050bc723",
- "value": "Windows"
}
]
}, - {
- "external_id": "genre",
- "name": "Genre",
- "values": [
- {
- "external_id": "9c5774997fc072b973bd5c231075c13841413f62",
- "value": "Casual, Logic"
}
]
}
], - "description": "Game description",
- "groups": [
- {
- "external_id": "all",
- "name": "All games"
}, - {
- "external_id": "Xsolla",
- "name": "Xsolla games"
}
], - "name": "Game name",
- "promotions": [ ],
- "sku": "game_1",
- "type": "unit",
- "unit_items": [
- {
- "can_be_bought": true,
- "drm_name": "Steam",
- "drm_sku": "steam",
- "has_keys": true,
- "is_free": false,
- "is_pre_order": true,
- "limits": null,
- "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": "game_key_01",
- "type": "game_key",
- "virtual_prices": [ ],
- "vp_rewards": [
- {
- "amount": 130,
- "item_id": 175232,
- "name": "Value point",
- "sku": "value_point_1"
}, - {
- "amount": 50,
- "is_clan": true,
- "item_id": 186321,
- "name": "Clan Reward VP 1",
- "sku": "clan_value_point_sku_1"
}
]
}, - {
- "can_be_bought": true,
- "drm_name": "Origin",
- "drm_sku": "origin",
- "has_keys": false,
- "is_free": false,
- "is_pre_order": false,
- "limits": null,
- "periods": [ ],
- "price": {
- "amount": "30.5",
- "amount_without_discount": "30.5",
- "currency": "USD"
}, - "promotions": [ ],
- "release_date": null,
- "sku": "game_key_02",
- "type": "game_key",
- "virtual_prices": [ ],
- "vp_rewards": [ ]
}
], - "unit_type": "game"
}