카탈로그에 대한 게임 키를 가져옵니다.
locale | string Default: "en" 응답 언어입니다. ISO 639-1에 따른 두 자리 소문자 언어 코드입니다. |
additional_fields[] | Array of strings The list of additional fields. These fields will be in the response if you send them in your request. |
country | string ISO 3166-1 alpha-2에 따른 두 글자 대문자 국가 코드입니다. Xsolla에서 지원하는 국가 및 국가 판별 프로세스에 대한 자세한 내용은 설명서를 확인하세요. 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": "23fda05111c125608af8f1fa0e99db45a10ea1cc",
- "value": "Horror"
}
]
}
], - "can_be_bought": true,
- "description": "Game description",
- "drm_name": "Steam",
- "drm_sku": "steam",
- "groups": [
- {
- "external_id": "all",
- "name": "All games"
}, - {
- "external_id": "Xsolla",
- "name": "Xsolla games"
}
], - "has_keys": true,
- "is_free": false,
- "is_pre_order": true,
- "limits": null,
- "name": "Game name",
- "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_1",
- "type": "game_key",
- "virtual_prices": [ ]
}